I have trawled the net and Stack Overflow and have not found an adequate answer to this question. Before I start the trial and error process of finding my own solution, I th
Load it after the window loads, this is what works for me:
$(window).load(function(){ $.getScript('http://connect.facebook.net/en_US/all.js', function() { try{ FB.XFBML.parse(); } catch(ex) {} }); });