我尝试共享文章或网页,但故事在第一次共享时不显示图像,但在我下次共享时,图像即将到来。

在FB Debugger中签入此外,相同的结果。图像第一次不出现,下一次出现。

<html class="no-js" lang="ar" dir="rtl" data-ng-app="mApp" xmlns:fb="http://ogp.me/ns/fb#">
<meta property="og:title" content="mytitle"/>
<meta property="og:url" content="http://mytest.com"/>
<meta property="og:image" content="http://mytest.com/1-773128.jpg"/>
<meta property="og:description" content="ffff2024"/>
<meta property="og:site_name" content="ggggggg"/>
<meta property="og:type" content="ARTICLE"/>
<meta property="fb:app_id" content="2444444444444"/>

最佳答案

https://developers.facebook.com/docs/sharing/best-practices#precaching列出了避免此问题的方法,


通过API预先抓取新文章,或者
还可以通过OG元标记指定图像尺寸。

关于facebook - Facebook共享故事图像未首次出现,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/32505477/

10-13 05:26