It seems like no comments after 26th of October appear in my Comment Moderation tool. Comments, however, appear on the page.
On the webpage, I can see comments after that (some of which are spam which I need to moderate).
I have the following code on page:
<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 = 'https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.10&appId=xxxxx';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="xxxxx.com" data-numposts="7" data-order-by="reverse_time"></div>
Both the fb:admins and fb:app_id properties are set and show up in Open Graph Debugger (I actually removed the fb:admins property since the admins are set in the moderation tool)
If you do not see any comments on a Facebook post, it might not be an error but a policy measure. Sometimes, Facebook administration itself may temporarily block specific actions like writing comments on it if: Their security systems considered any of the publications suspicious or inappropriate.
Comment moderation These features can be accessed by: Viewing your Facebook page and clicking on 'Edit page' in the top right hand corner. You will then automatically be taken to the 'Manage Permissions' tab where you can alter the 'Default landing tab' and the 'Posting ability'.
How to see hidden comments on the Facebook business page? Go to your Facebook Business Page and go to the post whose hidden comments you want to see. Click Most relevant from the top of the comment section and select Hidden by this Page. Now, you can see the comments and replies that you chose to hide.
I solved the problem when I realized the og:url
and data-href
, which were automatically generated, did not match the current URL.
og:url
and data-href
were www.demo.com/page
Facebook developer tool only gives a subtle notice about mismatch (Redirect Path) with og:url
(og:url Meta Tag) and the current url (Input URL).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With