Miled
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] can't see Social icon in Widgetscould you provide the WP version and the theme name you are using?
Forum: Plugins
In reply to: [WordPress Social Login] Want to help? STEAM login improvement> wp_wslusersprofiles the email field is not being saved
this is actually an expected behavior. wsl store hybridauth users profiles in wslusersprofiles without any modification.
> yeppo – got this done
good to hear that 🙂
Forum: Plugins
In reply to: [WordPress Social Login] Facebook Httpsame as the other topic you started. wsl directly loads the users avatars from facebook graph api.
closing this since you are now using another plugin and I can’t confirm the issue.
Forum: Plugins
In reply to: [WordPress Social Login] Low quality avatar from facebookthis shouldn’t happen. wsl use facebook graph api to display the users avatars.
Forum: Plugins
In reply to: [WordPress Social Login] Login not working on mobilethanks Thomas for the confirmation.
closing this since it’s resolved.
Forum: Plugins
In reply to: [WordPress Social Login] User moderation admin approval doesn't workthis should be fixed now. feel free to open a new thread if the issue persist.
Forum: Plugins
In reply to: [WordPress Social Login] Has anyone worked out storing sessions?Thankies Mel, it has been a while.
If you can tell me a bit more about what you want to do with the users sessions, then I might be able to help you.
For the linking of multiple social accounts, yeah I’m planning to add that to wsl, but it’s not a high priority tho.
Email me your website. I’ll give it a try.
Forum: Plugins
In reply to: [WordPress Social Login] How to remove social login feature from Comments arein admin dashboard, go to WSL > Widget > Advanced setting an set Widget display to: display only in login form
yes, you can use client id and secret for google.
for twitter, could you give more details on the issue
you may use this hook ‘wsl_hook_process_login_before_set_auth_cookie’, it fires just before authenticating the user within wordpress:
https://github.com/hybridauth/WordPress-Social-Login/blob/master/includes/services/wsl.authentication.php#L755Forum: Plugins
In reply to: [PixelPin Social Login] Replacing WordPress Social Login?WSL codebase have changed quite a lot since 2.1.6 and it would be wonderful if you could submit a new PR.
Thanks.
Forum: Plugins
In reply to: [WordPress Social Login] After twitter registration i get a blank page?Thank you, I’ll fix hat.
Forum: Plugins
In reply to: [PixelPin Social Login] Replacing WordPress Social Login?Hi,
I have merged your PR into WSL and the next version will be released soon.
Would you please go to https://github.com/hybridauth/WordPress-Social-Login, get the code and check if your provider works correctly? If not, you’re welcome to submit a new PR to fix it.
Also, I would like to ask you if you could remove me as the author. However, if you want to keep the plugin, that’s perfectly fine.
Thanks.
Forum: Plugins
In reply to: [WordPress Social Login] User moderation admin approval doesn't workokay. scheduled for the next release.
Forum: Plugins
In reply to: [WordPress Social Login] Redirect Toby default, once a user authenticate he will be automatically redirected to the page where he come from, but if for some reason WSL wasn’t able to identify the referer, then Redirect URL will be used instead.
a new option will be added soon to force redirection to Redirect URL regardless.