following the directions here:
developers.facebook.com/docs/plugins/…
i added this right after the opening <body> tag in index.php:
<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";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
then i put this in my post-nav section of the sidebar:
<div class="fb-follow" data-href="facebook.com/plutek" data-colorscheme="light" data-layout="button" data-show-faces="false"></…;
i don't get any error messages, and the nav bar gets extra space as if something's getting added, but the facebook follow button doesn't show.
any clues?
the site is: peterlutek.com
cheers!
.pltk.