your feedback

Web and Unix administration made simple by doing rare mini projects

Web and Unix administration made simple by doing rare mini projects header image 2

Very simple way to add social bookmark network bookmarlets to wp.com blogs

November 28th, 2007 · 3 Comments · wordpress

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']


AddThis Social Bookmark Button

[/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 “\
AddThis social bookmarking image button
“[/sourcecode]
AddThis

MyFreeCopyright.com Registered & Protected

Tags: ···

3 Comments so far ↓

Leave a Comment