How to create digg submit button or digg share button on wordpress ? very simple just copy paste code below, you can change image digg.png with your image path
<a href="http://www.digg.com/submit?phase=2&url=<?php the_permalink() ?>&title=<?php the_title() ?>" title="Submit Post to Digg" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/social/digg.png" alt="Share on Digg" width="40" height="38"/></a>
Rating: 5 like it» Reviewed by Best Solver on In Create Manually Digg Submit/Share button on wordpress