I’m trying to get the user to login using their Facebook account on the page but for some reason the button on the page does nothing. What the heck am I doing wrong? Link: http://friendsconnect.org/Main.php.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Pasting the
FB.initcall into my JavaScript console and then hitting the “connect” button got me the usual Facebook Connect window so you’re probably having timing issues. Try changing yourFB.initcall to this:That way it won’t be called until everything is all set up. Also, you don’t need all three of these:
You only need one of them, probably the
jquery.curvycorners.min.jsversion.