0

https://graph.facebook.com/comments/?ids={YOUR_URL}

Id like to display comments made on my site using the facebook comments widget, and using the link above.

Is there a way to turn this into query, with the most recent post url to have a facebook comment displayed. Also the avatar and the comments made there?

And if you will suggest to use plugins, theres nothing in there that work, facebook for wordpress widget to do this has a error.

And if you will ask why not search for forums. I did both here and wordpress answers all are just about fetching comments on a facebook page but not facebook.?

I hope somebody has done this already.

Jayson
  • 23
  • 1
  • 7
  • possible duplicate: http://stackoverflow.com/questions/6484008/how-to-display-recent-comments-from-facebook-comments-social-plugin?rq=1 – chriz Mar 22 '13 at 11:23
  • Then how do you pull all comments from the site posts? Its not done according to the question and i cant reply there anymore. – Jayson Mar 22 '13 at 11:37
  • You can use this widget to show recent Facebook Comments made all over your website in the widget area of your choice. https://www.heateor.com/facebook-comments-moderation – Rajat Varlani Jun 14 '17 at 16:31

3 Answers3

0

Maybe something like this is what you may be looking for.

https://graph.facebook.com/[post_id]/comments?access_token=XXX
Robert Lee
  • 1,541
  • 1
  • 10
  • 20
  • No i already have that i want to display the comments made from that like a recent comments widget. – Jayson Mar 23 '13 at 17:15
0

Try this and change {object-id} By the post ID

https://graph.facebook.com/{object-id}/comments?summary=1&filter=toplevel?access_token=XXX

Med Dhiia
  • 64
  • 4
0

Maybe, this can fulfill your needs. You can use this widget to show recent Facebook Comments made all over your website in the widget area of your choice. https://www.heateor.com/facebook-comments-moderation

Rajat Varlani
  • 456
  • 1
  • 4
  • 19