Facebook comment box moderation stopped working - facebook

The comment moderation tool has stopped working for my Facebook comment box plug-in. Prior to this problem, the comment moderation on my website had been working fine for many years, and I did not make any changes to my page. But now, the link to the moderation tool has disappeared from the comment box on my website. If I go to the moderation tool manually, then the new comments are not present in the list of comments in the moderation tool. The old comments are still showing, but all the new comments that were posted after this problem started do not appear in the moderation tool. (The new comments still appear on my website.)
My website is at http://ar.vegnews.org/vegan.html
The moderation tool for my comments is at
https://developers.facebook.com/tools/comments/123992434326906/
Thanks.
Edit: The moderation tool has started working again. It appears that this is no longer a problem. Thanks.

Related

Facebook comments on site post to Facebook profile, but unable to like the published post or comment (on the comment)

I have tried using all different plugins (facebook, facebook comments, seo facebook comments, and more), I have even added the application manualy (https://developers.facebook.com/docs/plugins/comments/ using html5 plugin code). All options do the same thing.
Comments show up that is all fine. Readers are able to comment on the website through the box, thats fine too. But then when I want to publish to facebook, all seems good too, it will publish it. But when I go to facebook and click on the published comment, it is not possible to like or comment (on the publish comment). Facebook shows the comment on the timeline, but clicking on it gives this message:
"Object cannot be liked
Unable to like this object because it is not accessible (it may have been removed or you may no longer have permission to see it)."
I can click the link in "John Doe has commented on a link" and it will take me to the page however.
Some other strange things that happen are (on the actual wp post) when you comment and have the "post to facebook" box checked, it won't publish straight away, but give the message "This comment has not yet been published to Facebook. Publish Comment". Only after clicking publish comment will it ask permission to publish on my profile.
And then when you want to delete the message, it will say "Oops Something went wrong. We're working on getting it fixed as soon as we can." Click delete again and it deletes. No fail every time on the second time after that message.
Please help me out, before I go crazy :P Website is tryajuice.com
I am also using Yoast WordPress SEO: Social, OneAll social login, which might influence it, but deactivating them all doesn't make a difference, unfortunately.
Any help will be much appreciated.

Using Facebook Social Plugin Comments

I have the Facebook Comments Social Plugin. It works fine and is installed perfectly. But how can I be notified when someone leaves me a comment so I can respond and also approve the comment?
I cannot figure this out.

How do I set up Facebook comments on my website?

I have tried for a month to set up Facebook comments on my site. I want the comment box on my post pages. Also, I want the social buttons which seem to be there sometimes. What file do I place the JavaScript SDK code on, in my PHP or CSS (or is it pasted into each post page)? Then do I cut and past the plugin code into each page I want it to be available, or just in one theme file? I'm lost in this sense and no one seems to be able to give me an answer.
All of the information you will need is on the Facebook developer page! If you are using Wordpress you may easily implement Facebook comments by installing the official Facebook plugin.

Facebook Comment Box Plugin sends too many Red Alert On Site notifications

I have recently implemented the Facebook Comments box plugin and have multiple users set as admins via the plugin itself. These users are also admins on our facebook fan page but they are NOT listed in the OG:admin tag. These users receive tons of On-Site (red alert) notifications whenever a comment is left via the comment box and we would like to turn that off.
I have also tried having users set via OG:admin and NOT through the app itself and while that seems to stop the notifications, it also disables the ability to moderate all the comments via http://developers.facebook.com/tools/comments/ note: these OG:admins can moderate comments on the individual stories, just not all in the above moderation tool.
Any help would be appreciated.
I am having the same problem. I think I've found the solution.
1- Go to: https://developers.facebook.com/tools/comments/
2- Click on "Settings" (top right). A popup will appear.
3- On the first tab, 3rd option, set "Ensable notifications" to "Off" (as shown here: http://i.stack.imgur.com/2bUBD.png)
By the way, I've found a similar question and I've also posted my answer here: How to disable Facebook "commented on your site" notification. I'm new to Stack Overflow. I hope this is correct.

How to be notified of comments posted via the Facebook Comments Social Plugin

I recently implemented the Facebook social plugin for comments on my blog. I assumed, incorrectly, that I would get a Facebook notification when someone posts a comment to one of my articles. I was wondering if that is a possibility.
I have read references to the use of a event.subscribe function in the javascript SDK, but I wasn't really interested in creating a javascript-based notification dingus but would rather just see the little badge in my Facebook notification window.
I'd love any insight on how others have addressed this.
Thanks in advance!
Just add yourself as moderator under Facebook developers comments tool. That's it. You'll start getting notifications of any comments on any of your blog posts.
Shorter way:
Open this url (am assuming you are signed into Facebook and is administrator of your Facebook app):
https://developers.facebook.com/tools/comments/
Click on settings
Add yourself (or any of your friend/employee) as moderator.
Lengthier way:
Click on 'Moderation Tool' on any of your blogpost's facebook comments.
You must be on Facebook developers page now. On this page, you must be seeing something like 'your app name' > 'the blogpost title' (from where you clicked moderation tool). Here click on your app name.
On this new page, click on settings.
You must be seeing a modal now. Add yourself (or any of your friend) as moderator here.
You must be getting notifications now.
For those who have been struggling to find a way to get notified when someone sends a comment on your page, here's a (sort of) solution.
Assuming you've created an app for your website, add the following meta tag to your <head>: <meta property="fb:app_id" content="YOUR_APP_ID_HERE" />
Then in Facebook Moderation Tool choose your app and click on Settings in top right corner. In settings, choose Moderation rules tab and at the bottom, you'll find an option Closed under Moderation heading. Select this option. By setting Closed option you basically have to approve all comments that are added to your site, but right now that's the only option how to get notified right in your Facebook without setting up custom listeners on comment.create event. That's also why this solution is sort of solution.
Also don't forget to add yourself as a moderator as Saurabh's answer suggests (otherwise you won't get any notification in your facebook).
Easiest way is to just check the Facebook moderation tool. You could build some kind of notification system that pulls comments using the graph api. I haven't seen any alert/notification system yet that somebody has else built but it would be pretty easy.
Unfortunately, even on the doncaprio blog, the owner has noted that
"For some reasons, notifications stopped working for some months now. I'm yet to find a fix for this... seems like an issue with fb or something."
I've come to the conclusion that I have to live with not having comment notifications.