Skip to content

Instantly share code, notes, and snippets.

@pureexe
Last active August 29, 2015 14:06
Show Gist options
  • Save pureexe/579b3657b8a062d3d31c to your computer and use it in GitHub Desktop.
Save pureexe/579b3657b8a062d3d31c to your computer and use it in GitHub Desktop.
FB_onblog.html
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '351070565012663', // เปลี่ยนเป็น appid ของคุณเอง
xfbml : true,
version : 'v2.1'
});
};
(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/sdk.js";
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