我最近更改了我的脸像图片的图片网址。但是,Facebook仍在拍摄上一张图片。好像图像已被缓存。我搜索了问题,人们建议通过Facebook调试器运行页面。我已经多次这样做了,但是新图像仍然没有显示,尽管再次点击了类似按钮。
这是我的iFrame代码:
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fmysite.org&send=false&layout=box_count&width=450&show_faces=false&action=recommend&colorscheme=light&font&height=90&appId=1234"
width="320" height="60"></iframe>
以下是我的OG标签:
<meta content="123456879" property="fb:app_id">
<meta content="sch_donations:donate" property="og:type">
<meta content="https://mysite.org/?utm_source=internal&utm_medium=social&utm_content=recommend-on-facebook&utm_campaign=WTH-FB" property="og:url">
<meta content="Title text" property="og:title">
<meta content="Description text" property="og:description">
<meta content="https://mysite.org/image.jpg" property="og:image">
<meta content="https://mysite.org/?utm_source=internal&utm_medium=social&utm_content=recommend-on-facebook&utm_campaign=WTH-FB" property="sch_donations:link">
有关如何强制Facebook清除缓存的任何想法?