facebook comments box notification - facebook

Does anyone know how to get notifications everytime someone comments on my website on the facebook comment box?
I've tried this to get an email for each new comment:
getting notification when someone comments using comments plugin
but no luck
I've added myself as a moderator on my app on the https://developers.facebook.com/tools/comments/
but still not receiving notification on facebook or on email.
Is there someone who knows how to do this properly?
Thanks.

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" from "Off" to "On" (as shown here: http://i.stack.imgur.com/2bUBD.png)

Related

facebook follow button social plugin missing

There used to be a social plugin from FB for Follow button and it was working fine on my clients website earlier. But recently I've noticed that it doesn't load. So when I tried looking for the issue, it seems like FB has removed it. Is that the case? I could not find any documentation regarding removal of / changes to follow button social plugin.
When I searched for follow button on developers.facebook.com it does show "Follow Button - Social Plugins" as first result but when I open the page it says the link may be broken or the page may have been removed.
Has anyone else faced this issue? Is there any way to get the earlier functionality of follow button?
Search result:
Page error:
https://developers.facebook.com/blog/post/2017/11/07/changes-developer-offerings/:
Follow Button: With multiple options to follow a person or a Page, the Follow button has become redundant. You can use the Like button plugin as an alternative, which provides the ability to subscribe to a public profile or a Facebook Page's public updates.

Link posting on Facebook wall without permission

So if I click this link http://cool.factsclub.site/?p=604 you see the "google captha" its basically fake and set so that if you press 3 it will share the link automatically to FB. How the can they share it without asking me first if I want to share it. Normally it would open a Status Update box.
I am just curios if you know how the trick works.
Thanks in advance!

Facebook Like Button not shown when not being logged in

I have the following problem: I created via this link a facebook like button to my fanpage.
Now the problem is that when I log out of facebook the button is not shown on my website.
I checked all the restrictions like age or country. I allow everything.
Any ideas why that is?
Ok, stupid one! I finally got it!
My fanpage was still set to hidden. When I change the visibility the like button is shown.

Facebook Send button is not showing and comments dialog flickers

I use Facebook on many pages but on this particular one I don't see Send button and when I click Like the comment dialog just flickers.
https://www.customerelite.com/lrm/ms/oid/587153
Does anybody see what's wrong with Facebook buttons on this page?
Thanks.
This looks like a Facebook bug. I filed a bug here https://developers.facebook.com/bugs/391962640871463

Facebook "Publish Story" dialog buttons are too far down

I have the following problem with my implementation of Facebook.
I want to publish a user story and everything works pretty well except sometimes the buttons
are placed too far down and you can't just scroll them up 'cause they always will pop back down there. I think you can see it best in the picture!
Its even worse in German...
Does anybody have the same problems? Or does anybody know why this could be?
Screenshot
Reduce the size of your content.Since this is a webview so it adjust the size as per your content.Decrease the size of your content and they were , on their right position.
Hope it helps you.....
Alright it is gone now!
There was a new update of the Facebook api and this problem went away after updating!
So like I thought it was a problem of the Facebook api!
I have narrowed it down somewhat:
feed dialog is scrambled only when called right after login dialog. In my case when user clicks post button I check if he is logged in, if yes then show post feed dialog, if not I show him login dialog then post feed dialog.
There is no need to do that because post feed dialog will force user to login when opening...
skipping this step with login solved this problem...