Skip to content

Instantly share code, notes, and snippets.

@fronteer-kr
Last active August 29, 2015 14:27
Show Gist options
  • Save fronteer-kr/d07df6a3243ea6dd5caf to your computer and use it in GitHub Desktop.
Save fronteer-kr/d07df6a3243ea6dd5caf to your computer and use it in GitHub Desktop.
Facebook plugin 연동 javascript #2
<script type="text/javascript" src="//connect.facebook.net/ko_KR/all.js"></script>
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.init({
appId : 'YOUR APP ID',
xfbml : true,
version : 'v2.4'
});
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment