Questions tagged [facebook-comments]

Facebook comments allow you to access the comments portion of Facebook programmatically.

Facebook comments allow you to access the comments portion of Facebook programmatically. The comments are child objects to a post, which has ownership by a user. This can be managed through Facebook apps.

Facebook comments API documentation.

797 questions
3
votes
1 answer

Facebook Comment Box - Change Domain

First, Sorry for my English - I'm from Austria. Hy guys! I made a website, and before the launch of the website, i add the comment box (Link) with the url from the developer server. Now, the website is online, and many people has posted with their…
C.E.
  • 664
  • 2
  • 5
  • 21
3
votes
2 answers

Comments Box realtime updates

It seems the Comments Box fetches new comments (by other people) only on component reload. Does anyone know any other ways to make the box to fetch updates than reload? I would rather avoid the reload as it naturally clears the input box in case the…
3
votes
1 answer

Best way to handle comments on your website

We're developing a website that will try to have a lot of interesting quality content and hopefully will attract a big, vibrant community. So, we expect that our future users will comment a lot. Time and resources for rolling our own solution are…
pandronic
  • 631
  • 2
  • 9
  • 21
3
votes
1 answer

Identify Spam from fb:comments via FQL

I'm running an FQL query to get comments for a particular post made on a site. Is there a way to identify whether it has been marked as spam? If not, I can see that the blog owner removed some comments so that they are not visible on the site. Is…
user99168
  • 173
  • 2
  • 11
3
votes
3 answers

How do I change the singular/plural on "comment" to "comments" on Facebook's number of comments?

I would like my subtitles in my Wordpress blog to count the number of Facebook comments on my post. After inserting Facebook's code
antr
  • 867
  • 1
  • 9
  • 19
3
votes
2 answers

security warning in IE9 "Show all content"

I'm implementing the facebook Comments plugin on my site. Users get the warning "Show all content" in IE9 This other publisher using the same plugin and it does not bring up the warning. Can some please help me with this? Asking users to turn of the…
Tom Viken
  • 31
  • 6
3
votes
1 answer

Facebook comments plugin only show on reload page reactjs

Im using Facebook Comment Plugin for my react app, but it not show when I use < Link to=' '/> and I have to reload the page once or twice to make it work. here is my code index.html