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: del.icio.us, hacks, tips, tutorials, link tags, wordpress, reddit, blogging, tech help






March 6th, 2008 at 6:20 pm
Thanks for the code, it works nicely.