我正在尝试为网站实现一个基本的 Facebook 类功能。我已经对元标记进行了三次检查和更多检查,但是 og:description -text 没有出现在 FB 新闻提要中。标题和图像工作正常。
这是代码:
<meta property="og:type" content="article" />
<meta property="og:title" content="SOG – VEITSIÄ VIIDAKOSTA ARKITÖIHIN" />
<meta property="og:url" content="http://www.finnprotec.fi/webshop/news/2" />
<meta property="og:description" content="Kunhan kirjoitan vaan jotain tekstia nyt." />
<meta property="og:site_name" content="Finnprotec.fi" />
<meta property="og:image" content="http://www.finnprotec.fi/webshop/kuvat/kuva517a8539a91f1.jpg" />
<meta property="fb:admins" content="6700009220" />
<meta property="fb:app_id" content="348235131938688" />
当我点击页面上的链接时,描述很好地显示在标题下方:
但是当我点击发送按钮时,这会显示在我的 FB 提要中:
这就是我想要得到的:
当前页面的url是:http ://www.finnprotec.fi/webshop/news/2
我曾尝试使用 facebook linter 清除 facebook 的缓存,但这并没有帮助。