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
-1
votes
2 answers

Wrong link in comment title. Can I change it?

I have webshop and I added FB comments there. Everything works well but the page name link "USERNAME commented on PAGE NAME" is wrong. The url of commented product is http://www.domain.com/store/product_info.php?products_id=27 but the link shows it…
-2
votes
1 answer

Remove the querystring on url by facebook comment box on my site

i need to remove the querystring that come when someone uses the facebook comment box on my site. Their friends see a link to a whole new page with no comments. Please let me know the full javascript and html to use.…
Timothy
  • 4,198
  • 6
  • 49
  • 59
-2
votes
1 answer

React usage in Facebook comment

I am learning react.js. I am trying to develop an application where there is a feature like Facebook comment system.I would like to know "is Facebook comment coming from Database using AJAX request or it is placing text just from input box using…
abu abu
  • 6,599
  • 19
  • 74
  • 131
-2
votes
1 answer

Add facebook comment box in own website with ability to tag fb users in comment

I am trying to implement a website which will allow users to login through facebook.The website will also have facebook embedded comment box.What I want is to provide the users to be able search and tag their friends in the comment box like they can…
Kumar Abhinav
  • 191
  • 1
  • 8
-2
votes
1 answer

How to put width 100% on facebook comment

How to put width 100% properly on the code below? Please help I'm a beginner on HTML and CSS
-2
votes
1 answer

FQL - List comments of a post

I'm looking to run a competition on Facebook for my company by posting a question and entering the commenters into a random draw. I was wondering if it was possible using either FQL or graph to list people who have commented on a particular post,…
-2
votes
2 answers

free Facebook comments module on product page of magento

i have tried Facebook Comment by Magestore. and properly configured on backendv with valid facebook app id.but not showing any fb comment option on frontend. What is wrong going on? module is not working well??? if it is then suggest me good module…
-2
votes
2 answers

Setting data-href in facebook comments from Javascript

I'm using free site build&host, it provides HTML editing with some codes like $TITLE$, $HOME_PAGE-LINK$ and others, but doesn't provide code for getting current http address. Facebook comments box requires http address, and only way for setting it…
Arman Hayots
  • 2,459
  • 6
  • 29
  • 53
-2
votes
1 answer

Jquery - Updating Facebook Comment Plugin after it loads

I would like to fill the TextArea of a Facebook Comment Plugin so that after it loads it will display my text inside the textArea. The HTML code for the comment is
-2
votes
2 answers

Facebook Mention Tagging new feature

I have a question about Facebook Mention Tagging explained in this link http://developers.facebook.com/docs/opengraph/mention_tagging/ Can i use that in my site that have an admin panel that enables a page admin to responce on fans questions which …
AboQutiesh
  • 1,696
  • 2
  • 9
  • 14
-2
votes
1 answer

How to comment on a photo and like a photo

I have researched in the doc but i could not find out anything. I want user to comment others' photo and like their photo. How can i do this? I am using php-sdk also graph api.
-2
votes
2 answers

How can I get the facebook comment that was just created

I have a single fb comment plugin on my page. When someone posts a comment using it, is there a way to get the comment text back? Thanks to anyone who can help.
-3
votes
1 answer

Facebook comments, all comments end up in moderation

Somehow all comments that I put on my website end up in moderation, despite that in settings I have set up " Make every post public by default." Is someone would like to help that's url for testing: …
-3
votes
2 answers

how to get total comments/likes count? (Facebook)

Eg. I wanna get an album's information by graph api (me/albums ) The result didnt include comments / likes total count. Also somebody says: you must provide a parameter named "post_id" However, albums has no "post_id". I use graph path: "uid/feed" …
fansmey
  • 9
  • 1
  • 5
-3
votes
1 answer

How do i get the required required response

I am expecting the facebook comment from this URL http://graph.facebook.com/comments?id=http://de.richarddawkins.net/articles/faschist-oder-nicht But getting this error message { "error": { "message": "An access token is required to…
1 2 3
53
54