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