Free Blog Themes, Blog Tutorials, Blog Templates, Blogger Tips, Blog Resources

Archive

Posts Tagged ‘button’

Add Google Buzz Share Button

June 23rd, 2011

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 >>

Author: Categories: Blogger Widgets Tags: ,

How To Add Scroll on Top Button | Blogger JQuery Tips

May 13th, 2010
Comments Off

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 >>