Facebook Open Graph Not Working/Showing 作为空白页

Facebook Open Graph Not Working/Showing as a blank page

我在社交媒体上分享我的网站时遇到了一些困难 - https://nobetterdan.com/

当我这样做时,它只显示 URL 而没有其他内容。

一些背景信息:

运行:

WordPress 5.7.2

Soledad 主题 7.9.3

Yoast 插件 - 不知道如何找到什么版本,但应该是最新的

我检查过的东西:

我有 运行 社交分享调试器,它告诉我以下消息:

Inferred Property

The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.

Missing Properties

The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id

但是,当我检查我的网站的来源时 - 查看来源:https://nobetterdan.com/ - 所有这些都出现了:

<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Nobetterdan." />
<meta property="og:description" content="Life Advice From Someone Whose Life Is A Mess" />
<meta property="og:url" content="https://nobetterdan.com/" />
<meta property="og:site_name" content="nobetterdan." />
<meta property="og:image" content="https://nobetterdan.com/wp-content/uploads/2021/06/nobetterdan-Facebook.png" />
<meta property="og:image:width" content="1640" />
<meta property="og:image:height" content="856" />

所以,看起来这些东西确实存在。

下一步是检查抓取器实际看到的内容,所以检查了一下,它只返回了一个空白页面

https://developers.facebook.com/tools/debug/echo/?q=https%3A%2F%2Fnobetterdan.com%2F

有什么想法吗?不知道从这里去哪里。这可能很简单!

好的。

想通了。

这是因为我的 SSL 证书设置不正确。如果您遇到类似的问题,运行 可以找到任何 SSL 检查并查看它是否发现任何问题。