Show Email This badge with Counter like Tweetmeme and Facebook share on Each Post
Tweetmeme and Facebook Share widgets shows the number of re-tweet and facebook sharing done for a particular post / article on a blog or site. You can add similar kind of easy to share button for emailing purpose and show that number as well.
Mailcounter does provide you badges to share your posts easily thru email and it will also show the number of emails done for particular post. So every time a visitor will send your post to someone thru email, this counter will automatically update and how the updated number.
How to install Email his Counter
There are two ways available to install this cool badge on a site. You can use normal JavaScript on any website to show this Email This badge or you can use a PHP template on WordPress blogs to show the same.
JavaScript
<iframe src="http://getmailcounter.com/mailcounter/?url=http://yoururlhere.com&title=title of your page here" height="64" width="50" frameborder="0" scrolling="no"></iframe>
WordPress Users
<?php echo '<iframe src="http://getmailcounter.com/mailcounter/?url='; urlencode(the_permalink()); echo '&title='; urlencode(the_title()); echo '" height="64" width="50" frameborder="0" scrolling="no" ></iframe>'; ?>
Try the below button attached below to send this post thru email. It will open Outlook on your computer and create a predefined email with link of this post.
Email This Badge
Related: WP-Email Plugin For WordPress To Email A Post From Your Blog






Nice little tip, thanks for sharing this info.
As much as I like it, I also don’t think it’s needed with all the social networks around. Would be interesting to know how many use this kind of service.
Nice sharing Sanjeev.. looks great! Similar to Tweet and Facebook share.. it looks simple enough.. cool!
Really nice read, some great points were made.