我想将参数传递到facebook分享对话框。目前,以下代码允许我修改我的标题,说明和网站网址。但是,它对我的图像不起作用。图像根本不显示。
<a href="#" onclick="window.open(
'http://www.facebook.com/sharer.php?s=100&p[title]=a title&p[summary]=a description &p[url]=http://www.linkhere.com&p[images][0]=http://www.linkhere.com/image.jpg',
'facebook-share-dialog',
'width=626,height=436');
return false;">
Share </a>
请帮助!!