如何获取 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?
使用 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.