Skip to content

Instantly share code, notes, and snippets.

@shemul49rmc
Last active December 29, 2015 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul49rmc/7657814 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7657814 to your computer and use it in GitHub Desktop.
Add Facebook Comments on Genesis
<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/en_US/all.js#xfbml=1&appId=226986334093131";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Add the Following code to Header section with your Facebook User ID and App ID.
<meta property="fb:admins" content="shemul49rmc"/>
<meta property="fb:app_id" content="226986334093131"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment