Social bookmarking widget for Google Blogger. You can see how it looks here on this blog.
In Blogger go to your Layout Tab, then enter Edit HTML tab.
Search for “<span class=’post-icons’>” inside “<div class=’post-footer-line post-footer-line-1′>” and insert following code:
<!-- social bookmarking for blogger --> <a expr:href='"http://technorati.com/faves?add=" + data:post.url' rel='nofollow' style='float:right;margin:1px;' target='_blank' title='Add to Technorati'><img alt='Tech' src='http://sites.google.com/site/bookmarkzer/technorati.png' title='Add to Technorati'/></a> <a expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' style='float:right;margin:1px;' target='_blank' title='Add to StumbleUpon'><img alt='SU' src='http://sites.google.com/site/bookmarkzer/stumbleupon.png' title='Add to StumbleUpon'/></a> <a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' style='float:right;margin:1px;' target='_blank' title='Add to del.icio.us'><img alt='D.I.U' src='http://sites.google.com/site/bookmarkzer/delicious.png' title='Add to del.icio.us'/></a> <a expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' style='float:right;margin:1px;' target='_blank' title='Add to Digg'><img alt='DG' src='http://sites.google.com/site/bookmarkzer/digg.png' title='Add to Digg'/></a> <a expr:href='"http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=" + data:post.url + "&title=" + data:post.title' rel='nofollow' style='float:right;margin:1px;' target='_blank' title='Add to Google Bookmarks'><img alt='GoB' src='http://sites.google.com/site/bookmarkzer/google.png' title='Add to Google Bookmarks'/></a> <a expr:href='"http://twitter.com/home?status=" + data:post.url' rel='nofollow' style='float:right;margin:1px;' target='_blank' title='Send Twitt'><img alt='Twitt' src='http://sites.google.com/site/bookmarkzer/twitthis.png' title='Send Twitt'/></a> <a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&t=" + data:post.title' rel='nofollow' style='float:right;margin:1px;' target='_blank' title='Add to Facebook'><img alt='FB' src='http://sites.google.com/site/bookmarkzer/facebook.png' title='Add to Facebook'/></a> <!-- social bookmarking for blogger -->
Yes it looks a bit cumbersome, but at least it does not depend on javascript.