Allows people to recommend/send your WordPress blog's post/page to a friend.
You can either install it automatically from the WordPress admin, or do it manually:
wp-email directory into your plugins folder(/wp-content/plugins/)Once installed take the following steps to set it up:
wp-content/themes/<YOUR THEME NAME>/index.php
You may place it in single.php, post.php, page.php, etc also.<?php while (have_posts()) : the_post(); ?><?php if(function_exists('wp_email')) { email_link(); } ?>If you DO NOT want the email link to appear in every post/page, DO NOT use the code above. Just use the shortcode by typing [email_link] into the selected post/page content and it will embed the email link into that post/page only.
Requires: 2.8 or higher
Compatible up to: 3.5.1
Last Updated: 2013-4-10
Downloads: 333,878
2 of 9 support threads in the last two months have been resolved.
Got something to say? Need help?