I added some social bookmarking buttons to my posts and thought I’d share the code snippet, so here it is:
<a href=”http://del.icio.us/post?url=<?php the_permalink();?> ;title=<?php the_title(”,”,display);?>” target=”_blank”><img src=”http://del.icio.us/favicon.ico” alt=”Delicious” title=”Delicious” border=”0″></a>
<a href=”http://digg.com/submit?phase=2&url=<?php the_permalink();?>&title=<?php the_title(”,”,display);?>” target=”_blank”><img src=”http://www.digg.com/favicon.ico” alt=”Digg” title=”Digg” border=”0″></a>
<a href=”http://cgi.fark.com/cgi/fark/edit.pl?new_url=<?php the_permalink();?>&new_comment=<?php the_title(”,”,display);?>&linktype=Misc” target=”_blank”><img src=”http://www.fark.com/favicon.ico” alt=”Fark” title=”Fark” border=”0″></a>
<a href=”http://www.furl.net/storeIt.jsp?t=<?php the_title(”,”,display);?>&u=<?php the_permalink();?>” target=”_blank”><img src=”http://search.looksmart.com/favicon.ico” alt=”Furl it!” title=”Furl it!” border=”0″></a>
<a […]
Entries Tagged as 'Social Bookmarking'
Handy Social Bookmarking Code Snippet
August 13th, 2007 · 1 Comment
Tags: Coding · Social Bookmarking