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 have just integrated facebook comment plugin and it was working great. But i don't know... somehow i can't see it from today. It just got vanished. I checked everything and all are ok.

My code for facebook plugin:

<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&appId=xxxxxxxxxxxxxxxx";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


<div class="fb-comments" data-href="http://eventconnectbd.com/" data-num-posts="2" data-width="470"></div>

I saw a related problem where it says - just add 'https:' before '//connect.facebook.net/en_US/all.js'

I did the same and suddenly it shows up and then vanished again.

Please help me.

Thanks

share|improve this question
What do you mean by "vanished"? Is the html markup still there but hidden? Are there any javascript errors? Ad block? – jrummell Oct 24 '12 at 18:36
html markup is still there and no js error. It seems everything ok but it just cant show up the box. Also the like button for the same page. – SpritsDracula Oct 24 '12 at 18:42

closed as too localized by Sean Kinsey, bažmegakapa, bstpierre, BNL, JKirchartz Oct 25 '12 at 17:05

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

up vote 1 down vote accepted

I think its a facebook issue, take a look at this https://developers.facebook.com/bugs/426569287392966?browse=search_5088102e10f3e4014990991

you are not the only one who experiences this problem today.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.