James Francis
James Francis

Reputation: 123

Can't Moderate Comments

I've had my Facebook comments box working for a long time now, but I need to moderate some comments which contain personal information, and some comment spam.

Here's where the comments box is placed:

http://coaching.jamesfrancis.com/first-1000-online/

I've added the two correct Meta Properties ("app_id" and "admins") in the header, but the "Moderate" link still isn't appearing.

Also, the weird thing is that although I have many comments, none of them show up at:

https://developers.facebook.com/tools/comments

... So I can't moderate them from there, either.

Any ideas how to fix this?

Thanks! - James.

Upvotes: 2

Views: 1684

Answers (2)

John King
John King

Reputation: 11

In your meta tags, change "name" to "property" and make sure you include the other required meta tags for moderation to work. appart from the fb:admins one.

<meta **property**="og:url"                content="..." />
<meta **property**="og:type"               content="..." />
<meta **property**="og:title"              content="..." />
<meta **property**="og:description"        content="..." />
<meta **property**="og:image"              content="..." />
<meta **property**="og:admins"             content="..." />

Upvotes: 1

ewire
ewire

Reputation: 1

had the same issues, I fixed it by simply making the app public. To do that go to the facebook app admin page, click status and there is a switch to the right.

ok cheers, ewires

Upvotes: 0

Related Questions