
Google Buzz lets you share updates, photos, videos and more with your friends like Twitter. Recently I shared a tutorial with you all to add Google Buzz button to WordPress blog. Some users requested in comments to share a tutorial for blogger/blogspot user too. Make sure to implement these Google Buzz buttons into your blogger [...]
Read More >>

1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </head>tag . 3.Copy below code and paste it just before the </head> tag . <script src=’http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js’ type=’text/javascript’/> <script type=’text/javascript’>//<![CDATA[ $(function(){ $('a[href*=#top]‘).click(function() { if (location.pathname.replace(/^\//,”) == this.pathname.replace(/^\//,”)&& location.hostname == this.hostname) { var $target = $(this.hash); $target = $target.length && $target || [...]
Read More >>