Thank you! I changed it a bit so you can set like and commentbox independantly, but it will be there.
You halped me resolving another item from the wishlist!
Fixed 5.1.8
Thread Starter
macfo
(@macfo)
I have to thank you! I have a problem, I inserted facebook app ID in the code, but I’m not comments moderator. while in the other articles works
Can you give me an example where it works?
Thread Starter
macfo
(@macfo)
Yes, of course
In my blog site, without wordpress use open graph to insert this:
<meta property=”fb:admins” content=”123456789″ />
<meta property=”fb:app_id” content=”123456789123456789″ />
and in the comments of facebook has appeared moderator.
But in the WP Photo Comments work, but are not moderated.
http://www.napolimoto.it/press/select.asp?id=1168
This does not refer to wppa+
Thread Starter
macfo
(@macfo)
yes, I wanted you to see where I work
while this is the site where I’m trying
http://www.italiaonroad.it/galleria-foto/
Thread Starter
macfo
(@macfo)
I have the same problem with version 5.1.8
I’m not app id facebook moderator…
I do not see such metatags:
<meta property="fb:admins" content="123456789" />
<meta property="fb:app_id" content="123456789123456789" />
in the page from the link http://www.italiaonroad.it/galleria-foto/ or in the slideshow therein…
Thread Starter
macfo
(@macfo)
in fact there are not.
I think you should do so that they appear to make it well work
<meta property=”fb:admins” content=”YourIdAdmin” />
<meta property=”fb:app_id” content=”YourIdApp” />
it would take a field to be filled in the settings
So, if i make it possible to enter a YourIdAdmin and a YourIdApp and add the fb: metatags it will work? If yes, i’ll do so asap.
According to the facebook developers docs:
You can choose to specify either fb:app_id or fb:admins, but not both.
Maybe this is your problem?
Thread Starter
macfo
(@macfo)
I use both and I have no problem.
but if you have to use only one, at least I think it is important to add this
<meta property=”fb:app_id” content=”YourIdApp” />
but maybe the problem is that the part that recharges the page no takes the parameter in the page already loaded entire
How does one get a YourIdApp ???
Thread Starter
macfo
(@macfo)
you must have a facebook account, and then you have to create an app on this page.
https://developers.facebook.com/apps
once you’ve created app, you’ll have app ID
Ok, i will put both meta tags optionally in the settings, i.e. two fields for YourIdAdmin and YourIdApp. If filled with data and fb enabled in the share box it will add the metatags accordingly. 5.1.9, in a few days.