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 class="alignleft">
<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.

 

No Responses to “Adding Digg Buttom Manually On Wordpress Post”  

  1. No Comments
Posting Your Comment
Please Wait

Leave a Reply

>! :-/ :-o :(|) /) =) :-D :P :-| :( :) X-( ? -) ;-| +) !
There was an error with your comment, please try again.