元标签更改不会出现在 Facebook 的“赞”按钮上
我按照说明的方式使用元标记。因此,当我点击“赞”按钮时,我的 Facebook 页面上确实有正确的信息。
然而,当我稍微更改元标记的代码时(例如,如果我放置另一张图像或更改描述),这些更改不会在 facebook like 按钮上生效,该按钮会继续显示以前的信息。
这是非常令人不安的,因为我错误地在两个不同页面的 meta property="og:url" 中放置了相同的链接,因此当有人喜欢其中一个页面时,其他类似按钮也是“推”。尽管我已经更正了代码,但正如我之前所说,“点赞”按钮的问题仍然存在。
I use the meta tags in the exact way the instructions say. So when I click on the like button, I indeed have the correct information on my facebook page.
Yet, when I slightly change the meta tags' code (for example if I put another image or if I change the description) the changes do not take effect on the facebook like button, which continues to show the previous information.
This is very disturbing, because by mistake I put same link in the meta property="og:url" for two different pages, so when someone likes one of them, the other ones like button is also "pushed". And although I've corrected the code, the problem with the like button, as I said before, remains.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够随时编辑您的开放图谱标签。唯一的例外是标题在 50 次喜欢后固定,在 10k 后键入
http://developers.facebook。 com/docs/opengraph/#edit
Facebook 必须抓取您的页面才能查看 Open Graph 标签的更改。您可以使用调试器/linter 强制执行此操作。
http://developers.facebook.com/tools/debug
You should be able to edit your Open Graph tags at any time. The only exception is title is fixed after 50 likes and type after 10k
http://developers.facebook.com/docs/opengraph/#edit
Facebook has to scrape your pages to see the changes to the Open Graph tags. You can force this by using the debugger/linter.
http://developers.facebook.com/tools/debug