Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 facebook 评论插件添加到我的网站,并且我想控制网站中的评论。有没有办法让某些 Facebook 帐户有权从评论框中删除评论?
这很简单。您需要做的就是在页面标题中添加一个应用程序 ID 元数据:
<meta property="fb:app_id" content="<?= APP_ID; ?>" />
然后,Developper在您的应用角色设置中列出的每个人都可以在评论框中审核评论。
Developper
几周前,有一个Moderator可用的角色,但现在已删除。不确定这个特定的角色变成了什么;但是Developper并且Admin可以审核评论。
Moderator
Admin