Sexy Bookmarks is a small plugin which provides the possibility to add different social bookmark services to your blogger. This article will guide you how to add sexy bookmark widget for you blogger with few steps
1. Log in to your Blogger Dashboard –> Layout - -> Edit HTML
2. Click on “Expand Widget Templates” check box
3. Scroll down to where you see </head> tag.
4. Now add below code before </head> tag.
Note : If you use “Read more….” feature in your template,find second code like this( <data:post.body/> ).
5. Now add below code immediately after <data:post.body/> .
<div class='sexy-bookmarks'> <ul class='socials'> <li class='sexy-delicious'><a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-digg'><a expr:href='" http://digg.com/submit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-technorati'><a expr:href='" http://technorati.com/faves?add=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-reddit'><a expr:href='" http://www.reddit.com/submit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-stumble'><a expr:href='" http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-designfloat'><a expr:href='"http://www.designfloat.com/submit.php?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-facebook'><a expr:href='" http://www.facebook.com/sharer.php?u=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-twitter'><a expr:href='" http://twitthis.com/twit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-furl'><a expr:href='" http://www.furl.net/storeIt.jsp?u=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> <li class='sexy-syndicate'><a href='http://feeds2.feedburner.com/YOUR-FEEDBURNER-ID' title='Subscribe to RSS'/></li> <li class='sexy-email'><a expr:href='" mailto:?subject=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li> </ul> <span class='sexy-rightside'/></div>
Note : Remember to replace YOUR-FEEDBURNER-ID with your real feedburner ID.
6. Now save your template and you are done.
Wish you sucess


{ 1 comment… read it below or add one }
Hi, thanks for the post. are you able to you Sexybookmarks with your Thesis theme. I am having trouble getting it to work.
Thanks
Jamie´s last blog: blog ..What Is The Difference Between TurboJam and TurboFire?
{ 1 trackback }