Quote:
Originally Posted by mtbikemike
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.
|
I've got this
<script type="text/javascript" src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_GB"></script><script type="text/javascript">FB.init("b429ea3362ecedaaacae88363d481 500");</script><fb:fan profile_id="76722401590" stream="" connections="10" width="300"></fb:fan>
maybe better to use an iframe to add it, right?