Add Multi Tabbed Navigation Widget To Blogger / Blogspot Sidebar

January 26, 2011   /   Posted by in Blogger Tricks, Blogger Widgets 27 Comments
Add Multi Tabbed Navigation Widget To Blogger / Blogspot Sidebar

Multi Tabbed Navigation Widget to Blogger. Tabbed navigation is a great tool, now every blogger was using this in their blogs. it consumes less space and can show up three or more widget in same place. It looks very nice in your sidebar. This widget works based on jQuery and jQueryUI.

Watch Live Demo…

How to Install Multi Tabbed Navigation Widget on Blogger?

Steps…

  • Adding Script Code
  • Adding CSS Theme Code
  • Adding HTML Code

Adding Script Code

  1. Go to Blogger Dashboard > Design > Edit HTML
  2. Find </head> tag and place given bellow code before it.
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js">
    </script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js">
    </script>
    <script>
    $(document).ready(function() {
        $("#tabs").tabs();
    });
    </script>

Adding CSS Theme Code

Select One Theme and Place Theme code before </head> tag

Name: Base
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/base/jquery-ui.css" type="text/css" />
Name: Black Tie
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/black-tie/jquery-ui.css" type="text/css" />
Name: Blitzer
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/blitzer/jquery-ui.css" type="text/css" />
Name: Cupertino
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/cupertino/jquery-ui.css" type="text/css" />
Name: Dark Hive
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dark-hive/jquery-ui.css" type="text/css" />
Name: Dot Luv
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dot-luv/jquery-ui.css" type="text/css" />
Name: Eggplant
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/eggplant/jquery-ui.css" type="text/css" />
Name: Excite Bike
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/excite-bike/jquery-ui.css" type="text/css" />
Name: Flick
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/flick/jquery-ui.css" type="text/css" />
Name: Hot Sneaks
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/hot-sneaks/jquery-ui.css" type="text/css" />
Name: Humanity
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/humanity/jquery-ui.css" type="text/css" />
Name: Le Frog
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/le-frog/jquery-ui.css" type="text/css" />
Name: Mint Chocolate
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/mint-choc/jquery-ui.css" type="text/css" />
Name: Overcast
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/overcast/jquery-ui.css" type="text/css" />
Name: Peper Grinder
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/pepper-grinder/jquery-ui.css" type="text/css" />
Name: Redmond
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/redmond/jquery-ui.css" type="text/css" />
Name: Smoothness
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/smoothness/jquery-ui.css" type="text/css" />
Name: South Street
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/south-street/jquery-ui.css" type="text/css" />
Name: Start
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/start/jquery-ui.css" type="text/css" />
Name: Sunny
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/sunny/jquery-ui.css" type="text/css" />
Name: Swanky Purse
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/swanky-purse/jquery-ui.css" type="text/css" />
Name: Trontastic
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/trontastic/jquery-ui.css" type="text/css" />
Name: UI Darkness
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/ui-darkness/jquery-ui.css" type="text/css" />
Name: UI Lightness
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/ui-lightness/jquery-ui.css" type="text/css" />
Name: Vader
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/vader/jquery-ui.css" type="text/css" />

Adding HTML Code

Use our widget generator form to add HTML widget code to Blogger

Generate Widget

Yes! You are Done!

For any assistance and customization of this widget you can surely contact me via comments or Contact form.

Have a Nice Day…

Do you Like this Article?

rss twitter facebook
Get Subscribe to Free Email Updates!!
*Your email address will not be shared with anyone.

27 Comments on “Add Multi Tabbed Navigation Widget To Blogger / Blogspot SidebarAdd Comment

  1. 24monden January 26, 2011 11:43 am #

    not working

  2. Harish January 26, 2011 12:03 pm #

    @24monden
    I checked in my other blogs
    It works fine! I thing you not done correctly
    Try again once
    have any doubt U can ask me
    all the best!

    • Srinu January 13, 2012 8:50 pm #

      i had done the process to my blog,it will added the 5 tabbs.
      my question is how post in the 5 different tabs ?

  3. 24monden January 26, 2011 12:09 pm #

    I will try…I do not know what to add in Tab1 1, 2, 3

    thanks

  4. Harish January 26, 2011 12:16 pm #

    @24monden
    ok
    I Will update post with some changes for better understanding for U

  5. [Sabre]X February 9, 2011 5:30 pm #

    so what if you want to add labels or put an archive? how do you go and do that?

  6. Harish February 10, 2011 4:08 am #

    @[Sabre]X
    It is Not possible in this type of tab view, but we can add HTML & JavaScript hacks like Recent Posts, Comments, Popular etc,.
    OK i will try to make an article with an awesome tabs which we can add widgets Dynamically.

  7. Anonymous April 5, 2011 5:10 am #

    hello!!thanx 4 tis interesting info..but im wndring how to put a widget rather than just a word on my multi tab?exaple like popular post,recent post??can u help me figure tis out?TQ

  8. Harish April 5, 2011 8:22 am #

    @Anonymous
    I will publish an article with putting any blogger widgets in multi tabs(using same scripts), So please Keep updated :)
    Thanks for Comment Here

  9. Tanveer April 13, 2011 6:59 am #

    em not getting it bro :( (

    please release widget asap

    really love u r work bro keep it up :)

  10. Obaidul Huq April 21, 2011 4:33 am #

    Thanks for tips.

  11. Ashish May 2, 2011 9:18 pm #

    I was waiting for this kind of CSS multi tabbed. I like it but as like other users, i also wanna add some widgets rather than some text in this tabbed area. So after you get that widget let me know. Thanks
    http://discoverdreamland.blogspot.com

  12. http://gemarmusik.blogspot.com/ May 17, 2011 1:22 am #

    If i want to make more than one theme with different color in one page (e.g at sidebar and at post) how to do that?
    Thanks for advance
    http://gemarmusik.blogspot.com/

  13. Lucky May 23, 2011 4:14 pm #

    Good one!

  14. Triyono July 23, 2011 11:00 pm #

    thanks tipnya…

  15. iddaaloji.com July 24, 2011 3:28 pm #

    Thanks a lot. My favorite web site way2blogging.org :)

  16. iddaaloji.com July 24, 2011 3:41 pm #

    I want to add other tab (tab4,tab5) How can i add other tabs ? ;)

  17. shonu August 25, 2011 1:22 pm #

    wowww

    excellent..bit disappointed that. i cannot change the colors of template, and there is no template with red color background :(

    but i am happpy….than you so much. harish bhai.

  18. shonu August 25, 2011 1:22 pm #

    its working.. please check my site. www.xpressmuziq.tk

    Thanks….

  19. qadirabdul008 September 28, 2011 3:25 pm #

    Nice Harish bhai Widget Works Perfectly But 1 problem that why we add recent posts & popular posts & labels its not automatically its manuall widget :(
    Plz Msg me in facebook.com/Amirqadir1 Because i never check my email :D

    +——————————+
    www.software-bazar.blogspot.com
    www.infoforall.info

  20. admin October 1, 2011 7:03 pm #

    thank!!nice work http://jomwayangku.blogspot.com

  21. Stacy November 5, 2011 8:25 am #

    box doesnt expand to me

  22. Fiq February 29, 2012 11:22 pm #

    Bro, i think something wrong with the widget generator. there is no script for the tabbed sidebar (please check the code after the html is generated). no wonder i tried so many times but didnt get any tab formed..

  23. Rick June 28, 2012 7:01 pm #

    sir i need some help, its not working on my blog ‘coz i have slider so i guess there is a conflict. i don’t know what to do with it..thanks.

    • Harish July 13, 2012 8:05 pm #

      Do not add the jQuery script along with this widget.

  24. Syed Bahadur Shah July 25, 2012 4:50 pm #

    Assalam-O-Alaikum Brother HARISH Brother I Done Very Thing Correctly But, The Multi Tab Box Was Not Show Up On My Blog Sidebar…
    What Is Wrong With It Can You Help Little… Thanks

    • Harish July 26, 2012 1:14 am #

      may be your blog already has a jQuery plugin.. so don’t add jQuery with this widget.

    Leave a Reply

     
    © 2012 Way2blogging. Designed by +Harish, Powered by WordPress