2011-08-17 99 views
1

當用戶推薦我的鏈接(包含內容,圖片等)時,它只會將網站名稱顯示爲沒有文字或圖片的鏈接。我怎樣才能編輯它,所以它呢?如何更改Facebook推薦的文字,鏈接或縮略圖圖像?

我的代碼如下;

<div id="fb-root"></div> 
<script src="http://connect.facebook.net/en_US/all.js#appID=1234567890&xfbml=1"></script> 

    FB.Event.subscribe('edge.create', function(response) { 
     //replace the next line with calling your div 
     alert('Shared!'); 
    }); 
</script> 
<fb:like href="http://www.mysite.com/" send="false" width="450" show_faces="true" action="recommend" font=""></fb:like> 
+0

可能重複http://stackoverflow.com/questions/ 4967979/Facebook的分享網址,縮略圖的問題) – ifaour

回答