This is a new version of multi tabbed widget, in my previous post i have discuss on how to add a multi tabbed widget but that's an old version of multi tabbed widget and not fully widgetized because you can't add blogger official widget like archive, about me, labels e.t.c except you create a html code for the widget, but with this new version of multi tabbed widget, you can add both blogger official widget and html codes.
By default this widget will appear at the top of your sidebar, but i will also discuss on how you can place it at the bottom of your sidebar and i have made it so simple to implement, just follow the few steps below and get your multi tabbed widget appeared on your blog.
STEP 1
- Go to your blogger dashboard
- Click on "Design" > "Edit HTML" > back up your template
- Use ctrl F to find ]]></b:skin> and paste the following code above/before ]]></b:skin>
.tabs-widget{list-style:none;list-style-type:none;margin:0 0 10px 0;padding:0;height:40px}
.tabs-widget li{list-style:none;list-style-type:none;margin:0 0 0 4px;padding:0;float:left}
.tabs-widget li:first-child{margin:0}
.tabs-widget li a{color:#8F8C7C;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjECdQUQe8vEtExZ18trh67QKBH-_BAVweNlqZnKfQB1Il_zHLwds7qJ1JY2qV8CHM74n-MbPwSvWT_WixMKk_kaP01FaNWbvzvMmKDs-cNVr5Kg6yrcZhBVO3e-ScXu7UTuNeN_8Dfz9Wl/s1600/rb+multi+tabbed+widget.png) left top repeat-x;padding:12px 14px;display:block;text-decoration:none;font:bold 11px Arial,Helvetica,Sans-serif;text-transform:uppercase}
.tabs-widget li a:hover,.tabs-widget li a.tabs-widget-current{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjECdQUQe8vEtExZ18trh67QKBH-_BAVweNlqZnKfQB1Il_zHLwds7qJ1JY2qV8CHM74n-MbPwSvWT_WixMKk_kaP01FaNWbvzvMmKDs-cNVr5Kg6yrcZhBVO3e-ScXu7UTuNeN_8Dfz9Wl/s1600/rb+multi+tabbed+widget.png) left -140px repeat-x;color:#EE5D06;text-decoration:none}
.tabs-widget-content{}
.tabviewsection{margin-top:10px;margin-bottom:10px;}
STEP 2
- Now find <div id='sidebar-wrapper'> but in some templates especially the new blogger templates, you may not find that, then find <div class='column-right-inner'> and paste the following code below/after any of the code you find
<script type='text/javascript'>
jQuery(document).ready(function($){
$(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li:first a").addClass("tabs-widget-current").show();
$(".tabs-widget-content-widget-themater_tabs-1432447472-id:first").show();
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").click(function() {
$("ul.tabs-widget-widget-themater_tabs-1432447472-id li a").removeClass("tabs-widget-current a");
$(this).addClass("tabs-widget-current");
$(".tabs-widget-content-widget-themater_tabs-1432447472-id").hide();
var activeTab = $(this).attr("href");
$(activeTab).fadeIn();
return false;
});
});
</script>
<ul class='tabs-widget tabs-widget-widget-themater_tabs-1432447472-id'>
<li><a href='#widget-themater_tabs-1432447472-id1'>Archive</a></li>
<li><a href='#widget-themater_tabs-1432447472-id2'>Labels</a></li>
<li><a href='#widget-themater_tabs-1432447472-id3'>Comments</a></li>
<li><a href='#widget-themater_tabs-1432447472-id4'>About</a></li>
</ul>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id1'>
<b:section class='sidebar' id='sidebartab1' preferred='yes'>
</b:section>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id2'>
<b:section class='sidebar' id='sidebartab2' preferred='yes'>
</b:section>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id3'>
<b:section class='sidebar' id='sidebartab3' preferred='yes'>
</b:section>
</div>
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id4'>
<b:section class='sidebar' id='sidebartab4' preferred='yes'>
</b:section>
</div>
</div>
<div style='height:5px;clear:both;'/>
- Replace Archive, Labels, Comments and About with the title of each tab you are adding and click "SAVE TEMPLATE"
- Now go to "Page elements" and you will see something similar to the image below at the bottom of your sidebar layout
- Click "Add a Gadget" to start adding gadget under each tab.
As i have said earlier on, the widget will appear at the top of your sidebar but if you which to position it at the bottom of your sidebar then follow this step.
Instead of adding the code in step 2 below any of the two code above, paste it above </div> as shown in the image below
That's all, keep adding more widget and enjoy.
*Please confirm the email sent to your inbox after clicking "Sign Up!".
Makasih gan
ReplyDeletem-aldy.blogspot.com
You are welcome.
DeleteFoto Bugil
Deletehammer of thor
hammer of thor
Foto Memek
Foto Ngentot
Nice share really I like it great day 4U and keep in touch.
ReplyDeleteThanks for the awesome comment, have a lovely day too :)
DeleteI wanna ask something. How to place the tabbed widget between two widget that untabbed?
ReplyDeleteGreat job! well done! how i can change the position from sidebar? http://musicworldbastards.blogspot.gr/ this is my blog and you will understand what i mean. my blog body is custon...
ReplyDeleteCan you help with copy and past code?
ReplyDeleteThere are no dots above "add a gadget"
ReplyDeletewhere is the problem? even though i copy and paste.
will the arrangement of code or the spacing between line/spacing before the code affect the result?
thanks
ReplyDeletehttp://www.almohands.info/
TTTHHHHANNNXXX sooo much!!!!!!!!!!!!!!!!!!!!!!!!!
ReplyDeletenot working in my blog, there is no such code "div id='sidebar-wrapper" and this "div class='column-right-inner" when I try to paste it in HTML / Javascript, only the titles are there, there is no contents, how do I fix it?
ReplyDeletethank you boss on the share of a comment on the widget, and greetings blogwalking
ReplyDeleteObat Perangsang Wanita
Hey, thanks for the widget. I have two columns at my right sidebar, but I wish to have this widget only on either one of the columns. If I paste the code under "column-right-inner", the widget will occupy two columns (i.e. at the centre). May I know if it is possible to do so?Your help is very much appreciated. Thank you.
ReplyDeletehttp://www.jualobatbius.biz Jual Obat Bius, obat tidur, obat bius cair, obat bius bubuk, Alat Bantu Sex, Obat Perangsang Wanita dan Pria
ReplyDeletewww.spesialisseo.com Jasa SEO, PPC dan SEM Indonesia Profesional kami dirancang untuk membawa bisnis Anda ke tingkat yang lebih baik. Kami akan membantu Anda menemukan lebih banyak pelanggan secara online dan membuat lebih banyak penjualan, serta meningkatkan Rating website anda pada halaman #1 google www.spesialisseo.com
I would like to say thanks for this great full post because its very need full post for me ans want request please share more.
ReplyDeleteCall Girl in Jaipur
Escorts in Dehradun
Call Girls in Dehradun
Escorts in Gurgaon
Escorts in Delhi
Vijay Packers and Logistics Powai Mumbai is one of the leading Service Providers for Packing and Moving of goods and supplies. Our range of service comprise of Packers And Movers In Mumbai, Insurance, loading and Unloading , Packing and Moving Services, Relocation Service, transport and Warehousing services, household shifting service, car transportation service, local packing and moving service.
ReplyDeletePackers And Movers In Mumbai @ http://www.packersandmoverspowai.co.in
Packing and Moving Services Mumbai @ http://www.packersandmoverspowai.co.in
Car Transportation Services In Mumbai @ http://www.packersandmoverspowai.co.in
Household Relocation Services In Mumbai @ http://www.packersandmoverspowai.co.in
ReplyDeleteThanks for sharing this helpful post It's really nice post I will Bookmark your page for future posts.
Packers and Movers Hyderabad
Packers and Movers Mumbai
Packers and Movers Delhi
Packers and Movers Kolkata
Packers and Movers Banglore
Packers and Movers Chennai
Packers and Movers Hyderabad Kondapur
Thanks again for this great article
Really impressive post. I read it whole and going to share it with my social circles. I enjoyed your article and planning to rewrite it on my own blog.
ReplyDeleteIndependent Escorts in Delhi -
I enjoyed over read your blog post. Your blog have nice information, I got good ideas from this amazing blog.
ReplyDeletehttp://www.yamigupta.in
http://www.delhigurgaon.in/
http://www.riyaahuja.com/
Thanks for posting this tutorial.
ReplyDeleteiklan gratis
Cars 3 will depict Lightning MacQueen getting into a depression because of all the new generation cars.. And the new antagonist Jackson Storm will be seen taking over Lightning.
ReplyDeleteWell composed articles like yours renews my faith in today’s writers. You’ve written information I can ultimately agree with as well as make use of.
ReplyDeletehttp://www.gurgaonfairy.com/
whenever you are in Dubai expecting a girl to hold you tight with its soft arm at the time when you seeking a romantic but more enjoyable time.
ReplyDeleteDubai Indian Escorts
Basically, the independent escorts are no dependent to anybody.
ReplyDeleteDubai Escorts