简体   繁体   English

获取wordpress网站上剩下的最新facebook评论

[英]Get recent facebook comments left on wordpress site

https://graph.facebook.com/comments/?ids= {YOUR_URL} 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. 我想显示使用Facebook评论小部件并使用上面的链接在我的网站上发表的评论。

Is there a way to turn this into query, with the most recent post url to have a facebook comment displayed. 有没有一种方法可以将其转换为查询,并使用最新的帖子网址显示一个Facebook评论。 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. 而且,如果您建议使用插件,那么这里没有任何工作,使用wordpress小部件的facebook会出错。

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.? 我在这里做了,wordpress的答案都是关于在Facebook页面上获取评论,而不是在Facebook上。

I hope somebody has done this already. 我希望有人已经做到了。

也许您正在寻找这样的东西。

https://graph.facebook.com/[post_id]/comments?access_token=XXX

Try this and change {object-id} By the post ID 尝试此操作并通过帖子ID更改{object-id}

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

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. 您可以使用此小部件在您选择的小部件区域中显示最近在您网站上进行的Facebook评论。 https://www.heateor.com/facebook-comments-moderation https://www.heateor.com/facebook-comments-moderation

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM