I have a list of social sharing buttons on HTML. Clicking each of them allows to send an image (see the codepen sample). I would like to know if there's a way to attach the same image on the "Sending by mail" button, at the mail body.
<a href="https://www.facebook.com/sharer.php?u=http://www.designboom.com/contest/files/copy_0_brain1.jpg">
Share on Facebook
</a>
<br/>
<a href="https://twitter.com/intent/tweet?text=pic.twitter.com/HntZUf55tt">
Share on Twitter
</a>
<br/>
<a href="mailto:?subject=I like this &body=http://www.designboom.com/contest/files/copy_0_brain1.jpg">
Send by mail
</a>