WhatsApp - send mesage through windows (beside mobile)

0 votes
261 views
added Jan 23, 2019 in Software & tools by LC Marshal Captain (25,790 points)
<!--instead off https://api.whatsapp.com or whatsapp://send-->
<a href="https://api.whatsapp.com/send?text=<?php echo urlencode($share_link);?>" onclick="window.open(this.href, 'sharer-popup-linkedin', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,left=370,top=115,width=626,height=438'); return false;">

<!--use https://wa.me/-->
<a href="https://wa.me/?text=<?php echo urlencode($share_link);?>" onclick="window.open(this.href, 'sharer-popup-linkedin', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,left=370,top=115,width=626,height=438'); return false;">

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...