Quote:
Originally Posted by Taringa! CS
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?
|
No, not really. The FeatureLoader.js is depreciated and is going away in a month or two.
just change this ...
Code:
<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("b429ea3362ecedaaacae88363d481500");</script>
<fb:fan profile_id="76722401590" stream="" connections="10" width="300"></fb:fan>
to this ...
Code:
<fb:fan profile_id="76722401590" stream="" connections="10" width="300"></fb:fan>
and if FB Connect is installed correctly it'll work golden.