Adding REDDIT Link / Bookmark Tags to Wordpress

Copy and paste the code in the window below to your index.php or post.php depending on your particular blog theme. The line of code will go just beyond the words “Comment It” or “Comments”. Look for the “postmetadata” division and put it just inside the closing </p> tag. Use a | vertical line as a separator just before the code.

For Wordpress


<a href="http://reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" target="_blank">Reddit</a>

If you liked this tutorial, please tag it!

tags: , , , , , , , ,

One Response to “Adding REDDIT Link / Bookmark Tags to Wordpress”

  1. Saskboy Says:

    Thanks for the code, it works nicely.

Leave a Reply