Example of delicious counter |
Step 1:
1. Log in to your dashboard--> Layout - -> Edit HTML
2. Click on "Expand Widget Templates"
3. Find this Code: </head> You can use browser search function by just pressing Ctrl+F and Use Ctrl+C to Copy and Ctrl+V to Past.
4.Now add this code given below before </head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>*** If you have already added jquery.min.js in your blog then you don't need to add thous Bold line.
<script type="text/javascript" src="http://delicious-button.googlecode.com/files/jquery.delicious-button-1.0.min.js"></script>
Step 2 :
5. Now find the code <p><data:post.body/></p> it can be also like that <div class='post-body>
6. Now add this code given bellow after <p><data:post.body/></p>
<div style='float:right; margin-right:10px;'>7. Now save your template and you are done. If you face any problem to adding this plugins to your blog you can comment here. I will try to do my best and another things you can customize it.
<a class='delicious-button' href='http://delicious.com/save'>
<!-- {
url:"<data:post.url/>"
,title:"<data:post.title/>"
,button:"wide"
} -->
Save on Delicious
</a>
</div>
3 comments:
Nice plugins but i did not working in my blog. How can i add this in my blog.
Thnks! now it worked
I could get the first step.
But was unable to locate step two codes (both)
Post a Comment