facebook OG like 按钮,出现错误
这是我用于 Facebook 点赞按钮的元。
>
这是我收到的错误:
该页面无法提供有效的管理员列表。它需要 使用“fb:app_id”元标记指定管理员,或者 使用“fb:admins”元标记来指定逗号分隔的列表 Facebook 用户。
有人可以请建议吗?我遵循其类似实施页面上的所有准则。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过将这些命名空间添加到网站上的 HTML 标记来解决此问题:
由 http://blitzkriegconsultant.blogspot 提供。 com/
You can solve this issue by adding these namespaces to your HTML tag on your website:
Courtesy of: http://blitzkriegconsultant.blogspot.com/