In my project, the react-share package is used for the share button functionality. I would like to send an image as a thumbnail along with the URL, but how can I make it happen?
<FacebookShareButton
url={openShare.link}
onClick={() => handleClose() }
>
<FacebookIcon size={40} round={true} />
</FacebookShareButton>
<WhatsappShareButton
url={openShare.link}
onClick={() => handleClose()}
>