Tutorial: Adding Thumbshots to Your WordPress Blog
Posted on April 17th, 2008 by Carl-Johan

Like I’ve mentioned, pictures are a great idea in a blog, and thumbshots of websites add credibility to a website. Here is a short tutorial on how to add thumbshots to the comments you get on your blog:
- Sign up for Thumbshots.org.
- Log in to your WP admin area.
- In WP 2.5+, click Design>Theme Editor, then click on the Comments (comments.php) file.
- Locate the line that says <?php comment_author_link() ?> or similar. Mine is located within a <strong> tag, like <strong><?php comment_author_link() ?></strong>.
- Add the following image tag from thumbshots.org to the left of the author link: <img src=”http://open.thumbshots.org/image.aspx?url=<?php comment_author_url() ?>” border=”1″ style=”float:left;clear:left;” />
- Save the file.
- That’s it. You’re done. Happy blogging.
Filed under: Social Media Marketing



Leave a Reply