Add sexy social Bookmark to your Blogger

by Nandupatel on May 22, 2009

As you know that social networking is very useful tools to get huge traffic. In this post I will teach to add social bookmarking site to submit your blog.

I think you have seen “sharing is sexy”. I found that one and it is interesting. I did for my blog. Check it out. If you want to add just let use this tricks and you will be done.

Sharing is sexy

Here are step if you want to do it for your blog:
1. Login to blogger with Google ID
2. Click Layout.
3. Then click edit HTML tab.
4. Click the Download full template link. Save your template (Don’t forget)
5. Please mark the little box to Expand Widget Templates.
6. Find the code like this : </head>
7. Copy below code and paste it before </head>

<style type=’text/css’>
div.sexy-bookmarks {
height:54px;
background:url(‘http://img710.imageshack.us/img710/7070/sharingsexy.png’) no-repeat left bottom;
position:relative;
width:540px;
}

div.sexy-bookmarks span.sexy-rightside {
width:17px;
height:54px;
background:url(‘http://img710.imageshack.us/img710/7070/sharingsexy.png’) no-repeat right bottom;
position:absolute;
right:-17px;
}

div.sexy-bookmarks ul.socials {
margin:0 !important;
padding:0 !important;
position:absolute;
bottom:0;
left:10px;
}

div.sexy-bookmarks ul.socials li {
display:inline-block !important;
float:left !important;
list-style-type:none !important;
margin:0 !important;
height:29px !important;
width:48px !important;
cursor:pointer !important;
padding:0 !important;
}

div.sexy-bookmarks ul.socials a {
display:block !important;
width:48px !important;
height:29px !important;
font-size:0 !important;
color:transparent !important;

}

.sexy-furl, .sexy-furl:hover, .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumble, .sexy-stumble:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoo, .sexy-yahoo:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-script-style, .sexy-script-style:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-syndicate, .sexy-syndicate:hover, .sexy-email, .sexy-email:hover {
background:url(‘http://img710.imageshack.us/img710/3131/sexysprite.png’) no-repeat !important;
}

.sexy-furl {
background-position:-300px top !important;
}
.sexy-furl:hover {
background-position:-300px bottom !important;
}
.sexy-digg {
background-position:-500px top !important;
}
.sexy-digg:hover {
background-position:-500px bottom !important;
}
.sexy-reddit {
background-position:-100px top !important;
}
.sexy-reddit:hover {
background-position:-100px bottom !important;
}
.sexy-stumble {
background-position:-50px top !important;
}
.sexy-stumble:hover {
background-position:-50px bottom !important;
}
.sexy-delicious {
background-position:left top !important;
}
.sexy-delicious:hover {
background-position:left bottom !important;
}
.sexy-yahoo {
background-position:-650px top !important;
}
.sexy-yahoo:hover {
background-position:-650px bottom !important;
}
.sexy-blinklist {
background-position:-600px top !important;
}
.sexy-blinklist:hover {
background-position:-600px bottom !important;
}
.sexy-technorati {
background-position:-700px top !important;
}
.sexy-technorati:hover {
background-position:-700px bottom !important;
}
.sexy-myspace {
background-position:-200px top !important;
}
.sexy-myspace:hover {
background-position:-200px bottom !important;
}
.sexy-twitter {
background-position:-350px top !important;
}
.sexy-twitter:hover {
background-position:-350px bottom !important;
}
.sexy-facebook {
background-position:-450px top !important;
}
.sexy-facebook:hover {
background-position:-450px bottom !important;
}
.sexy-mixx {
background-position:-250px top !important;
}
.sexy-mixx:hover {
background-position:-250px bottom !important;
}
.sexy-script-style {
background-position:-400px top !important;
}
.sexy-script-style:hover {
background-position:-400px bottom !important;
}
.sexy-designfloat {
background-position:-550px top !important;
}
.sexy-designfloat:hover {
background-position:-550px bottom !important;
}
.sexy-syndicate {
background-position:-150px top !important;
}
.sexy-syndicate:hover {
background-position:-150px bottom !important;
}
.sexy-email {
background-position:-753px top !important;
}
.sexy-email:hover {
background-position:-753px bottom !important;
}

</style>

8. Find the code like this :
<data:post.body/> (If you have used readmore hack in your template. then find last code like this and paste after that)

9. Copy below code and paste it after <data:post.body/>

<style type=’text/css’>
div.sexy-bookmarks {
height:54px;
background:url(‘http://img710.imageshack.us/img710/7070/sharingsexy.png’) no-repeat left bottom;
position:relative;
width:540px;
}

div.sexy-bookmarks span.sexy-rightside {
width:17px;
height:54px;
background:url(‘http://img710.imageshack.us/img710/7070/sharingsexy.png’) no-repeat right bottom;
position:absolute;
right:-17px;
}

div.sexy-bookmarks ul.socials {
margin:0 !important;
padding:0 !important;
position:absolute;
bottom:0;
left:10px;
}

div.sexy-bookmarks ul.socials li {
display:inline-block !important;
float:left !important;
list-style-type:none !important;
margin:0 !important;
height:29px !important;
width:48px !important;
cursor:pointer !important;
padding:0 !important;
}

div.sexy-bookmarks ul.socials a {
display:block !important;
width:48px !important;
height:29px !important;
font-size:0 !important;
color:transparent !important;

}

.sexy-furl, .sexy-furl:hover, .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumble, .sexy-stumble:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoo, .sexy-yahoo:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-script-style, .sexy-script-style:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-syndicate, .sexy-syndicate:hover, .sexy-email, .sexy-email:hover {
background:url(‘http://img710.imageshack.us/img710/3131/sexysprite.png’) no-repeat !important;
}

.sexy-furl {
background-position:-300px top !important;
}
.sexy-furl:hover {
background-position:-300px bottom !important;
}
.sexy-digg {
background-position:-500px top !important;
}
.sexy-digg:hover {
background-position:-500px bottom !important;
}
.sexy-reddit {
background-position:-100px top !important;
}
.sexy-reddit:hover {
background-position:-100px bottom !important;
}
.sexy-stumble {
background-position:-50px top !important;
}
.sexy-stumble:hover {
background-position:-50px bottom !important;
}
.sexy-delicious {
background-position:left top !important;
}
.sexy-delicious:hover {
background-position:left bottom !important;
}
.sexy-yahoo {
background-position:-650px top !important;
}
.sexy-yahoo:hover {
background-position:-650px bottom !important;
}
.sexy-blinklist {
background-position:-600px top !important;
}
.sexy-blinklist:hover {
background-position:-600px bottom !important;
}
.sexy-technorati {
background-position:-700px top !important;
}
.sexy-technorati:hover {
background-position:-700px bottom !important;
}
.sexy-myspace {
background-position:-200px top !important;
}
.sexy-myspace:hover {
background-position:-200px bottom !important;
}
.sexy-twitter {
background-position:-350px top !important;
}
.sexy-twitter:hover {
background-position:-350px bottom !important;
}
.sexy-facebook {
background-position:-450px top !important;
}
.sexy-facebook:hover {
background-position:-450px bottom !important;
}
.sexy-mixx {
background-position:-250px top !important;
}
.sexy-mixx:hover {
background-position:-250px bottom !important;
}
.sexy-script-style {
background-position:-400px top !important;
}
.sexy-script-style:hover {
background-position:-400px bottom !important;
}
.sexy-designfloat {
background-position:-550px top !important;
}
.sexy-designfloat:hover {
background-position:-550px bottom !important;
}
.sexy-syndicate {
background-position:-150px top !important;
}
.sexy-syndicate:hover {
background-position:-150px bottom !important;
}
.sexy-email {
background-position:-753px top !important;
}
.sexy-email:hover {
background-position:-753px bottom !important;
}

</style>

10. Change Your feed burner id which is blinking.

11. Save your template and don’t forget to subscribe if you didn’t, because “sharing is sexy”

Original By Naeem Nur

{ 14 comments… read them below or add one }

SAM May 23, 2009 at 5:01 pm

Thank you very much.

I have tried lot of sites.

But only this one worked.

Reply

Admin May 24, 2009 at 1:30 pm

Thanks for nice comment…

Reply

neel May 28, 2009 at 6:51 pm

Thnxs

Reply

DJ Summa June 2, 2009 at 3:11 pm

Hi, thanks for this post. I have a blog and podcast using GoDaddy’s QuickBlogcast service. I’m looking for something like this but am not sure that I can use this code. Would you happen to know if I can use this code and if not, do you have any suggestions? Right now I just have a table with a few icons/links, that I put at the bottom of every post. Thanks for your help. http://www.DJSumma.com

Reply

wallmart October 20, 2009 at 3:07 pm

There is nothing better than to go to your blog in the morning with a cup of coffee

Reply

alex November 1, 2009 at 4:24 pm

Cool add-on!

Reply

sanjeev December 20, 2009 at 8:26 am

hey nandu.. i’m not able to find code…. what to do now ?
plz help!!

Reply

nandu patel December 20, 2009 at 5:55 pm

You might forget to check small box. Try it and still don’t work, then let me know.

Reply

Angela January 4, 2010 at 1:15 am

Hi! I’ve used this sexy bookmarks before but I think when the new version came out it messed it up on my blog. Anyway- tried to copy/paste exactly as you say but get “Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “type”.”

Any ideas what’s wrong? Thanks!

Reply

nandu patel January 6, 2010 at 3:04 pm

Hey I have just re-edit post. Now, it will work. If, it still doesn’t work, let me know, I will help you.

Reply

gladysdavid March 3, 2010 at 3:04 am

Hi Nandu, I experience the same issue like Angela. How do I make it work?

Thanks!
.-= gladysdavid´s last blog ..Social Bookmark Links for Blogger =-.

Reply

nandu patel March 8, 2010 at 1:13 am

As, I said, I have updated new code. If it is not working for you, Let me know what is error? I will help you..

Reply

shailesh October 6, 2010 at 6:39 am

i m using it in my website

thanks to sharing this

Reply

Nandupatel October 12, 2010 at 10:58 pm

NP.. :)

Reply

Leave a Comment

Previous post:

Next post: