Print This Page Print This Page

It baffles me why someone would go to the trouble of writing a WordPress plugin but not take the time to write some decent step-by-step documentation for how to install it and make it work. A prime example is a very handy Wordpress plugin for adding a digg button to your post. The plugin is written by Aviran Mordo and can be found here. Take a brief look of the comments and you will see that there are more than a few people having trouble implementing this plugin. I was in the same boat and it took me hours to figure out how this plugin was suppose to be implemented. Since no documentation exist, I am writing this to help these who are having problems installing it. Please note that I can only impart on you my experience and I am in no position to answer any technical questions. Those questions should still be directed to the original author of the plugin. Before I begin, I would like to say thanks to Aviran Mordo for writing this plugin. Let’s hope he implements better directions for those who are not php programmers.

  1. Download the plugin.
  2. Upload the plugin to your WordPress plugin folder which is located under wp-content/plugins off your blog’s home folder. I like to put the plugin in a folder called ‘digg’ to keep my plugins organized but you can just put it in the plugin folder.
  3. Go to the WordPress admin page and activate the plugin under the Plugins tab.
  4. At this point, I suggest you submit a post to digg for testing. Having the article already dugg makes it easier to confirm if your installation is working.
  5. I won’t go into how to digg works since you should already know this if you are reading this.
  6. Find the appropriate single.php file in your blog folder. If you are using themes, you will have multiple single.php files. Each will be located under the theme’s folder which is located under /wp-content/themes. If you have not installed any themes, the file will be located under /wp-content/themes/default. Make sure you edit the correct single.php file. The author refers to this action as putting the code in the Loop. Some themes will make a call from the single.php file to another file (ie: theloop.php). If this is the case, you will see something like include (TEMPLATEPATH . ‘/theloop.php’); in the single.php file. If you are using such a theme, you will have to edit theloop.php file instead. The exact location of where to put the code will vary from theme to theme so you’ll have to experiment but it has to be put inside the loop which is often indicated by comments in the file. There will often be clues to where you can put it. Usually below lines that read ‘title’ and above lines that read ‘footer’. Remember to re-input the changes if you change themes.
  7. If you want to include the digg this button in WordPress pages files (like this one) in addition to post files, you will need to add the same line of code to the page.php file located in the same folder.
  8. To edit the single.php or page.php file, use the editor under Design-Theme Editor. Be sure to make a backup first.
  9. Your first part of your single.php file should look like this:
  10. The bold text is the additions. Red text are my comments and should not appear in the file. In short, if you want the digg button to appear at the end of the article, enter the code after this section Read more »
  11. The code you enter will vary depending on what you want to appear. Refer back to the author’s site for examples. I used < ?php digg_this_button(); ?> to create the digg button.
  12. Time for testing. You cannot test this just by refreshing your blog. You must first go to the article in digg.com and click on the link to your article. Doing this will update your link and the button should now appear in your blog as dugg. If it does not appear, wait a few hours. For some reason, the digg button may not appear right away.

If you did everything right, you should see a digg button at the end of your post like the one you see here. If this article was helpful, feel free to digg it!

Add me to your del.icio.us network.

14 Responses to “How to install ‘digg this’ WordPress plugin”

  1. Sunit Says:

    This is a cool little guide.. I like it..
    But one small suggestion.. for those who don’t know..

    Wordpress has an inbuilt feature to edit theme files… you don’t actually have to download it and upload again…

  2. paul Says:

    Of course, unless you have php[45]-curl installed, this won’t work. Just a heads up. Your notes worked fine, but why an RTF file? why not just a screen cap?

  3. Olkenava » Blog Archive » How to add ‘digg this’ button to your WordPress blog Says:

    [...] read more | digg story [...]

  4. Andrew Bruce » Blog Archive » links for 2007-12-06 Says:

    [...] How to install ‘digg this’ WordPress plugin | blog.patyuen.com (tags: wordpress digg plugin blog howto) [...]

  5. David Parkes Says:

    What about including the Digg link under each article as its displayed on the blog home page - will this plugin work if installed inside the loop on the index.php, will it add the permalink of the article in question to digg or will it simply add the home page URL?

  6. Shawn Says:

    Thanks! Nice write up!

  7. sohbet Says:

    thanks!

  8. meleklermekani Says:

    Thanks great job man !

  9. OrlandoGolfBlogger Says:

    Thanks for simplifying this! Very useful!

  10. web design company Says:

    Much needed tutorial! At least for me :)

  11. I need a digg plugin like this!! - Page 2 - Webmaster Marketplace - Webmaster SEO SEM Forum - Qdoos Says:

    [...] it what ever you want aslong as its hardcoded in the script, however i have found another method How to install ‘digg this’ WordPress plugin | blog.patyuen.com __________________ Tottenham Forum | Business Directory | Joomla [...]

  12. I need a digg plugin like this!! - Page 3 - Webmaster Marketplace - Webmaster SEO SEM Forum - Qdoos Says:

    [...] cant see why you cant get this one to work How to install ‘digg this’ WordPress plugin | blog.patyuen.com It you are editing the file’s arnt you ? __________________ Tottenham Forum | Business [...]

  13. Brennan Says:

    Thanks a lot. This article really helped to simplify the process and save time!

  14. Margaret Says:

    I cannot get the button to display no matter where I put this code.

    I’m also using Add To This plug in and would really like to get the DIGG this button in line with these other SN buttons.

    Any chance of that? I’ve tried adding the to the table that holds the buttons, but no go. The best I can do is get a text link in a screwy place at the bottom of the post.

    It’s tiny and not likely to get clicked. :(

Leave a Reply