Delicious counter buttons are quite essential for every blogger, but there are many counter buttons out in the field which actually doesn’t work. It was my experience, when I was in search of delicious counter buttons. Finally I found a way to make our delicious button. The tutorial which I am going to teach you was made by Mike. So, this is going to be a little detailed version of what he has written on his blog.
Live Demo
WordPress
Step 1: Go to header.php on your WordPress dashboard and insert the below code within</head>.
Step: 2 Now go to single.php and paste this code after <?php the_content(); ?>
01 | < div style = 'float:right; margin-right:10px;' > |
For horizontal button, remove ,button:”wide” from the step 2.
Blogger
Well, I don’t want to miss Blogger platform and here we go to the installation.
Step 1: Go to Edit HTML in your Blogger dashboard and paste the below code within</head>.
Step 2: Search for <div class=’post-header-line-1′/> if you are not able to find search for <data:post.body/> and paste this code below to that
01 | < div style = 'float:right; margin-right:10px;' > |
04 | url:"< data:post.url />" |
05 | ,title:"< data:post.title />" |
For horizontal button remove ,button:”wide” from the step 2.
Hope this tut is helpful to add a beautiful delicious counter button. Finally thanks to Mike for making this awesome piece of work.