是否有可能'配置fb:评论社交插件'只显示不允许新评论的评论?我想阻止我网站上的旧帖子获取新评论,我只希望显示过去实现的评论。
答案 0 :(得分:1)
不,只有以下选项:
href - the URL for this Comments plugin. News feed stories on Facebook will link to this URL.
width - the width of the plugin in pixels. Minimum recommended width: 400px.
colorscheme - the color scheme for the plugin. Options: 'light', 'dark'
num_posts - the number of comments to show by default. Default: 10. Minimum: 1
mobile - whether to show the mobile-optimized version. Default: false.
但是你应该能够编写一个自己的快速插件来查询现有的评论并显示它们。
但我认为这对当前的插件来说是个不错的选择。也许您应该将其作为增强请求提交给Facebook。