2013-08-17 94 views
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> 
+0

我可能是錯的,但我不相信不同的窗口可以訪問原始頁面的HTML。 – FakeRainBrigand

回答

0

是一個公開訪問的頁面上的OG meta標籤? 除非您使用Facebook Javascript API(您不是),否則該頁面需要從Facebook服務器公開訪問,以便它可以抓取頁面並閱讀標籤。