Page 1 of 1

Phoca Facebook Comments - Moderator Bar Missing

Posted: 18 Jul 2011, 11:14
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 :)

Re: Phoca Facebook Comments - Moderator Bar Missing

Posted: 21 Jul 2011, 15:02
by Jan
Hi, I think, then you need to ask facebook developers what can be wrong there :-(

Jan

Re: Phoca Facebook Comments - Moderator Bar Missing

Posted: 10 Jun 2012, 22:48
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! :)

Re: Phoca Facebook Comments - Moderator Bar Missing

Posted: 13 Jun 2012, 23:54
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