facebook comment plugin disappeared

I had the comment plugin working fine, along with the like button and then they stopped working. I don’t believe anything was changed they just stopped showing up. I switched the like button to the iframe method and it worked but I can’t get the comments to show up, I’ve tried both the html5 and xfbml methods. When I look through the source in firebug the code is there but nothing is displayed?

Code from my header file.

Read More
<meta property="fb:app_id" content="xxxx"/>
<meta property="fb:admins" content="xxxx"/>

and

<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>

comments code

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

Any ideas why the plugin stopped loading?

Related posts

Leave a Reply

1 comment