Skip to content

Instantly share code, notes, and snippets.

@fjaguero
Created October 19, 2012 16:22
Show Gist options
  • Save fjaguero/3919151 to your computer and use it in GitHub Desktop.
Save fjaguero/3919151 to your computer and use it in GitHub Desktop.
PHP: Facebook like for Wordpress Loop
<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=224015364350232";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="<?php the_permalink(); ?>" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment