Skip to content

Instantly share code, notes, and snippets.

@abecoffman
Last active September 25, 2015 05:08
Show Gist options
  • Save abecoffman/868562 to your computer and use it in GitHub Desktop.
Save abecoffman/868562 to your computer and use it in GitHub Desktop.
Initialize Facebook SDK in Wordpress
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