DEV Community

Click to send on WhatsApp with JavaScript

Manda Putra on September 29, 2018

IMPORTANT, Please encodeURIComponent() TL;DR You can use link below and place it on your button, or whatever. Its simply will open up whatsapp on...
Collapse
 
gypsicoder profile image
Bishnu Pada Chanda

Is there any way to send image with text?

Collapse
 
mandaputtra profile image
Manda Putra

No man its only accept url

Collapse
 
programmer285 profile image
programmer285

Then maybe we can send url of Image?

Thread Thread
 
mandaputtra profile image
Manda Putra

Yes you can but it will convert to url text, not an image.

Thread Thread
 
programmer285 profile image
programmer285

Ok, Thanks for reply

Thread Thread
 
rajkashyap16 profile image
rajkashyap16

How can i use this for taking orders from our website ...like thisπŸ‘‡
blantertokoshop.blogspot.com/2019/...

Collapse
 
karanjalight profile image
Paul Karanja

Yeah, maybe converting URLs to images should be a feature on Whatsapp.

Thread Thread
 
ruthmoog profile image
ruthmoog

Maybe media attribute link might work for this? There is preview url too

whatsapp cloud api docs: messages - media object

Collapse
 
gustavosfq profile image
Gustavo Flores

maybe use encodeURIComponent() to encode this.message to URI

Collapse
 
mandaputtra profile image
Manda Putra

Yeah thats nice, easy, error prone