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
9
votes
4 answers

Responsive facebook comment box

I've been researching several different ways to force a facebook comment box plug-in to be fluid/responsive/liquid/whatever-we-call-it (just showing the stupidity of names), and all of them work fine. But also, all of them make the plug-in disappear…
Álvaro N. Franz
  • 1,188
  • 3
  • 17
  • 39
9
votes
2 answers

Link or connect facebook comments plugin to comments on fan page wall posts

Facebook comments plugin - as far as I understand, if I have put the facebook comments plugin on a post web page, and the permalink of the post being commented on matches the base URL, then comments are stored via facebook using my post…
Joshc
  • 3,825
  • 16
  • 79
  • 121
9
votes
3 answers

How to list all comments in my domain

I am using the HTML5 version of Facebook Comment in my website. I have my own Facebook APP Id. Using Graph-API, and FQL (I think this is how to do it), I want to list all the Comments posted in my website. Example - Page…
8
votes
1 answer

Making "Facebook Photo Viewer" with Fancybox 2

http://xinhsangchanh.com/demos/FancyBoxDemo.html This is my demo page show how to making "Facebook Photo Viewer" with Fancybox 2 jQuery & Fancybox 2
VnDevil
  • 1,321
  • 15
  • 13
8
votes
1 answer

Failed to render Facebook comments on Android WebView via local HTML

I have a simple activity that create a WebView to load Facebook Comments, e.g. protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); WebView…
8
votes
1 answer

Facebook Graph API: get comments by given user

In Facebook Graph API, can we get list of comments made by given user. I haven't found any direct way to get lists of comments. So, I tried to find them through my feed, but it's returning all feed posts. Can we filter other posts where I have not…
N D Thokare
  • 1,703
  • 6
  • 35
  • 57
8
votes
1 answer

Is it possible to use Facebooks Comments Plugin with Graph Object IDs/Graph URLs rather than www URLs?

A little while ago, I built this: http://www.littlebray.co.uk/photos.aspx It's kind of an off-Facebook partial replica of a Facebook photo album gallery, the photos in the gallery section are all pulled from Facebook albums on the Page for Little…
8
votes
0 answers

Post comment with facebook like button doesn't work

Im tryng to use the XFBML implementation of the Like Button, as it is described in the facebook social plugin page The like button appears and works fine (it asks for a confirm action, but it works ok). When i press the like button, a new dialog…
user711189
  • 4,383
  • 4
  • 30
  • 48
7
votes
4 answers

Adding Facebook plugin comments for dynamic products

I installed facebook comments on my website. My website is a dynamic website and pages are like this www.example.com/page?id=54, www.example.com/page?id=67. If I post a comment in this page: www.site.com/page?id=54, it also appears in…
Alon Steinberg
  • 71
  • 1
  • 1
  • 3
7
votes
0 answers

Facebook comment moderation implemented but not working

I needed a comment plugin with moderation feature, As I check the docs I can do it with fb comment plugin. I have followed the documentation and attach fb comment plugin created from one of my app. Used the below code
stackMonk
  • 1,033
  • 17
  • 33
7
votes
5 answers

Get (Identify) Replies to Comments Using the Graph API

With the new "Reply" to "Comments" feature on Facebook, I've noticed that replies to comments are treated the same as comments. But I was wondering if there is anyway to distinguish the two?
Roozbeh15
  • 4,047
  • 6
  • 27
  • 30
7
votes
1 answer

Allow users to add disqus/facebook comments plugin

Imagine a tool that helps people to build their portfolios. As a part of it, the tool allows its users to add disqus/facebook comments widget on their portfolios so that people visiting their portfolios can comment on the portfolio. From the tool…
Rajat
  • 32,970
  • 17
  • 67
  • 87
6
votes
0 answers

Comments Social Plugin Comments not posting on wall

I am currently trying to use the Facebook Comment Social plugin for comments on my site. Almost everything works, the comments can be seen by people on the site and also viewable using http://developers.facebook.com/tools/comments. And the "Post to…
6
votes
0 answers

Can't read or create comments on facebook post once asset_feed_spec is preset on ad creative

I have an app that reads comments on ads from facebooks api, During testing we've noticed that when the user adds any variations to the ad this creates an asset_feed_spec on the adcreative, which then creates several other ad creatives to match the…
6
votes
1 answer

How can i get facebook xid and href comments after July changes?

Today, I've just updated the Comments plugin, now based on href property, after changes introduced by "July 2013 Breaking Changes". Using the new href-plugin I no longer see the xid-comments, but I can see new posted comments. I've read and followed…
1
2
3
53 54