facebookfacebook-comments

Moderate comments in Comment Box


Actually i'm implementing a Facebook Page Tab with the Comment Box plugin.

I'm using the HTML5 Code to display the plugin.

As written in the doc about comments moderation I have added the following :

<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>

when i use the debugger i get errors that must be fixed : Object at URL of type 'website' is invalid because the given value '' for property 'fb:admins' could not be parsed as type 'fbid'.

when i remove the <meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/> no errors are displayed.

My problem is the following, i can't moderate comments (remove comments from other users, etc.).

Thank you for your help.


Solution

  • Without seeing any code of you: to gain moderation rights for social plugins embedded in a page, put the following OG-Tag in the head section of your page:

    <meta property="fb:admins" content="[YOUR FB ID]" />
    

    Put your facebook ID there. You can specify a commaseperated list of multiple IDs, too.