我最近将我的评论框更改为我网站上的 facebook 社交插件评论。
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="xmg.co.cc" num_posts="5" width="287" colorscheme="dark"></fb:comments>
它工作得很好,除了我在添加审核工具时遇到了麻烦。当我使用我的 fb 用户名添加代码时: connorc419 没有任何变化。当我登录时,没有设置选项出现。
<meta property="fb:app_id" content="{ConnorC419}"/>
如果有人可以帮助我应用审核工具,我还想将用户名更改为我的网站 Facebook 页面 xmgxgamers。
我想出的最终代码是:
<head>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:comments href="xmg.co.cc" num_posts="5" width="287" colorscheme="dark">
</fb:comments>
<meta property="fb:admins" content="{connorc419}"/>
</head>