Or, you could see the demo at the end of this article.
Then, I will try to explain about how to add that in blogger.
GENERAL
0. Sign in to Blogger
1. Go to LAYOUT -- Edit HTML -- (checked expand widget templates)
CHAPTER ONE, Put in the CSS codes
1. Find (CTRL+F) this code:
]]></b:skin>
2. Afterwards, Add this CSS composition below ]]></b:skin>
<style type='text/css'>
div.sexy-bookmarks {
height:54px;
background:url('http://i43.tinypic.com/2ueii3t.png') no-repeat left bottom;
position:relative;
width:540px;
}
div.sexy-bookmarks span.sexy-rightside {
width:17px;
height:54px;
background:url('http://i43.tinypic.com/2ueii3t.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://img509.imageshack.us/img509/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>
Chapter one is done.
CHAPTER TWO : Put in the HTML code
1. After we put in the CSS, please find this code:
<data:post.body/>
Notice:
If you have more than one of <data:post.body/> , you have to find the last <data:post.body/>. Usually, this is only for blogger which use readmore. The last also means that, the sexy bookmark will appear when we enter the single page.
2. then, copy paste this HTML composition below <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/' 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>
3. Please see the blink blue text. You may need to edit it with your own feedburner ID.
4. After all complete.. Save Your Template. And it is done.
Credited to Naeem Nur
70 comments:
Hey Biru , I have a big problem here , my image is too big , and I want to resize it automaticaly.
I mean , I want to put the image in a frame , it can be zoom out, zoom in up to me.
It is like many 4rums now , can you help me to find that code ?
help me and answer me as soon as possible.i need hurry, thank you very much BIru
Hei.. This Is Real Sexy... thanks... I Can Place It In My Blog...
Oh.. This Is Too Sexy In My Blog... Where You Cand Find (Inspirasi Inggrisnya apa yah??) ha..ha..ha.. Ketahuan orang Indo Pulen...
@Vuluganck; the add is sexy image is in this address http://i43.tinypic.com/2ueii3t.png. It has two place in the CSS layout.
and for the social bookmark icon is in this location http://img509.imageshack.us/img509/3131/sexysprite.png.
You could edit the size in image editor...
@Abitstory; yes, this is sexy... have a nice blogging. Hehehe... Iya.. Indo tulen
@Kurochan; You are welcome. Great Job... :)
sexy dari hongkong :D duh nemu juga akirnyah...aku ngeti ning blog e koncoku soale..kepengen...
Hey Cahaya,
first of all great work and thx to u, so i`ve a problem. I cant find this data post body code in the Gamezine html. Could u help me plz?
Best regards, xerc.
@Xerc23; Have you checked the expand widget template box??
"Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly.
XML error message: The reference to entity "title" must end with the ';' delimiter."
Why???? I Have Do All In Your INstruction???
@Kurochan; Terima Kasih atas laporannya. Code HTML udah diupdate... :)
Hi Cahaya, thx for the quick answer. But now I have the same problem like Si Kurochan. XML error message: The reference to entity "title" must end with the ';' delimiter."
@Xerc23; the code has been updated... you please copy-paste it again... it have been tested. :)
congratz we've got PR 4 haha
@opone sing PR 4??
PageRank 4 dooooh kok ra mudeng tho yo yooo
Ngerti aku PR iku. Maksudku, aku mbari check nang pr checker, tetep ae... jendoooll...
wah dapat PR 4 kang Daru...Nice JOB and BLOG haha
mas minta ijin boleh g nie...templatenya kang Daru aku tampilin diposting blogku... :D
@Ndyteen; Iya, dapat PR4, saya juga baru tahu tadi malam. Boleh..., mas Ndyteen boleh tampilin di blognya panjenengan.. silahkan... :)
Lha.. Ko sekarang malahan gak nongol tuh sosial boomark.. tapi dah
Your changes have been saved. View Blog
Kenapa lagi nih???
@Si Kurochan; blognya yang mana? itu udah nongol, dan saya pakai terus... :)
Mas, ko sekarang malah nongolnya ditengah2 Postingan yah?? aduh puyeng...
@Kurochan; apakah kamu telah menginstall dengan tepat??? Boleh kulihat XML template-nya??? kirimkan ke probluelight@gmail.com
(XML template akan dirahasiakan, tenang aja).
maav mas itu saya dapat dari blog berbahasa indonesia saya belum memasang sourcenya lalu saya langsung translate ke dalam b.inggris setelah itu saya langsung post ?
ok saya akan pasang 2 source sekali gus terima kasih atas tegurannya sesama blogger itu haru sharing dan harus saling mengingatkan thanks :D
Oke.. Mas Dah Saya Kirimin Emailnya.. Thanks banget yah mau susah payah sampe kudu mas sendiri yg turun tangan.. Thanks.. Cheer$.. Only For You
Thanks... Yo No Needs To Check My XML Template Because this Trouble is Clearer.. Thanks....
A great tutorial indeed! Keep it up!
hello
How to add to this template Scarlett
Please
I can not find this code in the template BIZMAX or SCARLETT
data:post.body/
Please Help Me
it works for me!!!! thank u so much!!!!
Another great addition to my blog question I noticed the "sharing is sexy" image has another option of "caring is sharing" and I'd prefer to use that text could you share how to use that portion of the image over the other section?
Thank you.
wow
err.. I can't.. hurm.. I'm using your Gamezine theme.. =S
help help!
great post! keep going! :) thanks
hai... thanks I finally found what I need, but about the "chapter two" you explained above, you said that I must put the code BELOW the last "data:post.body/" so the sharing button will appear on single page only.... but if I put it there like you said, the sharing button appears on every post above the "Read More" link, so I move the code BEFORE the last "data:post.body/" then it will only appear after the "Read More" link clicked and moved to the single post page... :)
after all, it's a nice tutor you have here... thanks for the tutor
visit my blog HERE
There's a problem with the image sexysprite.png. She does not load.
for how long does this delay the page display?
the sharing is sexy buttons (the book mark icons) have disappeared from your website, my website and many others, can you fix it please
What happened, the bar doesn't look right any more - not on my blog and not on yours!
I like it...
It's not working today. Do you know what's the problem???
edu
Hi, can you please guide me how to add it to my self-hosted wordpress blog! Thanks
Thanks, this is really one of the most sexy social bookmarking i have seen. I am working on a new blog and trying this on that. See ya soon for more sexy things :)
TARARENGKYU BOSS...
thanks
nice work
rajinigantham.blogspot.com
cool book mark
Excellent tutorial boss...
This widget refuses to show up in any of my pages - and when it does the links dont work :(
I also notice that the /a tags are nowhere before the /li closing tags , and from what I have seen from other users , I am not the only one having this problem - what I want to know is why ???? :(
see this i have successfully put the sexy bookmark in my blog , thank you so much , http://latestsoftwaretesting.blogspot.com/
i want to ask you that how can we add more icons to the list .
Thanks so much for this. I had to do some tweaking by closing the a tags in the html but otherwise it was pretty easy to do.
i cant find my data:post.body/>
so how can?
this is Not Using in My Template
Unbelieveable Stuff
http://believe-or-not.blogspot.com
thanks-a-lot
thanks. I've been looking for this one.
It works fine on freepctaw.blogspot.com and ravingride.blogspot.com
:]
is there any smaller one? take a look at freepctaw.blogspot.com and it only shows 8 buttons instead of 11...
oh myy... thank you so much..... ^^ i'll give it a try and see if i can make it work
thanks again
hello brother,
i didnt find the statement of chapter two, 1st instructions,
in the tamplate code. what i should to do ?
please help me soon as soon
I was able to add the widget to my blog but it isn't functional. When I click on any of the buttons I get the following message "Not Found Error 404. The reason for this seems to be that blogger automatically alters the url for the page so that it looks like this (FB example)
http://www.blogger.com/%22%20http://www.facebook.com/sharer.php?u=%22%20+%20data:post.url%20+%20%22&title=%22%20+%20data:post.title
is there a way to remove the blogger portion of the url so that it starts w. the 2nd http://
@Coniqua; please, delete your first customization, and try to make it again.
thanks alot bro it really looks wonderful great work keep it up
saya sudah coba..
kok keluar tanda ">>" di tiap link yah??
trus..
saya coba yg button designfloat,
kluar tulisan "Wrong Referrer"..
button laennya..
kok gak bs di klik yah??
@orido; coba ulangi sekali lagi....
I added it to my blog (cassavaleaf.com)
but it shows up on my main page at the bottom of every post
can I have it to show only when someone clicks a particular post
it shows up (like the comment section)?
thanks for info
it work for me
@Cassavaleaf; looks like, you have installed read more in your blog. That's ok.
Please read this...
Notice:
If you have more than one of <data:post.body/> , you have to find the last <data:post.body/>. Usually, this is only for blogger which use readmore. The last also means that, the sexy bookmark will appear when we enter the single page.
Ok. Have a nice try.... :)
Just tried it again... It shows up as on the homepage once more.
I only have one data:post.body/ in my html...
What is my second option?
Do you want me to email you my html?
@cassavaleaf; ok, that's fine.
Cahaya thank you....this is a great tut! I love these bookmarks!
how to change its icon?
those look poor :(
Great it worked the widget is looking nice.
thank you
Post a Comment