我的网站包含在Facebook上共享所需的所有元标记。图片,网址,site_name,app_id,标题,说明等所有必要的内容。
但是,当有人共享页面时,它不会在某些手机上显示图像的完整预览。在网络和其他电话上正常工作。
我尝试了一切。我阅读了有关Web共享的facebook的完整文档。我尝试推荐的尺寸为1200x630像素,最小尺寸也为600x315像素。问题仍然存在。手动设置og:image:width和height也不会真正进行任何更改。
``` <meta property="fb:app_id" content="<<PAGE ID>>" />
<meta property="og:site_name" content="<<Site Name>>" />
<meta property="og:url" content="<<URL>>" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Some title" />
<meta property="og:description" content="Play now" />
<meta property="og:image" content="<<image url>>" />
```