Another way to add social bookmarklets is using addthis.com service . Just copy paste following code at the end of every post .
[sourcecode language='xml']
[/sourcecode]
OR YOU Can use following bash script 1. save it , chmod 755 blog.sh 2.blog.sh blogurl “blogtitle” (must be in quotes) 3.it will generate code , paste it in your blog thats it !!!!!
[sourcecode language='xml']
#!/bin/bash
echo “\

“[/sourcecode]





The downside of using “addthis” has been discussed in forum threads. The url of the blog post and the title are not included. There is an excellent post here http://shongjog.wordpress.com/2007/09/29/how-to-modify-the-addthis-social-bookmarking-code-so-that-it-works-for-individual-wordpresscom-blog-posts/
Hello, i have figured out a way to modify the Addthis code in a way that it is able to bookmark individual blog posts without error.
you can find it here:
How to modify the Addthis code for wordpress.com blogs
It also includes a bookmarklet to take minimize the drudgery.
“It also includes a bookmarklet to take minimize the drudgery.”
i meant, “It also includes a bookmarklet to minimize the drudgery”.
sorry for the oversight!