Skip to content

Instantly share code, notes, and snippets.

@incognitosj
Created February 9, 2014 14:12
Show Gist options
  • Save incognitosj/8899635 to your computer and use it in GitHub Desktop.
Save incognitosj/8899635 to your computer and use it in GitHub Desktop.
Facebook like button
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId={yourAppId}";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment