Facebook共享没有显示thumnail图像

以下是我用来在Facebook上分享我的帖子的代码。 一切工作正常,但有时在某些帖子上没有显示缩略图。

<?php
$title=urlencode('Facebook Share Platform');
$image=urlencode('imagepath');
$summary=urlencode('Check This Out');
$url=urlencode('http://apps.facebook.com/yourapplication');
?>

window.open('http://www.facebook.com/sharer.php?s=100&p[title]=<?php echo $title; ?>&p[summary]=<?php echo $summary; ?>&p[url]=<?php echo $url; ?>&p[images][0]=<?php echo $imagepath; ?>', 'sharer', 'toolbar=0,status=0,width=626,height=436');

我已经检查了网址和所有可能的东西,但无法找出问题所在。


您的图片至少为50x50并且宽高比为3:1或更低? 你并没有真正提供足够的信息来解决你的问题,所以我只是根据我看到的最常见的问题进行猜测

{编辑:}这里记录了3:1图像比例要求,似乎是OP的问题

链接地址: http://www.djcxy.com/p/70355.html

上一篇: Facebook share not showing the thumnail image

下一篇: linking facebook share api to a button image