WhatsApp share a link, content and image this can be done by using og tags i.e. open graph tags
<meta property="og:title" content="title" />
<meta property="og:description" content="Description for image" />
<meta property="og:url" content="https://myurl.com" />
<meta property="og:image" content="https://myurl.com/imagepth" />
But this has limitation, we can share only one image
I want something as like of facebook sharer link which can share image content url
https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmyurl.com%2F
I am having multiple links with images content on one page I want set option for each block to be share on WhatsApp as like of facebook sharer
Using og tag
we can share single image content from one page
but I need separate link for each block to be share as shown share button on reference image above