Cached sharing information

别等时光非礼了梦想. 提交于 2019-12-12 04:16:32

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/9019533/cached-sharing-information

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!