Searching for a wordpress trick to insert digg buttom on left or right side of yours single wordpress post ,it is very easy to understand you only have to play with some cool java codes provided by digg to add digg buttom on yours blog .There are many wordpress plugins for this but adding digg buttom manually is very useful for blogs.Follow below guide if you are interested in adding digg buttom manually into yours blogs without any help of wordpress plugins.Search for below code in yours Single post.php or in Loop.php
<?php if( is_single())?>
Now add below Code Just after above code ( Use left or right according to yours requirement to flot digg buttom left or right )
<div style=float:right;> <script type="text/javascript"> digg_url = <?php the_permalink()?>; digg_title = <?php the_title()?>; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"> </script> </div>
After saving This Click On Save and you are done with adding digg buttom inside yours wodpress post.The methods of manually adding a Digg button to selective posts are rather tedious and complicated. The problem is that insert a JavaScript into a blog post is not easy for everyone. Since this blog is targeted at the majority of us who are not computer experts, I shall suggest a method that I think is simple enough for us.
First, go to the Digg tools site to select a Digg button that you like. You will see a wide selection of Digg buttons.
Related Stuff
Google Buzz Button Wordpress Plugin ReleasedIf you are looking for a Google Buzz button to add into your Wordpress site then we have released the first Wordpress plugin exclusively ...
Plug And Play Ecommerce With Wordpress PluginsSince 2003 Wordpress has slowly been gaining popularity amongst the elite of the internet, the bloggers. It is one of those few things ...
Add Google Search to Your WordPress BlogThe native WordPress search does not return very relevant results, thus it makes a lot of sense to add Google Search into your WordPress ...
Add More Sidebars to Your WordPress ThemeYou can add more than one sidebar section to your WordPress site. For example, with the stc-intermountain.org site, I added a whole bunch ...
Series Posting in WordpressIn my functions.php file, I have some code which implements series posting. This relies on the thematic ...

Original Source: