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 having a problem enabling facebook comment moderation on my site. Comments are appearing fine, but moderation is not, either on the page(s) or here: https://developers.facebook.com/tools/comments

I've included in the head:

<meta property="fb:admins" content="10xxx16606762xxxx"/>
<meta property="fb:app_id" content="16xxx702682xxxx" />

And this in the script:

## PAGE BODY
$body
#if ($page.date)

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

<div class="fb-comments" data-href="http://${request.serverName}${page.url}" data-num-posts="10" data-width="800"></div>

Any suggestions?

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.