我在我的网站上使用sharethis facebook分享链接。当我尝试从我的网站分享帖子时,该页面包含大量照片,但在Facebook分享预览中,它只显示三个缩略图。使用以下元标记。
<meta property="og:title" content="<?php echo $post['title']; ?>" />
<meta property="og:description" content="<?php echo $post['description']; ?>" />
<meta property="og:url" content="<?php echo current_url(); ?>" />
当我使用此链接http://developers.facebook.com/tools/debug进行调试时,它会显示所有图像。