This is driving me crazy. I got the code from the fb own tool at: http://developers.facebook.com/docs/reference/plugins/like/
<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/sv_SE/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
Also got the meta key needed.
<meta property="fb:admins" content="100002771809798"/>
Gives me 206 but it shouldnt be enough to hide the button should it?
Heres an example page(Scroll down below the article). http://recept.se/content/att-gora-honungskaka-med-mandel
Anyone able to clear this out for me?