I'm currently trying to use the HTML5 version of the Likebox but it is not working as expected. It doesn't work in local sites, and it also does not show the posts from the page as it should.
Here's the code:
Markup:
<div style="text-align: center;">
<div class="fb-like-box" data-href="http://facebook.com/nbglive" data-width="234" data-show-faces="true" data-stream="false" data-border- <div class="well blackwell">color="#007Db7" data-header="false"></div>
</div>
Javascript code:
(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 = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=136619623172579";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
As you can see, it works ---just fine--- partially on jsfiddle. It does not work in local files and when served from the web it does what it does in jsfiddle which is to be broken.
(And at this point I'm about to blow my top at Facebook).