Look at the Digg button on the left. It’s quite simple to install this Digg/Submit button to your blog post or web page.
You can get the complete instructions at http://digg.com/tools/integrate
And I will show you here how I did it with this WordPress MU/Prologue Modified theme.
Add this to the style.css
#widget_digg {
float:left;
margin:13px 5px 2px 0;
}
Modify the file single.php
<div id="widget_digg">
<script type="text/javascript"
src="http://digg.com/tools/diggthis.js">
</script>
</div>
<?php the_content( __( '[More...]' ) ); ?>

{ 1 trackback }