I set the button's email Sociable so that when clicked, do not open my e-mail program.
I want to open a form indicating the news.
I use the plugin WP-Email - (http://lesterchan.net/wordpress/readme/wp-email.html)
On the page, sociable.php I found this code:
'email' => Array (
'Favicon' => 'email_link.png'
'url' => 'mailto:? subject = & body = TITLE Permalink'
'description' => __ ( 'E-mail this story to a friend!', 'sociable'),
)
How can I adapt it for use this command to open the form of EP-PLUGIN Email:
<? php if (function_exists ( 'wp_email')) (email_link ();)>
Can help