Quote:
Originally Posted by Taringa! CS
I've got a problem with the register button.
The facebook popup only works on register.php or login.php... not on forumhome
Any ideas?
|
Do you have FB like buttons on the forumhome? Having the facebook javascript included twice on a page will break the connect button. Pull out any references to ...
Code:
<script src="//connect.facebook.net/en_US/all.js"></script>
and let the FB Connect plugin handle adding the javascript which, as an added bonus, will load asynchronously and parse any FBML you might have.