Hi I have use the custom code to show the fb comment on my page here is my 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>
<div class="fb-comments" data-href="http://60degreedeveloper.info/voxxydev/vote/" data-num-posts="2" data-width="675"></div>
but this is not displaying anything on the site, when I am consol the code with firebug I have got the following error: FB.provide is not a function http://connect.facebook.net/en_US/all.js#xfbml=1 Line 138
Thanks in advance.