如何获取 Facebook 评论框插件的 app_id 以管理评论

发布于 12-02 01:11 字数 186 浏览 0 评论 0原文

我希望能够管理我集成的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱娆2024-12-09 01:11:56

使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文