I'm extremely frustrated with this right now, and everything I read is outdated (I've been googling for what feels like days).
All I'm trying to do is make a like button to a specific facebook page url (not a website url).
Obviously the number of likes on the facebook page should show up in the facebook like button (not like box).
I also want to use the 'share' button on the facebook like widget.
First of all, when I put the facebook page url in it says 0 likes, and that's the first problem (there are many likes).
Second, No matter what URL I try... it likes and immediately unlikes the page. Ive tried debugging and removing the facebook page url altogether, and trying just a standard URL instead.. it does the same thing.
I have installed tons of these in the past and now they are all being extremely buggy - WTF is facebook doing that I don't know about which could cause this to do this?
PS: I'm trying to also make this as simple as possible... I don't need all kinds of crazy features and app integration and garbage. I just want a like button to a page.
<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>
html:
<div class="fb-like" data-href="http://example.com" data-send="true" data-layout="button_count" data-width="450" data-show-faces="true"></div>