2015-09-27 47 views
0

我试图让OG:对于Facebook链接共享画面。OG:图像没有在Facebook中的调试器,虽然链路共享显示在Facebook上

的OG:标题和OG:描述示出,但OG:图像没有在Facebook的共享以及在Facebook上的调试器显示。

我用这些元标签在我的代码

<head> 
<title>Ajmal link builder</title> 
<meta property="og:title" content="OG Test Title ecommerce-shopping-cart-software"/> 
<meta property="og:image" content="http://viralsgages.ml/images/ofHorlfldieluehmslWecommerce-shopping-cart-solution-for-your-business.jpg"/> 
<meta property="og:image:url" content="http://viralsgages.ml/images/ofHorlfldieluehmslWecommerce-shopping-cart-solution-for-your-business.jpg"/> 
<meta property="og:image:width" content="200" /> 
<meta property="og:image:height" content="200" /> 
<meta property="og:locale" content="en_US" /> 
<meta property="og:type" content="article" /> 
<meta property="og:description" content="OG Test Description ecommerce-shopping-cart-software" /> 
<meta property="og:url" content="picsamzingfun.tk" /> 
</head> 
<body> 
<br /> 
</body> 
</html> 

http://picsamzingfun.tk/ecommerce-shopping-cart-softwareofHorlfldieluehmslW

我不知道可能是其某种跨域图像问题,否则

+0

您的链接是不是你的网站,所以我将其删除。 – Rob

回答

0

东西的og:url是错误的 - 您不能共享.jpg文件作为URL,因为预计会出现不同的图像。该og:url必须是.html.php.asp页 - 例如http://viralgages.ml/volusion-features-and-comparison-reviewsell.html

og:image文件在你的代码是http://www.xxxxxx.ml/images/selllWoHmuloehidffr0bb0c2891445bf8edd24fce6f179d125.jpg - 这不存在(返回代码302)。 http://www.xxxxxx.ml/images/selllWoHmuloehidf fr0bb0c2891445bf8edd24fce6f179d125.jpg也不存在。如果您正在使用假装/示例链接,请在下次开始时使用http://example.com/

相关问题