Content
Description
Allows to create an advanced mailto link.
Features
- Custom icons allowed
- Tolltips allowed
- Unlimited times per page
Usage
[email to="mailbox@website.tld"] Email me [/email]
Examples
| Live preview | Shortcode |
|---|---|
|
Email me
|
Basic usage [email to="mailbox@website.tld"] Email me [/email] |
|
Email me
|
The icon has been selected from library. Also the tooltip has been added. [email to="mailbox@website.tld" name="user.png" tooltip="Hello World!"] Email me [/email] |
Attributes
to
Target email address.
to="mailbox@website.tld"
name
Icons name. (see above)
name="accept.png"
src
Custom icon.
src="http://yoursite.com/icon.png"
tooltip
Tooltip.
tooltip="Hello world!"