How to load facebook JS SDk in the jQuery block? - Stack Overflow

Include jQuery, and then... $(document).ready(function(){ callFB(); loginClick(); // Call function }); function callFB(){ window.fbAsyncInit ...

Lee mas