I got a great tip from my life coach, Pete Quily, on a WordPress plugin which allows visitors to instantly Twitter a post with my blog article’s title and a tinyurl.com link. Talk about saving time and making things easy!

It’s a nice addition to my ShareThis social networking button which I now have moved up from the bottom of the post area.
I already had my RSS feed setup with Feedburner but I now have a G-I-A-N-T button on the blog too.
What it looks like on my blog
What I did in the index.php of my theme
Here is the code I inserted into the WordPress Loop
<?php if (function_exists('sharethis_button')) { sharethis_button(); } ?>
<br /> <?php tweet_this_small(); ?> The results on Twitter
Photo Credit Personal Ecosystem on Flickr by activeside






