Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
read here: stackoverflow.com/questions/5811514/… – Yan Jun 29 '12 at 7:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.