我想在facebook上有一个分享网址功能。但Facebook没有阅读og:image元标记。它确实正确地阅读了标题。
出了什么问题?
我已将meta标记放在头部,并且没有元标记在正文中。
请提供帮助。
编辑:
基于ogp.me,我确实包含了所有必需的标签,但FB仍然没有读取og:image ....请帮助缺少什么?
答案 0 :(得分:0)
<!-- 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