How long is Facebook caching the sharing thumbnail

2019-02-16 14:05发布

How long is Facebook caching the sharing thumbnails? I've added a custom thumbnail for my page using:

<meta property="og:image" content="/path/to/my/image" />

But on pages my previous image is displayed => it is cached somewhere on FB servers.

Any ideas how to flush that cache or how long does it take once FB loads a new image?

3条回答
时光不老,我们不散
2楼-- · 2019-02-16 14:14

Facebook images are cached on a different servers on a different location. According to what I have read, it will take 3 to 5 years before the image is refresh/deleted permanently after the last time it was accessed. So if the image keeps being accessed it won't be flushed. Not until you give up on shutting down your site.

查看更多
淡お忘
3楼-- · 2019-02-16 14:30

Check the page with Facebook URL Linter, it seems to reload the thumbnails images in the cache.

http://developers.facebook.com/tools/lint

查看更多
何必那么认真
4楼-- · 2019-02-16 14:36

FYI the FB linter link above doesn't work anymore. This seems to do the trick though:

https://developers.facebook.com/tools/debug

查看更多
登录 后发表回答