When i try to login in (using Facebook button) i get the screen where i have to login on FB and give permission. After clicking on the ‘ok’-button it seems like i’m being redirected but then nothing happens. I’m back again on an empty login-page and not logged in.
]]>I like how Social Connect works for enabling users to register easily using their Facebook and Twitter accounts to enable commenting, while thwarting spammers.
However, this requires requiring enabling the “Anyone can register” membership setting in WordPress. Unfortunately, this setting also allows spammers to register using the ordinary new user mechanism without a social network account.
It would be nice if Social Connect could add a setting of “only social connect users may register”, so that we could enable users to register with a social network account, but disable the ordinary new user mechanism, so as to reduce spam registrations.
]]>I have been a WordPress developer for three years, and even though I’m still new and learning, I want to take over updating this plugin for you. Please contact me, I will be waiting for your reply.
]]>Upgraded to WP 4.6 and now I get this message in the pop up box after trying to login with facebook. If you are already logged in, you obviously won’t know this is a problem.
Something went wrong: Missing header/body separator
I can’t be the only one with this problem. I am also getting these errors with Jetpack, so this isn’t the only plugin with the issue.
Thanks for any help.
]]>When i try to login in (using Facebook button) i get the screen where i have to login on FB and give permission. After clicking on the ‘ok’-button it seems like i’m being redirected but then nothing happens. I’m back again on an empty login-page and not logged in.
]]>Hi!
How to add vk social connect ?
I did everything as it should be done to integrate my fb app into my website but i get this error always :
{
“error”: {
“message”: “Invalid redirect_uri: Can’t Load URL”,
“type”: “OAuthException”,
“code”: 191,
“fbtrace_id”: “BUmkk3yPAn8”
}
}
I’m getting the following error message when enabling Google+ connection:
Fatal error: Cannot redeclare class Google_Utils in /homepages/20/d574497047/htdocs/dev.michaeljohnjewellery.com/wp-content/plugins/social-connect/google-plus/Google/Utils.php on line 25
Regards,
Tian
Hello
I need to change social icons to upload new ones,but i can’t find it in files. Where are they located? Thanks
]]>I’m not sure what the deal is. I might be having a CSS issue but I can’t see anything there. I tried editing the button’s css but no luck.
There is a submit button at the bottom of this page, but you can’t see it.
learnenglish20.com/register
any help would be very much appreciated.
]]>Hello,
I’ve downloaded and installed this plugin as it seems to do what I want. I’m just trying to get the facebook registrations working at the moment.
It seems that I can register with my facebook profile using this plugin, however I have a couple of issues.
Firstly, when I register for a profile I get an auto generated password. But there is no email fired off. So I get no password. Luckily I’m also an admin on the website so I can work around it for now. I was wandering if this was something to do with this plugin itself or wordpress.
The concern obviously is my new users will struggle to log in.
Also, when someone registers via their facebook, I would like to redirect them to a specific page. I’ve enabled the ‘previous page’ option in the settings but it redirects me to the home page.
This ordinarily would not cause a problem but some of the registrations will take place at a point of sale. Id like to redirect the user back to the page they were on previous so they can carry on with the order.
If this helps, the flow for that part is
Register for an event > login or register > enter contact details > pay > finished.
after the login/register part they are redirected to the home page. they should be directed to the contact details section preferably so they can carry on.
So in short, is there a way to trigger an email with the password created for the user at the point of registration. And can I redirect them to a specific page?
I’m using Event Espresso and Postman SMTP if this makes a difference.
I am using wordpress, buddy press and event espresso. The event espresso has some custom code to update new members into a user group once they log in. But I don’t know if this would effect how the BP social connect works.
Hope that’s clear enough, but if not please let me know and il try to clarify as much as I can.
Thanks,
Bogski
]]>Hello! Does the addition of a VK.com social network is planned? If yes, then when? Thank you.
]]>The plugin came with a theme I purchased. I noticed that every user registered via facebook doesn’t have an e-mail address, but since the theme is for classified ads, reaching the user via e-mail is very important. How can it happen that a user with no e-mail address exists? Is this a bug/premission issue from facebook?
I would really appreciate any hints and advice!
My website is: https://www.bg-gesucht.de
not worcked Facebook and Twitter /is not displayed in the login/registred form. Please help me
https://file-up.net/big_5a69bdf29d7f0ade1220160211114254.html
https://file-up.net/big_631392b63ab1a6db4b20160211114254.html
Hi Rodrigo,
I would be interested in taking over the development and maintenance of your Social Connect plugin.
Over at Cozmoslabs we’re a team of 8, working exclusively with WordPress.
Please let me know how do you see the transition happening. Please get in touch here to talk more.
Thank you!
]]>Hi,
I used this bb press social login to my site while activate this plugin my site not get loaded .please check this issues and reply as soon as possible
]]>after installing wthe plugin social-connect and all configuration, I try to connect after the popup i had the msg :
]]>ERROR: Registration is disabled.
Can I use the plugin to login on woocommerce login page?
I saw it appear on the register part but not on the login part
hello ,
i need help. i install social connect plugin but my login section it didnt work. Could u tell me where should i add code or what should i do ?
heretkinlik.com
I like this plugin but it’s not ssl compatible but can be fixed because all the social platforms are https now so it’s just a matter of finding the http instances and replacing them with https. I’ve only tested this with facebook so far and it worked for that. Around line 346 of the main plugin file, social-connect.php, just change http to https. That will fix the facebook profile pic. The pic comes from an https url but the source code for your page is going to have http until you change the above.
I have sublime which will search inside of all files in the working folder, giving the results on one page as snippets with the file location at the top. Here are the results.
wp-content/plugins/social-connect/liveid/connect.php:
17 // The location of the Web Authentication control. You should not have
18 // to change this value.
19: $CONTROLURL = 'https://login.live.com/controls/WebAuth.htm';
wp-content/plugins/social-connect/liveid/windowslivelogin.php:
813 $baseurl = $this->_baseurl;
814 if (!$baseurl) {
815: return "https://login.live.com/";
I went to https://login/live.com and it resolves fine so changing the above should be fine although I haven’t seen a windows live option anywhere on the plugin settings. Part of openID?
wp-content/plugins/social-connect/media/js/connect.js:
44 var context = $(e.target).parents('.social_connect_wordpress_form')[0];
45 var blog_name = $('.wordpress_blog_url', context).val();
46: var blog_url = "https://" + blog_name + ".wordpress.com";
47 redirect_uri = redirect_uri + "&wordpress_blog_url=" + encodeURIComponent(blog_url);
Also resolves with https just fine
wp-content/plugins/social-connect/openid/openid.php:
Too many in this file to post but it’s openid.net and resoves with https so it should be fine to change them all. Starts about line 342 and goes to line 699.
wp-content/plugins/social-connect/twitter/EpiTwitter.php:
13 {
14 const EPITWITTER_SIGNATURE_METHOD = 'HMAC-SHA1';
15: protected $requestTokenUrl= 'https://twitter.com/oauth/request_token';
16: protected $accessTokenUrl = 'https://twitter.com/oauth/access_token';
17: protected $authorizeUrl = 'https://twitter.com/oauth/authorize';
18: protected $authenticateUrl= 'https://twitter.com/oauth/authenticate';
19: protected $apiUrl = 'https://twitter.com';
20: protected $searchUrl = 'https://search.twitter.com';
Twitter’s good with https
That’s it! Swap those out and you should be good to go.
]]>You are using a display type of ‘page’ in a small browser window or popup. For a better user experience, show this dialog
with our JavaScript SDK without specifying an explicit display type. The SDK will choose the best display type for each
environment. Alternatively, use display type ‘popup’ if you have special requirements precluding you from using the SDK.
This message is only visible to developers of your application.
]]>I get error when click on the google+ icon to login. A popup page show error
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas07_data02/92/2634592/html/wp-content/plugins/social-connect/google-plus/connect.php:9) in /home/content/p3pnexwpnas07_data02/92/2634592/html/wp-includes/pluggable.php on line 1196
I have fixed it temporary by commenting the printf and hardcoding the app_name.
I have no idea why it doesn’t work , I read it hear https://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php
]]>I am getting this message now when trying to login on FB.
{
“error”: {
“message”: “Invalid redirect_uri: Given URL is not allowed by the Application configuration”,
“type”: “OAuthException”,
“code”: 191
}
}
Hello,
First, nice plugin. However I’m testing WP on Google App Engine and cannot complete a sign-in. Using the Google+ option, a popup window appears, but instead of the expected access request, it displays the site’s URL.
Facebook returns similar results. I’ve worked with your plugin on other sites and it works great–so I know it’s not the plugin per se. I’ve tested several other social sign-in plugins and none accomplish a successful sign-in.
I’m sure the challenge is with Google App Engine’s particular way of doing things. I did have to include “extension = “curl.so”” in the php.ini file as part of the deployment.
Any thoughts/ideas are appreciated.
]]>Hi
I find that login with Facebook process cannot work properly in Mozilla Firefox. Do you have some sollution?
Hi,
Great plugin I want to ask if you’re planing to add instagram too.
]]>I installed the plugin, but when I click the FB button on the WP login page iI get the following error in a popup:
{
“error”: {
“message”: “Invalid redirect_uri: Given URL is not allowed by the Application configuration”,
“type”: “OAuthException”,
“code”: 191
}
}
Is this a FB configuration problem or a social connect configuration problem? Does this plugin rely on other installed plugins to work?
]]>Hi,
Thanks for the plugin ??
Google+ authentication was working great, but now we are getting a message saying “OpenID 2.0 for Google Accounts has gone away”.
We updated the plugin, and in the settings panel, we filled the Google+ auth fields with the client ID and Client secret keys, generated via the google dev console. We also authorized the redirect URI on the google dev console.
So far we are getting the same google message, and users can′t authenticate using google+.
Could you help to solve this?
]]>Hi everyone:)
Everything works fine unless the google+ login.
When klikking the google+ button the application stucks in the pop up window only saying “Login to mydomain”
Check out the problem at:
https://www.apvp.no/min-konto/
Please anyone??
]]>I see a red box for an error message, but there is no message. Google and Facebook are doing this.
Also, when trying with Facebook while error outputting is on, i’m seeing this:
Notice: Undefined property: stdClass::$id in /plugins/social-connect/social-connect.php on line 120
Notice: Undefined property: stdClass::$email in /plugins/social-connect/social-connect.php on line 121
Notice: Undefined property: stdClass::$first_name in /plugins/social-connect/social-connect.php on line 122
Notice: Undefined property: stdClass::$last_name in /plugins/social-connect/social-connect.php on line 123
Notice: Undefined property: stdClass::$link in /plugins/social-connect/social-connect.php on line 124
]]>