Facebook分享:标题不显示在共享框

问题描述:

我与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> 

它可能会发生,因为它不能由Facebook正确地尝试从本地主机尝试。

要看到最新在Facebook中端发生的事情,尝试调试器:http://developers.facebook.com/tools/debug/

你可以看到收集到Facebook开放图元信息,并也,你有错误。

+0

我可以修复任何身体需要帮助。请与我联系。 – Humayoo