Recenty I have shifted to wordpress but when previously I was was using blogger or blogspot blog I always wanted to have the floating share button like found on Mashable. WordPress is having a plugin to add this smart sharing widget but in blogger we do not have this option, so somehow I was able to create one for blogger blog. after adding the widget you will be able to have a Floating share button as I am having on my blog. Before doing this I recommend you to backup your blogger template.
Now open draft.blogger.com> go to Design>go to edit html page> Check Expand Widget Templates
now search for ” ]]></b:skin> “ and add the below mentioned code just above it, do not include ” while copying the code
”
position:fixed;_position:absolute;bottom:0px;left:0px;clip:
inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth – offsetWidth);}#float_corner {padding: 5px;
border-bottom: 1px solid #e8e8e8;“
now save your template. now here is the second stage of adding the code. now search for “</body>” code in your template, and add the below mentioned code just above “</body>” code. Do not add ” while copying the code
”
<div id=’float_corner’>
<ul><script type=’text/javascript’>
(function() {
var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://widgets.digg.com/buttons.js';
s1.parentNode.insertBefore(s, s1);
})();
</script><a class=’DiggThisButton DiggMedium’/><br/><script src=’http://tweetmeme.com/i/scripts/button.js’ type=’text/javascript’/><br/>
<a class=’google-buzz-button’ data-button-style=’normal-count’ data-locale=’en_IN’ href=’http://www.google.com/buzz/post’ title=’Post on Google Buzz’/>
<script src=’http://www.google.com/buzz/api/button.js’ type=’text/javascript’/><br/><script badgetype=’square’ src=’http://d.yimg.com/ds/badge2.js’ type=’text/javascript’>
ARTICLEURL
</script><br/><a href=’http://www.facebook.com/sharer.php’ name=’fb_share’ type=’box_count’>Share</a><script src=’http://static.ak.fbcdn.net/connect.php/js/FB.Share’ type=’text/javascript’/><br/>
<a href=’http://www.technotips.org/tips/floating-smart-sharing-widget-for-blogger-blogs/>Get This</a><br/>
</ul>
</div>“
Now save your template and check out your blog. you can adjust the position of the widget by editing ” position:fixed;_position:absolute;bottom:0px;left:0px;clip: ” part of code.
You can change the following attributes : bottom :left
Change them to make the image appear were you like :
top left
top right
bottom left
bottom right

I’ve been looking for this since ages! Managed to find quite a lot of WordPress plugins, but I never found something useful like the floating social buttons for Blogger.com.
Thanks for the great post!
thanks for liking the post. do share it with your fellow bloggers! and thanks for the comment
You need to really think about expanding this site into a dominant authority in this field. You obviously have a fundamental handle of the topics everyone is looking for on this blog anyways and you could definitely even make a dollar or three from some ads. I would dive into following recent headlines and raising the amount of write ups you make and I bet you’d begin getting some awesome traffic in the near future. Just a thought, good luck in whatever you do!
[WORDPRESS HASHCASH] The poster sent us ’0 which is not a hashcash value.
wow..its working…..thankss
yep is working 100%. I made it myself and I used to use it on my blogspot blog. but when I shifted to wordpress I thought about sharing it with world.
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: Open quote is expected for attribute “{1}” associated with an element type “id”……
above was the error message when i pasted the code..
any solution??
plz check weather you have copied the full code? or have you clicked on expand widget template or not. now try to do it. sorry for late reply.
thanks, i really need this tool, but it seems a little complicated for me. i don’t know html
just follow the mentioned steps!!!