Phoca Facebook Comments - Moderator Bar Missing

Phoca modules - support for all Phoca modules except Phoca Gallery modules
ChrisGc
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 18 Jul 2011, 10:49

Phoca Facebook Comments - Moderator Bar Missing

Post by ChrisGc »

hi!

first of all, thanks for this great module, the Phoca Facebook Comment module. It looks great, works great, just, I think, I'm not able to configure it the right way.

After installing the module, I created the App, as you said in the documentation. Followed all the steps. Also added myself as Moderator in the Developers page.
Still, when I go to the frontend of my website, I don't see the moderation bar over the comment box. There is no settings, no "Public Comments", no "Moderator View" as it shows here:
https://www.phoca.cz/documents/62-phoca- ... k-comments

Neither I get notification emails after new comments...

I've read almost every post in this forum, and couldn't find the answer.
I'm really curios, if this is a Facebook issue, or if it's just me...

Please help and thank you :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48535
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Facebook Comments - Moderator Bar Missing

Post by Jan »

Hi, I think, then you need to ask facebook developers what can be wrong there :-(

Jan
If you find Phoca extensions useful, please support the project
squid
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 21 Sep 2010, 13:01
Location: Poland

Re: Phoca Facebook Comments - Moderator Bar Missing

Post by squid »

Sorry for digging up this topic but I have got the same problem. There is simply way to repare it! Just add:

Code: Select all

<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>
between <head> </head> tags to be able to view comments by fb dev tool :)
For inline moderation you must add this code:

Code: Select all

<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
https://developers.facebook.com/docs/re ... /comments/
Enjoy! :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48535
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Facebook Comments - Moderator Bar Missing

Post by Jan »

Ok, thank you for this info, so this can be added by Phoca Site Plugin:

https://www.phoca.cz/documents/69-phoca- ... ite-plugin

Jan
If you find Phoca extensions useful, please support the project
Post Reply