使用 WhatsApp HTML 链接共享图像和网址

Dan*_*anV 5 html javascript whatsapp

我想在网页上有一个链接,允许用户发送图像(带预览)和一个单独的网页链接。

它会是这样的:

<a href="https://wa.me/?text=https://images.com/image1.jpg%20https://mycoolwebsite.com">Share on WhatsApp!</a>
Run Code Online (Sandbox Code Playgroud)

但是,这仅返回 2 个链接。我知道og我的 html 页面上可以只有元标记,但我想要显示更大的图像。

有什么想法吗?

提前致谢 :)