为什么Facebook meta og:image tag无法正确读取



我正在尝试在Facebook上有一个共享网址功能。但Facebook并没有读取og:image元标记。它确实正确阅读了标题。

怎么了?

我在头部放置了元标记,正文中没有元标记。

请提供帮助。

编辑:

基于 ogp.me,我确实包含了所有必需的标签,但FB仍然没有读取og:image....请帮助缺少什么??

http://www.itraintowin.com/video/kKU5romNuWg

<!-- for Google -->
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="copyright" content="" />
<meta name="application-name" content="" />
<!-- for Facebook -->          
<meta property="og:title" content="" />
<meta property="og:type" content="article" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:description" content="" />
<!-- for Twitter -->          
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="" />
Fill the content =" ... " according to the content of your page

最新更新