我正在尝试在 facebook 上提供共享 url 功能。但是 facebook 没有读取 og:image 元标记。它确实正确地阅读了标题。
怎么了?
我已将元标记放在头部,而正文中没有元标记。
请提供帮助。
编辑:
基于 ogp.me,我确实包含了所有必需的标签,但 FB 仍然没有读取 og:image....请帮助缺少什么?
我正在尝试在 facebook 上提供共享 url 功能。但是 facebook 没有读取 og:image 元标记。它确实正确地阅读了标题。
怎么了?
我已将元标记放在头部,而正文中没有元标记。
请提供帮助。
编辑:
基于 ogp.me,我确实包含了所有必需的标签,但 FB 仍然没有读取 og:image....请帮助缺少什么?
<!-- 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