Last active
September 25, 2015 05:08
-
-
Save abecoffman/868562 to your computer and use it in GitHub Desktop.
Initialize Facebook SDK in Wordpress
This file contains 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
window.fbAsyncInit = function() { | |
FB.init({appId: 'YOUR_APP_ID', status: true, | |
cookie: true, xfbml: true}); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment