Miled
Forum Replies Created
-
update wsl if your are using an old version.
if it doesn’t solve the issue, then try this: (THIS NOT RECOMMENDED THO, this “could” make fb works but you need to resolve it somehow on your server setup)
--- hybridauth/Hybrid/Providers/Facebook.php +++ hybridauth/Hybrid/Providers/Facebook.php @@ -31,6 +31,8 @@ require_once Hybrid_Auth::$config["path_libraries"] . "Facebook/facebook.php"; } + BaseFacebook::$CURL_OPTS[CURLOPT_SSL_VERIFYPEER] = false; + $this->api = new Facebook( ARRAY( 'appId' => $this->config["keys"]["id"], 'secret' => $this->config["keys"]["secret"] ) ); if ( $this->token("access_token") ) {Forum: Plugins
In reply to: [WordPress Social Login] hookswhat do you mean by different place
Forum: Plugins
In reply to: [WordPress Social Login] Errors after updating from 1.2.2 to 2.0.3dunno what it could be.. but here is how compatibilities issues are “usually” fixed:
1. reinstall wsl
2. reset networks settings (by reset i mean check u apps credentials and hit save)
3. reset widget settings (try to change “Authentication flow” to “No popup window”)Forum: Reviews
In reply to: [WordPress Social Login] bad supportI not concerned about the rating itself here but I would like to know: “bad support” based on what?
I checked your profile to see if you have submitted any issue concerning wsl and I found nothing but poor reviews. I’m also 100% sure you never sent me an email.
so again Xavier Buck, “bad support” based on what?
Forum: Plugins
In reply to: [WordPress Social Login] Please make this WPML compatiblePlease. what I’m talking about is “opinions” not “GPL”. as explained here: http://www.gnu.org/philosophy/selling.en.html, selling WPML is legitimate and it’s their right to do so.
WSL was made a free software, free as in freedom and price alike. the fact that someone have paid for WPML shouldn’t make him any better _no offense_ than the rest of WSL users, meaning: if this feature were to be implemented then it must be available for anyone and everyone. furthermore, if I were going to bother spending my time working on something, then it won’t be on making WSL compatible with a “commercial” plugin.
heck. there was no need to past that entire code..
go to Wdiget > Widget CSS and add this
#wp-social-login-connect-options a {float: left;padding: 2px;text-decoration: none;}
#wp-social-login-connect-options {height: 50px;}If this still can’t fix it for you, then consider hiring someone.
Have you tried using the shortcode or it doesn’t work either?
Forum: Plugins
In reply to: [WordPress Social Login] Please make this WPML compatibleYep it would be nice. I definitely agree. I do, however, have a strong negative opinion concerning commercial plugins.
many thanks @goodevilgenius!
I guess I’ll take it from there and attempt to find a workaround for this issue.
Forum: Plugins
In reply to: [WordPress Social Login] Fresh install, GitHub auth only, not workingunfortunately WSL cannot work on WPEngine.
https://groups.google.com/d/msg/hybridauth-plugins/1v8VyEIwDgI/Hgp-o8KdX3QJ
@ivnus, its already done deal. and also, in the current state and when it come to bp, wsl is barely able to display the widget where it should be and to auth users. so there is no point reporting issue related to that..
and btw, I’m still waiting for the coffe 😛
Forum: Plugins
In reply to: [WordPress Social Login] Generic OpenID support?technically wsl could and should support any openid provider, but due my poor design skills, this keeps getting delayed.
to be honest I have no clue how this “multisite” even works.. when writing wsl, I took into account some recommendations I read about the subject here and there, but I never tested it due to how lazy/busy I am.
On another note I found that you are a developer, so if you could fix that it would be amazingly awesome!
Forum: Plugins
In reply to: [WordPress Social Login] Having problem with Twitter login!Forum: Plugins
In reply to: [WordPress Social Login] Having problem with Twitter login!its really hard to know the exact reason for as there is many.. but it was reported that this could happen when the callback url is misconfigured or missing on dev.twitter.com