Can someone tell me where I am going wrong here? My comments work fine, but I cannot get moderation to work. Let me explain.
I am using version 1.11.3
According to Facebook developer https://developers.facebook.com/docs/plugins/comments/
I am to put this code in the header:
My code looks more like this:<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
Code: Select all
<literal>
<meta property="fb:admins" content="my-admin-name"/>
</literal>
I have tried several iterations of that as well, such as inserting the numeric id associated with the account for "{YOUR_FACEBOOK_USER_ID}" , as found here: http://findmyfacebookid.com/
Whenever I go to the debug page to test, I get the error:
Has someone conquered this issue in the past?Object at URL 'http://www.yourwebsite.com' of type 'website' is invalid because the given value '226986500660572' for property 'fb:admins' could not be parsed as type 'fbid'.
Thank you for your feedback