在网站上显示 facebook 评论
Show facebook comments on site
是否可以使用评论插件将 post 上我的 Facebook 页面上的 Facebook 评论镜像到我的网站?我一直在搜索,但真的找不到关于这个主题的任何信息。谢谢
如果您只需要"mirror",那么这可能可以通过使用:
GET /{POST-ID}/comments?access_token=PAGE-ACCESS-TOKEN
但是,如果您正在寻找插件,最接近的插件是 Embedded Posts,但它只会显示评论数:
What do people see in Embedded Posts?
The embedded post will show any
media attached to it, as well as the number of likes, shares, and
comments that the post has. Embedding posts will let people using your
web site see the same rich information that is shown on Facebook.com,
and they will enable people to follow or like content authors or Pages
directly from the embed.
是否可以使用评论插件将 post 上我的 Facebook 页面上的 Facebook 评论镜像到我的网站?我一直在搜索,但真的找不到关于这个主题的任何信息。谢谢
如果您只需要"mirror",那么这可能可以通过使用:
GET /{POST-ID}/comments?access_token=PAGE-ACCESS-TOKEN
但是,如果您正在寻找插件,最接近的插件是 Embedded Posts,但它只会显示评论数:
What do people see in Embedded Posts?
The embedded post will show any media attached to it, as well as the number of likes, shares, and comments that the post has. Embedding posts will let people using your web site see the same rich information that is shown on Facebook.com, and they will enable people to follow or like content authors or Pages directly from the embed.