Support Forum

Trouble with Social Connect plugin

WS WE WE Shoot SL
WE WE Shoot SL
Member

Hi guys!

Well,I´m using this third party plugin to let the users connect to my site via Facebook, Twitter or Google. It works perfect outside the forum, but when you are inside it the connection doesn´t always work if to try to login. It´s weird cause it worked perfectly when I installed…but now sometimes work and sometimes shit happens. 

So, not sure what to do. I upgraded from V5 to 5.05, but not sure if that´s the problem..

I read in this post that there´s the chance to make the same with rpx, but I would like to keep on with Social Connect and change if I don´t have another chance…

Gracias!!! 

12 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Yes SP has the Janrain/RPX system built in.
I suppose two questions… what does ‘shit happens’ actually mean.
And how does this plugin make the connection for login?

WS WE WE Shoot SL
WE WE Shoot SL
Member

Thanks Yellow Swordfush, and sorry for the rudeness.

Social Connect what actually does is connect with the social network and automatically creates the user in my wordpress database. In this case this works in all the website except in the forum area. When you hit the button, the pop up that makes the connection works fine, but then miss that second refresh of the website with the logged URL. 

Don´t know if I explained correctly. I´m spanish…

I could send you the link by PM if you want. Thanks again! 

YS Yellow Swordfish
Yellow Swordfish
Member

Without knowing how this plugin makes the connection back to the various servers it is hard to say what the problem may be but I would start by turning off the forum login link and underlying form. Edit the spHead.php template in your SP theme folder and comment out the login button – that’s the template function sp_LogInOutButton(). See if that helps.

WS WE WE Shoot SL
WE WE Shoot SL
Member

Ok, I´ll try and keep you updated, gracias!

WS WE WE Shoot SL
WE WE Shoot SL
Member

Hi yellow Swordfish. Bummer, that tip you told me doesn´t work…

YS Yellow Swordfish
Yellow Swordfish
Member

Then I suspect we can only really advise when we know what mechanisms are at work here. What happens and what does this plugin call – and how – when someone clicks on it. Perhaps you could ask the authors?

WS WE WE Shoot SL
WE WE Shoot SL
Member

Hi again. Sorry but I think made something wrong before. I have try again disabling the login button of the forum, and now it works. You can´t make the login in the forum itself, but that´s a minor problem. Thanks again!!  I´ll post you more doubts about the forum shortly laugh

DT Darrell Tucker
Darrell Tucker
Member

Hello Yellow Swordfish,

I am also having trouble with the WP Social Connect log in plugin not working with Simple Press activated.

The Social Connect plugin works by setting up and managing an Open ID log in app at various social media providers ( Facebook, Twitter, Google, Yahoo!, LinkedIn, and others )

Once set up clicking on a Social Connect provider link takes the user to the social media providers log in page.

Once logged in at the social media provider the user is then redirected by the log in app back to my website.

I have used the Social Connect and OneAll log in apps on other sites with excellent results.

The plugin works perfectly when the Simple-Press plugin is deactivated and it works once or twice after Simple-Press activation and then stops working.

The surface symptoms of the problem are this :

With Simple-Press activated :: when a Social Connect link is clicked the user is taken to the social media provider log in page as usual.  The user can log in but the log in app does not redirect to my website.

For some reason the log in app freezes.

— Relative to Simple Press :

I have removed the inline log in scripts from the sp-head file and I have removed the sp-form-login.php
file from the contents folder.

Mysteries abound.

I hope this helps to resolve this issue.

DT Darrell Tucker
Darrell Tucker
Member

Hello,

I have found a solution to integrating the Social Connect plugin into Simple-Press.

This method installs the Social Connect links right above the Guest / Member avatar.  The links remain after log in.

—First : install the WP Social Connect plugin and make sure it works with Simple-Press deactivated.

—Second : edit the spHead file to remove the IN-LINE LOGIN FORM – OBJECT DEFINITION and this line of code : sp_LoginForm($loginForm);

—Third : insert this line of code under the <?php at the top of the spHead file :   do_action( ‘social_connect_form’ );

—Fourth : do not use the Social Connect widget plugin as this seems to stop the plugin from working.

I have the Social Connect plugin set up to log in at Facebook, Twitter, Google, and Yahoo! and I have tested this with two computers with excellent results.

You can test this Social Connect set up at surveyonfairness.com smile

MP Mr Papa
Mr Papa
Member

nice. thanks for the tip for other users…  see, with themes you are in complete control! wink