首页 > 解决方案 > WhatsApp 链接预览不适用于 Android 手机

问题描述

我正在尝试在 whatsapp 上显示链接预览,它适用于 ios 和 windows,但不适用于 android。我已经尝试了所有假设在标签中的元标签。我错过了什么吗?

标签: htmlmeta-tags

解决方案


好的,您应该使用元标记,有时需要一段时间才能更改,因此您需要等待。

标题

<meta property="og:title" content="title in here" />

描述

<meta property="og:description" content="description in here">

图片

<meta property="og:image" content="image in here">

网址

<meta property="og:url" content="url in here" />

PS:在whatsapp上,只有当您复制粘贴聊天中的网址时,这才有效


推荐阅读