Hello,
I tried XMAIL and SWFADRESS, but these plugins are too much complicated for me. I do not need to shorten URL and I do not care about special characters. I would like to have a simple button to send an e-mail from my pano.
A simple code as this below works well but I can indicate only one (at once) content of SUBJECT or BODY.
<plugin name="email_button"
url="img/email.png"
align="leftbottom"
x="30"
y="20"
onclick="openurl(mailto: ?body=http://www.domain.com/ ,_blank);"
/>
Can you show me how to indicate both? and will it be possible to keep as hyperlink the URL inside the body of my text ?
Kind regards,
Hub