2009
10.28
10.28
I tried to add a fan box to http://facebook.muftah-alhuruf.com. I created it using the Wizard, and embedded the code, but nothing happened. After taking a look at the discussion I got to this code that make sure that after Facebook code is loaded (it is loaded asynchronously) it will parse the page and look for the facebook tags.
Just add the following code at the bottom of your page
<script type=“text/javascript”>FB.ensureInit(function () {FB.XFBML.Host.parseDomTree();});</script>
I must say that it solve the problem, but I did not solve the problem of “where would I put this big ugly fan box”