facebook like 按钮不起作用,元数据不正确,但数据是正确的
我目前使用 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
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重新检查您的键入内容。第一个错误告诉您您不拥有该对象类型。对于自定义对象,通常您需要传入“
如果失败”,当您无法在开放图形设置(位于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
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.