1 Delicious button for Wordpress 22nd January 2010, 3:38 pm
SkipSoft
MITR New User
Simply paste the following code on your single.php file, within the loop:
<a href=”http://delicious.com/save?v=5&noui&jump=close&url=’<?php
the_permalink();?> . ‘&title=’<?php the_title(); ?>’” target=”_blank”>Delicious</a>
This your reader can bookmark in Delicious.
<a href=”http://delicious.com/save?v=5&noui&jump=close&url=’<?php
the_permalink();?> . ‘&title=’<?php the_title(); ?>’” target=”_blank”>Delicious</a>
This your reader can bookmark in Delicious.