缓存共享信息

发布于 2024-12-29 06:21:49 字数 617 浏览 7 评论 0原文

由于某种原因,即使 og:title 和共享查询 var &t="" 值正确,共享链接标题也不会更新。

有问题的网址是... http://www.youtube.com/watch?v=iRB_O0hduHQ

如果您查看此内容通过 Facebook 调试页面它是正确的,但通过 Facebook 共享对话框查看时它是错误的。 http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiRB_O0hduHQ

有什么想法吗清除此或强制刷新共享缓存?这显然是与 Facebook 域关联的缓存。有传言说点击 Facebook 调试页面会刷新缓存,但这并没有效果。

任何建议将不胜感激。谢谢。

For some reason the share link title is NOT updating, even though the og:title and share query var &t="" value is correct.

The URL with the problem is...
http://www.youtube.com/watch?v=iRB_O0hduHQ

If you view this through the Facebook debug page it's correct, but when viewing via the Facebook share dialog it's wrong.
http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiRB_O0hduHQ

Any ideas how to clear this or force a refresh on the share cache? It's clearly a cache associated to the Facebook domain. It's rumoured hitting the Facebook debug page will refresh the cache, but this has had no effect.

Any advice would be greatly appreciated. Thanks.

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

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

发布评论

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

评论(1

面如桃花 2025-01-05 06:21:49

您可以使用 Linter 刷新 og:tags.

来自文档

编辑元标记

您可以通过更新页面的属性来更新页面的属性
标签。请注意,og:title 和 og:type 只能编辑
最初 - 当您的页面收到 50 个赞后,标题就会固定,
当你的页面收到 10,000 个赞后,类型就固定了。
这些属性是固定的,以避免让喜欢的用户感到惊讶
页面已经。在这些限制之后更改标题或类型标签
已到达 不执行任何操作,您的页面保留原始标题并且
类型。

要使更改反映在 Facebook 上,您必须强制您的页面
被刮掉。当页面管理员点击时,页面会被抓取
点赞按钮或在 Facebook URL 中输入 URL 时
短绒。

You can use the Linter to refresh the caching of your og:tags.

From the documentation :

Editing Meta Tags

You can update the attributes of your page by updating your page's
tags. Note that og:title and og:type are only editable
initially - after your page receives 50 likes the title becomes fixed,
and after your page receives 10,000 likes the type becomes fixed.
These properties are fixed to avoid surprising users who have liked
the page already. Changing the title or type tags after these limits
are reached does nothing, your page retains the original title and
type.

For the changes to be reflected on Facebook, you must force your page
to be scraped. The page is scraped when an admin for the page clicks
the Like button or when the URL is entered into the Facebook URL
Linter.

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