Show Email This badge with Counter like Tweetmeme and Facebook share on Each Post

Print This 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

Google Buzz
RSS for Internet Techies Hello there! If you are new here, you might want to subscribe to the RSS feed for updates.
Share it
2 Responses to “Show Email This badge with Counter like Tweetmeme and Facebook share on Each Post”
  1. 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.

  2. Nice sharing Sanjeev.. looks great! Similar to Tweet and Facebook share.. it looks simple enough.. cool! ;)

Leave a Reply

If you have any query or question related to Blogging, Wordpress, Monetization thru Adsense, Plugins then kindly post your queries on Internet Techies Forum. We will definitely try to resolve that or some other members from our forum will do. Thanks for the consideration.

(required)

(required)