It's Close Add Together Multi Tabbed Navigation Widget To Blogger Sidebar
Monday, 18 February 2019
Blogger Hack,
Blogger Tricks,
Blogger Widgets,
CSS,
Generator,
HTML,
jQuery,
Multi Tabbed,
Navigation
Edit
Hi Friends, Today I am going to portion how to add together multi tabbed widget for blogger. I accept seen that in that location are then many tutorials on the spider web regarding this. But every bit I idea these are actually complicated.I am writing rattling tardily together with elementary tutorial which volition ask y'all to add together this widget to your blog’s sidebar.It looks rattling overnice inwards your sidebar. This widget works based on jQuery together with jQueryUI.
How to Install This Widget on Blogger?
Steps...
A. Adding Script Code
B. Adding CSS Theme Code
C. Adding HTML Code
Adding Script Code
How to add together HTML-CSS-Javascript Codes to your Blog ?
This is rattling elementary together with tardily y'all entirely follow below steps together with add together this widget inwards your blog.
Step 1 Log-in to your Blogger account.
Step 2 Backup your Template.
Step 3 Click on The Template>> Edit HTML>> Proceed.
Step 4 Now detect [by pressing Ctrl + F ] this code inwards the template:
</head>
And straightaway Before it, glue this code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js">
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js">
</script>
<script>
$(document).ready(function() {
$("#tabs").tabs();
});
</script>
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js">
</script>
<script>
$(document).ready(function() {
$("#tabs").tabs();
});
</script>
Adding CSS Theme Code
Select One Theme together with Place Theme code earlier </head> tag
Style 1:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/base/jquery-ui.css" type="text/css" />
Style 2:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/black-tie/jquery-ui.css" type="text/css" />
Style 3:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/blitzer/jquery-ui.css" type="text/css" />
Style 4:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dark-hive/jquery-ui.css" type="text/css" />
Style 5:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dot-luv/jquery-ui.css" type="text/css" />
Style 6:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/eggplant/jquery-ui.css" type="text/css" />
Style 7:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/excite-bike/jquery-ui.css" type="text/css" />
Style 8:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/flick/jquery-ui.css" type="text/css" />
Style 9:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/hot-sneaks/jquery-ui.css" type="text/css" />
Style 10:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/le-frog/jquery-ui.css" type="text/css" />
Style 11:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/mint-choc/jquery-ui.css" type="text/css" />
Style 12:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/pepper-grinder/jquery-ui.css" type="text/css" />
Style 13:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/redmond/jquery-ui.css" type="text/css" />
Style 14:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/smoothness/jquery-ui.css" type="text/css" />
Style 15:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/south-street/jquery-ui.css" type="text/css" />
Style 16:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/start/jquery-ui.css" type="text/css" />
Style 17:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/sunny/jquery-ui.css" type="text/css" />
Style 18:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/swanky-purse/jquery-ui.css" type="text/css" />
Style 19:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/trontastic/jquery-ui.css" type="text/css" />
Style 20:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/ui-darkness/jquery-ui.css" type="text/css" />
Style 21:-
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/ui-lightness/jquery-ui.css" type="text/css" />
Style 22:-
<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
Now let's initiative off adding it...
Step 1. Login to Your Blogger Account.Go to your Blogger Dashboard.Click on Layout tab from left pane together with click on Add a Gadget link.
Step 2. After click on Add a Gadget link Influenza A virus subtype H5N1 pop-up box volition opened upwards now
amongst many gadget list, Choose HTML/JavaScript from the gadget options past times clicking the blueish summation sign for that gadget.
Step 3. Select 'HTML/Javascript' together with add together the i of code given below.
Step 4. Now Click On Save 'JavaScript' You are done.
<!-- Tabbed Navigation Widget For Blogger By 24work -->
<div id="tabs">
<ul><li><a href="#tabs-1">Tab1</a></li><li><a href="#tabs-2">Tab2</a></li><li><a href="#tabs-3">Tab3</a></li></ul>
<div id="tabs-1"> Tab 1 content goes hither </div>
<div id="tabs-2"> Tab two content goes hither </div>
<div id="tabs-3"> Tab iii content goes hither </div>
<a href=" /" target="_blank" title="It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar"><img src="https://bitly.com/24workpng1" alt=" Today I am going to portion how to add together multi tabbed widget for blogger It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a>
<a href=" /" target="_blank" title="It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar"><img src="https://bitly.com/24workpng1" alt=" Today I am going to portion how to add together multi tabbed widget for blogger It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<a href=" /" target="_blank" title="It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar"><img src="https://bitly.com/24workpng1" alt=" Today I am going to portion how to add together multi tabbed widget for blogger It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a>
</div>
<!-- Tabbed Navigation Widget For Blogger By 24work -->
<div id="tabs">
<ul><li><a href="#tabs-1">Tab1</a></li><li><a href="#tabs-2">Tab2</a></li><li><a href="#tabs-3">Tab3</a></li></ul>
<div id="tabs-1"> Tab 1 content goes hither </div>
<div id="tabs-2"> Tab two content goes hither </div>
<div id="tabs-3"> Tab iii content goes hither </div>
<a href=" /" target="_blank" title="It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar"><img src="https://bitly.com/24workpng1" alt=" Today I am going to portion how to add together multi tabbed widget for blogger It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a>
<a href=" /" target="_blank" title="It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar"><img src="https://bitly.com/24workpng1" alt=" Today I am going to portion how to add together multi tabbed widget for blogger It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<a href=" /" target="_blank" title="It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar"><img src="https://bitly.com/24workpng1" alt=" Today I am going to portion how to add together multi tabbed widget for blogger It's About Add Multi Tabbed Navigation Widget To Blogger Sidebar" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a>
</div>
<!-- Tabbed Navigation Widget For Blogger By 24work -->
Note:
Replace these amongst your tab titles
Tabs-1
,
Tabs-2
,
Tabs-3
Replace these amongst your widget codes.
Tab 1 content goes here
, Tab two content goes here
, Tab iii content goes here
Adding HTML Code
Use bellow Form to add together HTML widget code to Blogger
Yes! You are Done!
For whatever assistance together with customization of this widget y'all tin sure enough contact me via comments or Contact form.
Have a Nice Day...
Many thank y'all to way two blogging for making this code together with I simply tested together with modified to piece of occupation on blogger
0 Response to "It's Close Add Together Multi Tabbed Navigation Widget To Blogger Sidebar"
Post a Comment