Skip to content

Instantly share code, notes, and snippets.

@setuix
Created May 5, 2014 02:13
Show Gist options
  • Save setuix/d9a1532898dc533de252 to your computer and use it in GitHub Desktop.
Save setuix/d9a1532898dc533de252 to your computer and use it in GitHub Desktop.
!-- Facebook JavaScript SDK --
div id="fb-root /div
script
window.fbAsyncInit = function() {
FB.init({appId: '177594542288018', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
/script
!-- End Facebook JavaScript SDK --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment