Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How can I make facebook login get along with facebook like button?

0 votes
I'm set up here:

http://its.veryserious.org/

I have facebook login app and I'm using a facebook share button in the sidebar, just entering in the HTML thru the field in admin->layout.  Here's the problem:

If I include the like button's script tag, then, when users login using facebook, they are caught in a strange loop, I think from the login's javascript and the like button's script tag conflicting one another or both needed to reinitialize the page. It keeps reloading over and over and I even have to go into phpmyadmin to take the script tag out.

if I don't include the like button's script tag, then the like button only shows up when the user is not logged in.  Try it for yourself, when you login as a user or thr facebook, the share button in the sidebar disappears.

What do I need to fix?
asked Oct 27, 2011 in Q2A Core by Philip Green
edited Oct 27, 2011 by Philip Green

1 Answer

0 votes
 
Best answer
My fault, I left out the fbook root div.
answered Oct 28, 2011 by Philip Green
I have the same problem. How did you solve it?