打开图像和描述未在WhatsApp桌面浏览器上显示

发布于 2025-02-13 19:32:22 字数 1306 浏览 1 评论 0原文

当我将链接粘贴到WhatsApp桌面浏览器上时,我的网站的打开图像/功能图像不会显示出来(移动设备正常)。

我可以知道如何检查可能的根本原因吗?

我已经使用以下代码...

<meta property="og:title" content="Og image testing | inspify.com" />
    <meta property="og:type" content="Most popular business directory of SG" />
    <meta property="og:url" content="https://dummy.app.app/" />
    <meta
      property="og:image"
      itemprop="image"
      content="https://dummy.app/img/ogimage_256.jpg"
    />
    <meta
      property="og:image:secure"
      itemprop="image"
      content="https://dummy.app/img/ogimage_256.jpg"
    />
    <meta property="og:site_name" content="@website" />
    <meta property="fb:admins" content="Author" />
    <link itemprop="thumbnailUrl" href="https://dummy.app/img/ogimage_256.jpg" />
    <meta property="og:image:type" content="image/jpeg" />
    <meta
      property="og:description"
      content="https://dummy.app is your online business directory of Country"
    />
    <meta property="og:image:width" content="300" />
    <meta property="og:image:height" content="300" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />

谢谢

My website’s open graph image/ Feature image does not show up when I paste my link on WhatsApp desktop Browser (mobile works fine).

May I know how to check the possible root cause?

I already use below code...

<meta property="og:title" content="Og image testing | inspify.com" />
    <meta property="og:type" content="Most popular business directory of SG" />
    <meta property="og:url" content="https://dummy.app.app/" />
    <meta
      property="og:image"
      itemprop="image"
      content="https://dummy.app/img/ogimage_256.jpg"
    />
    <meta
      property="og:image:secure"
      itemprop="image"
      content="https://dummy.app/img/ogimage_256.jpg"
    />
    <meta property="og:site_name" content="@website" />
    <meta property="fb:admins" content="Author" />
    <link itemprop="thumbnailUrl" href="https://dummy.app/img/ogimage_256.jpg" />
    <meta property="og:image:type" content="image/jpeg" />
    <meta
      property="og:description"
      content="https://dummy.app is your online business directory of Country"
    />
    <meta property="og:image:width" content="300" />
    <meta property="og:image:height" content="300" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文