Last active
November 11, 2015 06:33
-
-
Save YuerLee/cc35bb13ff8a5257e2b0 to your computer and use it in GitHub Desktop.
Facebook JavaScript SDK code for Blogger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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/zh_TW/sdk.js#xfbml=1&version=v2.5"; | |
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