如何获取 Facebook 评论框插件的 app_id 以管理评论
我希望能够管理我集成的 Facebook 评论。他们说使用以下标签。
<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>
但是从哪里获取 app_id
以及在代码中的哪里粘贴此标签?
I want to be able to moderate Facebook comments that I have integrated. They say to use the following tag.
<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>
But from where do I get the app_id
and where do I paste this tag in my code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Facebook 开发者应用 设置自己的应用程序。
如果这是您的第一个 Facebook 应用程序,您必须以开发者身份验证您的帐户。
获得应用程序 ID 后,将其包含在评论插件的初始化中,您就可以使用该界面来管理评论。
Set yourself up with an application using the Facebook Developer App.
If this is your first Facebook application you will have to validate your account as a developer.
Once you have the App ID, include it in the initialisation of your comments plugin, and you can use that interface to manage the comments.