We have tried everything and can't get this to work. We have offically given up. Here is the code we have been using:
<div id="fb-root"></div>
<script>
(function(d) {
var js, id = 'facebook-jssdk';
if (d.getElementById(id)) { return; }
js = d.createElement('script');
js.id = id;
js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>
<div class="fb-like-box"
datahref="https://www.facebook.com/pages/Athens-Dental-Center/104463542954148"
data-width="292"
data-show-faces="false"
data-stream="false"
data-header="false">
</div>
Now, here is the problem: this is exactly what we see on the website; no like button, just the code. How might I resolve this?