0
我在<head></head>
中添加了這個元素,但共享對話框不能找到它?如何在共享對話框中進行自定義信息
<meta property="og:title" content="TEST PILOT: test"/>
<meta property="og:url" content="[YOUR URL]"/>
<meta property="og:description" content="TEST PILOT: description"/>
<meta property="og:image" content="http://www.rockomole.com/2012/blog/2012/may/03.jpg"/>
分享按鈕代碼:
<a href="#"
onclick="
window.open(
'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
'facebook-share-dialog',
'width=626,height=436');
return false;">
Share on Facebook
</a>
我可能是錯的,但我不相信不同的窗口可以訪問原始頁面的HTML。 – FakeRainBrigand