Thursday, 12 September 2013

Facebook Comment Moderation Tool - NOT WORKING

Facebook Comment Moderation Tool - NOT WORKING

I have been using facebook comment plugin on my website for a few years
now, and have never been able to figure out how to moderate them. I have
tried using both the the app_id and admins meta tags, and neither has
worked. Comments to do not appear in the moderation tool.
HERE ARE THE TWO TAGS I HAVE USED:
<meta property="fb:admins" content="{9501364}"/>
<meta property="fb:app_id" content="{341661425905207}"/>
HERE IS THE FULL CODE FOR THE HTML FILE WHERE THE COMMENTS RESIDE:
<!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML LEVEL 1//EN">
<HTML>
<HEAD>
<TITLE>FB COMMENTS</TITLE>
<meta property="fb:admins" content="{9501364}"/>
</HEAD>
<BODY>
<center>
<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=341661425905207";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="http://www.worksmancycles.com/fb.html"
data-num-posts="10" data-width="600"></div>
</center>
</BODY>
</HTML>
THANK YOU FOR YOUR HELP!

No comments:

Post a Comment