I'm trying to get a Facebook "Like" button to work on my webpage. I've asked for help at Godaddy.com, but they've not been able to offer much. I've added the button by using the code from Facebook and the button shows on my website. It seems to work when you click it because it says that I Like it and shows a number to the right of the button, but when I refresh the page, the Like button is there and no number to the right of the button, so it doesn't seem like it records when the button is clicked. Here is what I have:
<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>
I created two blocks on my webpage and added each of these scripts in them. Does anyone have any idea why this isn't working or what I can do so the Like button records me as Liking the website and posts how many "likes" the website has?
My website is www.mccabece.com Thank you for any help offered. Anthony