使用sharer.php在facebook上共享多个缩略图

时间:2011-06-20 18:04:32

标签: image facebook share

我一直试图在24小时内激活facebook分享器以分享多个拇指。这是我的代码:


<head>
<meta property="og:title" content="ShareThis Homepage" />
<meta property="og:type" content="Sharing Widgets" />
<meta property="og:url" content="http://www.realestatephotoexpert.com/Properties/82/centrisSmall/-1.jpg"/>
<meta property="og:description" content="New listing" />
<meta property="og:site_name" content="ShareThis" />

<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
    stLight.options({
            publisher:'12345',
    });
</script>
</head>
<body>
<span class="st_sharethis"></span>
</body>

我设法使用og:url显示1个缩略图,我甚至不知道它为什么工作,因为它假设是og:图像。即使有这个工作,我不知道如何分享多个拇指(一旦登录到Facebook,能够使用左右箭头选择thumnail。

thx求助

0 个答案:

没有答案