Php FacebookOG:image meta标记与一幅图像一起显示多个缩略图预览

Php FacebookOG:image meta标记与一幅图像一起显示多个缩略图预览,php,facebook,facebook-opengraph,Php,Facebook,Facebook Opengraph,在Facebook og meta标记中仅设置一个图像时,Facebook会显示三个缩略图: <meta property="og:title" content="Keystone Business Products - Allentown, Reading, Scranton Copiers"/> <meta property="og:image" content="http://www.keystonebp.com/img/quote.jpg"/> <meta

在Facebook og meta标记中仅设置一个图像时,Facebook会显示三个缩略图:

<meta property="og:title" content="Keystone Business Products - Allentown, Reading, Scranton Copiers"/>
<meta property="og:image" content="http://www.keystonebp.com/img/quote.jpg"/>
<meta property="og:url" content="http://www.keystonebp.com/"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="Are you looking for a copier in the Allentown, Bethlehem, Scranton, or Reading areas? Read more about the family owned local dealership you can trust."/>

第一个缩略图是我设置为og:image的图像。另外两个缩略图是显示在页面正文中的图像

og图像为256x256像素。我的网站正在使用PHP5。og:title、url、type和description标记都正确显示。facebook调试器不显示任何警告

我不知道还能说什么。。。我正在使用一个样板模板,bizstrap公司模板。被拉的图像来自页面中间的滑块。请随时查看我的网站:


我在黑板上发现过两次这个问题,但都没有答案

似乎facebook缓存了URL的元数据。如果在调试工具()中粘贴相同的URL,将使缓存无效,facebook将获得正确的缩略图。

嗨!我也有同样的问题。您找到Solution了吗?您在该页面上没有
og:image
标记。调试工具显示了这一点,并在浏览器中调用脚本并查看源代码。