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.

I am using following code after body tag:

<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/sv_SE/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

and to display comment plugin and like plugin I am using the following code:

<div class="fb-like" data-href="http://example.com/" data-send="true" data-width="450"  data-show-faces="true"></div>
<br /><br />
<div class="fb-comments" data-href="http://example.com/" data-num-posts="5" data-width="470"></div>

On Internet Explorer 7 on Windows XP, after a while Internet Explorer crash. There are also messages that there is problem: "Object does not support this property or method" https://www.facebook.com/plugins/comments.php?channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%[.....]&locale=sv_SE&numposts=5&sdk=joey&width=470

How to fix that problem?

share|improve this question

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.