首页 > 解决方案 > Facebook 链接共享者预览图像未在某些手机上显示完整预览

问题描述

我的网站包含在 facebook 上分享所需的所有元标记。图片、url、site_name、app_id、title、description 等所有必要的东西。

但是当有人分享页面时,它不会在某些手机上显示图像的完整预览。在网络和其他一些电话上它工作正常。

我什么都试过了。我阅读了有关网络共享的 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>>" />
    ```

标签: facebookfacebook-graph-apifacebook-sharerfacebook-share

解决方案


推荐阅读