facebook like 按钮不起作用,元数据不正确,但数据是正确的

发布于 2024-12-20 10:38:47 字数 577 浏览 1 评论 0原文

我目前使用 fb url linter,可以看到一切都正确,但是当用户喜欢该页面时,它会错过关键信息。

linter 还指出缺少内容,但它也显示所有标签也都在那里。我的代码有什么问题吗?

上的结果

这是 facebook url linter http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fdev.murchison-hume.com%2FProducts%2FSuperlative-Liquid-Hand-Soap% 2FCoriander-Superlative-Liquid-Hand-Soap-Refill

它有冲突的消息,表明事物不存在,而它们显然按照错误下面的概述进行操作消息... 非常感谢任何帮助

Im currently using the fb url linter and can see that everything is there correctly, however when a user likes the page it misses key information.

the linter is also stating there is missing content, however it also shows that all tags are there as well. is there anything wrong with my code ?

this is the result on the facebook url linter

http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fdev.murchison-hume.com%2FProducts%2FSuperlative-Liquid-Hand-Soap%2FCoriander-Superlative-Liquid-Hand-Soap-Refill

it has conflicting messages stating things dont exist, when they obviously do as they are outlined below the error messages...
any help greatly appreciated

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

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

发布评论

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

评论(1

似狗非友 2024-12-27 10:38:47

重新检查您的键入内容。第一个错误告诉您您不拥有该对象类型。对于自定义对象,通常您需要传入“

<meta property="og:type" content="MY_APP_NAMESPACE:product"/>

如果失败”,当您无法在开放图形设置(位于developers.facebook.com)中正确设置对象时,通常会出现 og:type 错误。

我怀疑修复第一个错误将使其他错误消失。

Recheck your type contents. The first error is telling you that you don't own the object type. For custom objects, usually you need to pass in

<meta property="og:type" content="MY_APP_NAMESPACE:product"/>

If that fails, og:type errors usually comes up when you fail to setup your objects correctly in your open graph settings (at developers.facebook.com).

I suspect that fixing the first error will make the others disappear.

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