2011-11-25 56 views
0

我與Facebook分享我的鏈接。當我點擊分享按鈕時,它會進入Facebook分享頁面。一切都很好,除了標題不顯示,儘管標題存在於查詢字符串中。Facebook分享:標題不顯示在共享框

以下是我的代碼。請詳細指導我如何顯示標題和說明。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<title>Humayoo Social Book Mark</title> 
<meta property="og:title" content="Smith hails 'unique' Wable legacy" /> 
<meta property="og:description" content="John Smith claims beautiful football is the main legacy of Akhil Wable's decade at the club. " /> 
<meta property="og:image" content="http://www.onjd.com/design05/images/PH2/WableAFC205.jpg" /> 
<meta name="medium" content="blog" /> 
<script type="text/javascript"> 
    function whenclick() { 
     var uri = "http://192.168.1.10/test.aspx&t=abc";//here my domain name or ip 
     window.location = "http://www.facebook.com/sharer.php?u="+uri; 
    } 
</script> 
</head> 
<body> 
<a href="#" onclick="whenclick();">Share</a> 
</body> 
</html> 

回答

3

它可能會發生,因爲它不能由Facebook正確地嘗試從本地主機嘗試。

要看到最新在Facebook中端發生的事情,嘗試調試器:http://developers.facebook.com/tools/debug/

你可以看到收集到Facebook開放圖元信息,並也,你有錯誤。

+0

我可以修復任何身體需要幫助。請與我聯繫。 – Humayoo