facebook OG like 按钮,出现错误

发布于 2024-12-10 20:00:08 字数 750 浏览 0 评论 0原文

这是我用于 Facebook 点赞按钮的元。







>

这是我收到的错误:

该页面无法提供有效的管理员列表。它需要 使用“fb:app_id”元标记指定管理员,或者 使用“fb:admins”元标记来指定逗号分隔的列表 Facebook 用户。

有人可以请建议吗?我遵循其类似实施页面上的所有准则。

http://developers.facebook.com/docs/reference/plugins/like/

This is the meta I use for my facebook Like button.

<meta property="og:title" content="Title of the Page" />
<meta property="og:type" content="tv_show" />
<meta property="og:url" content="URL of the page with trailing slash" />
<meta property="og:site_name" content="The general site title" />
<meta property="og:image" content="link to the thumbnail" />
<meta property="fb:admins" content="number" />
<meta property="fb:app_id" content="number" />

Here is the error I am getting:

The page failed to provide a valid list of administrators. It needs to
specify the administrators using either a "fb:app_id" meta tag, or
using a "fb:admins" meta tag to specify a comma-delimited list of
Facebook users.

Can someone please advice? I am following all the guidelines on their like implementation page.

http://developers.facebook.com/docs/reference/plugins/like/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

最舍不得你 2024-12-17 20:00:08

您可以通过将这些命名空间添加到网站上的 HTML 标记来解决此问题:

<html ...  xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">

http://blitzkriegconsultant.blogspot 提供。 com/

You can solve this issue by adding these namespaces to your HTML tag on your website:

<html ...  xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">

Courtesy of: http://blitzkriegconsultant.blogspot.com/

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