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

发布于 2024-11-16 05:40:58 字数 896 浏览 2 评论 0原文

在过去的 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:image。即使有了这个解决方案,我也无法弄清楚如何共享多个拇指(登录Facebook后,能够使用向左和向右箭头选择缩略图。

感谢您的帮助

I've been trying for tha tpast 24 hours to activate the facebook sharer to share multiple thumbs. here's my code :


<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>

I managed to display 1 thumbnail using og:url, I dont even know why its working because it suppose to be the og:image. even with this work around, i cant figure how to share multiple thumb( once log-in to facebook, be able to use the left and right arrows to select thumnail.

thx for your help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文