我有这些简单的社交分享链接:
FB share link
<a href="#" class="share-fb" onclick='window.open( "https://www.facebook.com/sharer/sharer.php?u=http://mysite.org", "myWindow",
"status = 1, height = 300, width = 600, resizable = 0" )'></a>
TWITTER share link
<a href="#" class="share-tw" onclick='window.open( "https://twitter.com/intent/tweet?url=http://mysite.org", "myWindow",
"status = 1, height = 300, width = 600, resizable = 0" )'></a>
GOOGLE PLUS
<a href="#" class="share-g" onclick='window.open( "https://plus.google.com/share?url=http://mysite.org", "myWindow",
"status = 1, height = 300, width = 600, resizable = 0" )'>
</a>
这些链接会打开一个共享页面链接的弹出窗口。
我想要的是add a fixed site image preview
用户要分享的每个链接。
如何添加它们的预览图像、固定、foreach(FB、TWITTER、G+)?
注意:预览图片是指这张照片中显示的图片(链接 www.google.it 旁边):
对于我试过的 FB 分享者:<meta property="og:image" content="URL of your image" />
但它似乎不起作用