Page 1 of 1

share photo with whats app on mobile

Posted: 17 Mar 2016, 05:54
by MS-POWER
Dear

how to add sharing with whats app on mobile?


thanks

Re: share photo with whats app on mobile

Posted: 17 Mar 2016, 11:36
by mjau-mjau
MS-POWER wrote:how to add sharing with whats app on mobile?
I know you can send messages from a link, but never heard of "sharing an image". Got an example of a website that does this?

Re: share photo with whats app on mobile

Posted: 17 Mar 2016, 12:07
by MS-POWER
thanks
I did not see like this but I thought it possible to make it by professional.

any way How can I add share whats app in this list

thanks

Re: share photo with whats app on mobile

Posted: 17 Mar 2016, 12:13
by mjau-mjau
MS-POWER wrote:any way How can I add share whats app in this list
You can't, and that was my point. There is no method that allows sharing an image to whatsApp.

Re: share photo with whats app on mobile

Posted: 17 Mar 2016, 12:55
by MS-POWER
thanks alot

Re: share photo with whats app on mobile

Posted: 11 Jun 2017, 13:01
by Eightkiller
Still no way to share on What's app ? :)

Re: share photo with whats app on mobile

Posted: 11 Jun 2017, 14:10
by mjau-mjau
Eightkill wrote:Still no way to share on What's app ? :)
Based on this post at stack overflow, it is possible. The problem is, it's not a web sharing service, and instead tries to open the Whatsapp application on the device, if it exists. Therefore, the whatsapp share link will simply fail on any desktop and any mobile device that does not have Whatsapp application installed.

If you want to set it up, go to panel > settings > toolbar > items, and add this segment:
Code
{
  "id": "whatsapp",
  "icon": "whatsapp",
  "label": "whatsapp",
  "url": "whatsapp://send?text={{url}}"
}
Make sure to add the comma before the new object data.
Image