Hi,
You can accomplish this with code like:
<strong>[email linktext="My Name"][email protected]?subject=foo+bar&body=baz[/email]</strong>
(Be sure to input that in the Text tab, not the Visual tab.)
Alternatively you could enter:
[email linktext="My Name"][email protected]?subject=foo+bar&body=baz[/email]
in the Visual tab, then highlight all of the text and click the “B” button to make it bold. It comes to the same thing (as you will see if you switch back-and-forth from Visual to Text mode on the post or page).
Things to note:
– You must escape spaces in the subject with either +
or %20
– You can also use &body=
(again escaping spaces and newlines)
– Whether or not links are underlined (and whether or not that changes when the mouse is hovered) is controlled by CSS, so that’s best handled in your theme, rather than in HTML on a single page or post
Hope that helps, and thanks for the nice review!
Best,
Robert