I am an amateur trying to add the 'Like Box' to my website. It seems easy enough (no more difficult than implementing my Google shopping cart- which I did fine) Copy the codes - insert into Dreamweaver. However I cannot make the facebook box work at all. I have tried and re-tried both the like box and the like button with no luck. What could I be missing or doing wrong?
This is the code:
<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>
and also this:
<div class="fb-like-box" data-href="facebook.com/triihouse"; data-width="292" data-show-faces="true" data-stream="true" data-header="true"></div