Manually adding Social Media links to a WordPress Theme

Here’s a set of links to add your posts to Digg, Twitter, StumbleUpon, Del.icio.us, Facebook, MySpace, Google Bookmarks, Technorati, AddThis, and Reddit– I always end up needing these for themes I’m building, so I thought I’d pass them along!


<!-- Digg -->
<a href="http://digg.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" rel="nofollow" title="Submit to Digg" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/social/digg.gif" alt="Digg" title="Digg" /></a>
<!-- Twitter -->
<a title="Tweet About It!" href="http://twitter.com/home?status=<?php the_title(); ?> <?php the_permalink(); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/social/twitter.gif" alt="Twitter" title="Twitter" /></a>
<!-- StumbleUpon -->
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" rel="nofollow" title="Stumble It!" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/social/stumbleupon.gif" alt="StumbleUpon" title="StumbleUpon" /></a>
<!-- Delicious -->
<a href="http://delicious.com/save?url=<?php urlencode(the_permalink()); ?>&amp;title=<?php urlencode(the_title()); ?>" onclick="window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=<?php urlencode(the_permalink()); ?>&amp;title=<?php urlencode(the_title()); ?>', 'delicious', 'toolbar=no,width=550,height=550'); return false;" title="Bookmark this post on del.icio.us"><img src="<?php bloginfo('template_directory'); ?>/images/social/delicious.gif" alt="Delicious" title="Delicious" /></a>
<!-- Facebook -->
<a href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>" rel="nofollow" title="Share on Facebook" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/social/facebook.gif" alt="Facebook" title="Facebook" /></a>
<!-- MySpace -->
<a href="javascript:GetThis('<?php the_title(); ?>','<?php the_excerpt(); ?>', '<?php the_permalink(); ?>')"><img src="<?php bloginfo('template_directory'); ?>/images/social/myspace.gif" alt="MySpace" title="MySpace" /></a>
<!-- Google Bookmarks -->
<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=<?php the_permalink(); ?>" rel="nofollow" title="Bookmark on Google" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/social/google.gif" alt="Google Bookmarks" title="Google Bookmarks" /></a>
<!-- Technorati -->
<a href="http://technorati.com/faves?add=<?php the_permalink(); ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/social/technorati.gif" alt="Technorati" title="Technorati" /></a>
<!-- AddThis -->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b6908a945df8eb0"><img src="<?php bloginfo('template_directory'); ?>/images/social/addthis.gif" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b6908a945df8eb0"></script>
<!-- Reddit -->
<a href="http://reddit.com/submit?url=<?php the_permalink(); ?>" rel="nofollow" title="Submit to Reddit" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/social/reddit.gif" alt="Reddit" title="Reddit" /></a>

Leave a Reply

Powered by Olark