我有這些簡單的社交共享鏈接:FB,TWITTER,G +共享網址和固定預覽圖像
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分享者我tryed:<meta property="og:image" content="URL of your image" />
但它似乎並不工作
不知道爲什麼,但** **這不適合我,也許是因爲我' m不包括fb api?我只是在鏈接 – sbaaaang
上使用共享網址,那麼谷歌加呢? – sbaaaang
你嘗試過與facebook調試器的鏈接嗎?它可能會告訴你圖像有什麼問題。確保它的最低200x200像素btw。 – luschn