I was searching the web for digg wordpress plugin which will help me to submit my articles directly from my blog. I found two most used plugin, but none of them worked for my latest version of Wordpress.
Hence, I researched a bit and made my own. Well, This is not a plugin, its just a simple piece of code which has to be implement in your template files.

Initial Release:

  1. Default and Compact Digg Button
  2. Optional float in both side.
  3. Compact and Default Button

Installation:

  1. Download the text files below and copy the code.
  2. Open your single.php (found in your current themes folder)
    Dashboard > Presentation > Theme Editor > Single Post/single.php
  3. Find the piece of code : <div class=”post-content”>
  4. Add the Digg Code after that and save the file.