If you look below each post on Turnipofpower.com you will see a collection of social media buttons created by the AddToThis WordPress plugin.   I really like this plugin for both it’s looks and the ability to easily customize it.  Ironically, the author of this plugin is now using the ShareThis WordPress Plugin and not his own creation.  By default the plugin only shows four buttons; Delicious, Stumble, Feed Readers, and Technorati.  As you see below, I have added Reddit, Digg, Twitter, Mixx, and Yahoo Buzz buttons. 

addtothis

Below you will find the code for each of the buttons I have added.  Simply add the required code to the addtothis.php file using the WordPress theme editor.  You will need to create your own 48 x 48 px images or right click my images and choose “save as”.  Do not hotlink to them.  I’ve seen some sites use enormous 125 x 125 px buttons, and others use 16 x 16 px buttons.  Be Creative! Note:  The twitter button requires the Tweet This WordPress plugin to function.

reddit<td style="text-align: center;"> <a href="http://www.reddit.com/submit?url='.get_permalink().'&title='.the_title('', '', false).'" rel="nofollow"> <img src="'.get_option('siteurl').'/wp-content/plugins/addtothis/delicious2.png" alt="Add to Reddit.com" style="border: 0px solid ; width: 48px; height: 48px;"/> </a> </td>

twitter<td style="text-align: center;"><a
href="'.get_tweet_this_url().'" rel="nofollow"><img src="'.get_option('siteurl').'/wp-content/plugins/addtothis/twitt.png"
alt="tweet this!" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td>

Digg<td style="text-align: center;"><a href="http://digg.com/submit?phase=2&url='.get_permalink().'" rel="nofollow"><img src="'.get_option('siteurl').'/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td>

mixx<td style="text-align: center;"><a href="http://www.mixx.com/submit?page_url='.get_permalink().'" rel="nofollow"><img src="'.get_option('siteurl').'/wp-content/plugins/addtothis/mixx.png" alt="Mixx It!" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td>

yahoo buzz<td style="text-align: center;"><a href="http://buzz.yahoo.com/submit?submitUrl='.get_permalink().'" rel="nofollow"><img src="'.get_option('siteurl').'/wp-content/plugins/addtothis/buzz.png" alt="Buzz It Up!" style="border: 0px solid ; width: 48px; height: 48px;"/></a></td>

I know this will help someone out there. Do you have any social media buttons you have added to the AddToThis plugin?