I am using react-share to share the URL and title on WhatsApp using WhatsappShareButton. And I want to share an image along with the URL. Is there any alternative way for this
Code:
<WhatsappShareButton
url="https://www.google.com/maps"
title="hello this is text"
imageUrl="https://imgurl"
imgAlt="image"
>
<WhatsappIcon size={30} round={true} />
</WhatsappShareButton>;
No you cannot. You can only share the image URL that is there and not an image itself.