如何通过whatsapp共享特定链接?

时间:2018-09-06 09:22:56

标签: html web share whatsapp

<html>
    <head>
        <meta property="og:image" content="http://example.com/whatsapp/2018-09-04.jpg"/>  
        <meta property="og:title" content="Signup & Get Free 100."/>  
        <meta property="og:description" content="good platform to deal in cryptocurrency."/>
        <meta property="og:url" content="https://crypto.co/registration.jsp" />
    </head>
    <body>
        <a href="https://api.whatsapp.com/send?text=http://example.com/whatsapp/" data-action="share/whatsapp/share">
            <img src="2018-09-04.jpg" style="width: 100%;height: 100%;">
        </a>
    </body>
</html>

我正在共享图像,内容,标题,描述,这些工作正常,但无法如我在代码中提到的那样通过whatsapp发送其他url。当我单击图像后,它在扫描QR码后将我重定向到whatsapp网络上,它显示联系人,而当我与其他人共享时,它向我显示http://example.com/whatsapp/,我不需要。我要https://crypto.co/registration.jsp。那么,我该怎么做?请帮助我。

谢谢

0 个答案:

没有答案