我将Facebook评论社交插件整合到我的网站中。我想知道我的网站上发布的用户评论是否有任何方式可以显示在粉丝页面上?像User XYZ has commented on article ABC
?
答案 0 :(得分:1)
对我来说听起来像自定义功能。
https://developers.facebook.com/docs/reference/plugins/comments/
How do I know when someone comments on my site?
You can subscribe to the 'comment.create' and 'comment.remove' events through FB.Event.subscribe.
这个过程就在这里:
https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
创建应用程序代表页面(不是用户)发布操作。但这里有一个踢球者:如果他们无法控制自己的隐私,你可能不应该在你的页面墙上使用他们的名字,至少不是他们的全名。