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 href=”http://www.google.com/bookmarks/mark?op=add&title=<?php the_title(”,”,display);?>&bkmk=<?php the_permalink();?>&labels=<?php the_title(”,”,display);?>&annotation=” target=”_blank”><img src=”http://www.google.com/favicon.ico” alt=”Google” title=”Google” border=”0″></a>
<a href=”http://www.netvouz.com/action/submitBookmark?url=<?php the_permalink();?>&title=<?php the_title(”,”,display);?>&description=Website-Title” target=”_blank”><img src=”http://www.netvouz.com/favicon.ico” alt=”Netvouz” title=”Netvouz” border=”0″></a>
<a href=”http://www.newsvine.com/_tools/seed&save?u=<?php the_permalink();?>&h=<?php the_title(”,”,display);?>” target=”_blank”><img src=”http://www.newsvine.com/favicon.ico” alt=”NewsVine” title=”NewsVine” border=”0″></a>
<!– <a href=”http://reddit.com/submit?url=<?php the_permalink();?>&title=<?php the_title(”,”,display);?>” target=”_blank”><img src=”http://reddit.com/favicon.ico” alt=”Reddit” title=”Reddit” border=”0″></a> –>
<a href=”http://www.shadows.com/features/tcr.htm?url=<?php the_permalink();?>&title=<?php the_title(”,”,display);?>” target=”_blank”><img src=”http://www.shadows.com/favicon.ico” alt=”Shadows” title=”Shawdos” border=”0″></a>
<a href=”http://technorati.com/faves?add=<?php the_permalink();?>” target=”_blank”><img src=”http://www.technorati.com/favicon.ico” alt=”Technorati” title=”Technorati” border=”0″></a>
<a href=”http://myweb2.search.yahoo.com/myresults/bookmark?t=Website-Title&u=<?php the_permalink();?>” target=”_blank”><img src=”http://www.yahoo.com/favicon.ico” alt=”YahooMyWeb” title=”YahooMyWeb” border=”0″></a>
I just posted mine under the content area.
1 response so far ↓
deborah // Aug 15, 2007 at 9:04 am
Thank you for posting this code.
Leave a Comment