hey, Guys have a lillte problem here with Facebook comments on WP... Head Code: <![endif]--> <meta property="fb:app_id" content="appID"/> <meta property="fb:admins" content="myid"/> </head> <body> <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_GB/all.js#xfbml=1&appId=appID"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> Code (markup): Single Post Code: <div class="fb-comments" data-href="my site" data-num-posts="5" data-width="625"></div> Code (markup): I have successfully implemented and integrated facebook comment box on all my posts BUT i am not able to MODERATE comments... Can someone locate where the problem is?