og:图像未在Facebook调试器中显示,而Facebook上的链接共享

时间:2015-09-27 18:41:20

标签: facebook image facebook-opengraph

我想让og:图像进行Facebook链接分享。

og:title和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

我不知道可能是某种跨域图片问题或其他什么

1 个答案:

答案 0 :(得分:0)

og:url错误 - 您无法共享.jpg文件作为网址,因为您希望显示不同的图片。 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/

相关问题