Make your posts Del.icio.us enabled in a second
Del.icio.us is one of the best ways you can promote your content by letting people bookmark it and spread your word!
It might be a good idea to put a small button on the bottom of each post giving the reader the option to bookmark your post with just one click.
It too easy by editing your Main Index Template file (usually ‘Index.php’) and putting the lines below between the main while() loop.
If you have no idea how to find that code, do it the lousy way!
Search for the phrase endwhile; in the source code. Right before that is our place. It sould be inside the loop preferably at the end of the post where comment links appears. You’ll find the right place after few tries of moving the code up and down!
<p align=”center”>
<a target=”_blank” href=”http://del.icio.us/post?url=<?php the_permalink(); ?>&title=<?php the_title() ?>”>
<img style=”border:0″ src=”/images/delicious.small.gif” /></a>
</p>







Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed