Advance Table of Content/Sitemap For Blogger 2017

Many times the readers of blog need a proper way of navigation through which they can easily navigate the site and find what they are looking for. The best way to allow you readers for easy navigation through your blog is via Sitemap for users or Table of content. Creating table of content is best way to help the readers for navigation.

What is Table of Content?

So, before we get started, first I am going to give you a little idea about the sitemap or table of content that what it is actually? A table of content or sitemap is the place where all of your content/blog posts are arranged accordingly by labels/categories.

Advance Table of Content/Sitemap For Blogger 2017


Here I am going to tell you that how you can add the advanced table of content or sitemap to your blogger blog. This sitemap works automatically, the only thing you have to do is just add the provided code where you want your sitemap to be appeared and that's all. The remaining work is automatic and all the posts of your blogger blog will be listed and arranged according to categories.

See how it looks like: DEMO HERE

Table of Content/Sitemap For Blogger

Features:

Below are the some extra features of this:
  1. It automatically updates when you publish a post 
  2. It automatically tags your latest posts with a New! text 
  3. Arranges all your posts under their given categories 
  4. Has Beautiful layout and eye-catching colors combination.
  5. As a whole looks beautiful.
  6. Have great User experience.
  7. 100% Responsive.(Mobile Friendly)

How to add this advance sitemap/table if content to blogger

Ok, now I am going to show you how to install this advance siteamap to your blogger blog. The whole process is very simple and easy. It requires no coding,(no rocket science :)). Just copy-paste.
To install this table of content follow the below steps:
  • First of all open your blogger dashboard.
  • Go to Pages
  • Create new page
  • Switch to HTML
  • Copy all the below code and paste this code there.
<style>
/* Skin for Blogger Tabbed Layout TOC */
#tabbed-toc {
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 4px dashed rgb(48, 167, 229);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  position: relative;
  color: #333;
}
#tabbed-toc .loading {
  display:block;
  padding:5px 10px;
  font:normal bold 10px/normal Helmet,Freesans,Sans-Serif;
  color:white;
}
#tabbed-toc ul,
#tabbed-toc ol,
#tabbed-toc li {
  margin:0 0;
  padding:0 0;
  list-style:none;
}
#tabbed-toc .toc-tabs {
  width:20%;
  float:left;
}
#tabbed-toc .toc-tabs li a {
  display:block;
  font:normal bold 10px/28px Helmet,Freesans,Sans-Serif;
  height:28px;
  overflow:hidden;
  text-overflow:ellipsis;
  color: #434B50;
  text-transform:uppercase;
  text-decoration:none;
  padding:0 12px;
  cursor:pointer;
}
#tabbed-toc .toc-tabs li a:hover {
  background-color:rgba(110, 193, 255, 0.68);
  color:white;
}
#tabbed-toc .toc-tabs li a.active-tab {
  background-color: #6EC1FF;
  color:white;
  -webkit-box-shadow:-2px 2px 2px rgba(0,0,0,.5);
  -moz-box-shadow:-2px 2px 2px rgba(0,0,0,.5);
  box-shadow:-2px 2px 2px rgba(0,0,0,.5);
  position:relative;
  z-index:5;
  margin:0 -1px 0 0;
  /* cursor:text; */
}
#tabbed-toc .toc-content,
#tabbed-toc .divider-layer {
    width: 80%;
  float: right;
  background-color: white;
  border-left: 2px dotted #30A7E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tabbed-toc .divider-layer {
  float:none;
  display:block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  -webkit-box-shadow:0 0 7px rgba(0,0,0,.7);
  -moz-box-shadow:0 0 7px rgba(0,0,0,.7);
  box-shadow:0 0 7px rgba(0,0,0,.7);
}
#tabbed-toc .panel {
  position:relative;
  z-index:5;
  font:normal normal 10px/normal Helmet,Freesans,Sans-Serif;
}
#tabbed-toc .panel li a {
 display: block;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #434B50;
  line-height: 40px;
  height: 35px;
  padding: 0 12px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
#tabbed-toc .panel li time {
  display:block;
  font-style:italic;
  font-weight:normal;
  font-size:10px;
  color:#666;
  float:right;
}
#tabbed-toc .panel li .summary {
  display:block;
  padding:10px 12px 10px;
  font-style:italic;
  border-bottom:4px solid #275827;
  overflow:hidden;
}
#tabbed-toc .panel li .summary img.thumbnail {
  float:left;
  display:block;
  margin:0 8px 0 0;
  padding:4px 4px;
  width:72px;
  height:72px;
  border:1px solid #dcdcdc;
  background-color:#fafafa;
}
#tabbed-toc .panel li:nth-child(even) {
  background-color: #CAE6F2;
}
#tabbed-toc .panel li a:hover,
#tabbed-toc .panel li a:focus,
#tabbed-toc .panel li a:hover time,
#tabbed-toc .panel li.bold a {
  background-color:#333;
  color:white;
  outline:none;
}
#tabbed-toc .panel li.bold a:hover,
#tabbed-toc .panel li.bold a:hover time {
  background-color:#222;
}
@media (max-width:700px) {
  #tabbed-toc {
    border:2px solid #333;
  }
  #tabbed-toc .toc-tabs,
  #tabbed-toc .toc-content {
    overflow:hidden;
    width:auto;
    float:none;
    display:block;
  }
  #tabbed-toc .toc-tabs li {
    display:inline;
    float:left;
  }
  #tabbed-toc .toc-tabs li a,
  #tabbed-toc .toc-tabs li a.active-tab {
    background-color:#224C19;
    -webkit-box-shadow:2px 0 7px rgba(0,0,0,.4);
    -moz-box-shadow:2px 0 7px rgba(0,0,0,.4);
    box-shadow:2px 0 7px rgba(0,0,0,.4);
  }
  #tabbed-toc .toc-tabs li a.active-tab {
    background-color:white;
    color:#333;
  }
  #tabbed-toc .toc-content {
    border:none;
  }
  #tabbed-toc .divider-layer,
  #tabbed-toc .panel li time {
    display:none;
  }
}
</style>
<div id="tabbed-toc"><span class="loading">Loading...</span></div>
<a style="display:block;text-align:right;font:normal bold 8px Arial,Sans-Serif;text-decoration:none;margin:10px;" href="http://www.pakmax.net/" title="Tabbed TOC">Blogging Tips and Tricks</a>
<script type="text/javascript">
var tabbedTOC = {
    blogUrl: "http://www.pakmax.net", // Blog URL
    containerId: "tabbed-toc", // Container ID
    activeTab: 1, // The default active tab index (default: the first tab)
    showDates: false, // `true` to show the post date
    showSummaries: false, // `true` to show the posts summaries
    numChars: 200, // Number of summary chars
    showThumbnails: false, // `true` to show the posts thumbnails (Not recommended)
    thumbSize: 40, // Thumbnail size
    noThumb: "http://3.bp.blogspot.com/-vpCFysMEZys/UOEhSGjkfnI/AAAAAAAAFwY/h1wuA5kfEhg/s72-c/grey.png", // A "no thumbnail" URL
    monthNames: [ // Array of month names
        "January",
        "February",
        "March",
        "April",
        "May",
        "June",
        "July",
        "August",
        "September",
        "October",
        "November",
        "December"
    ],
    newTabLink: true, // Open link in new window?
    maxResults: 99999, // Maximum post results
    preload: 0, // Load the feed after 0 seconds (option => time in milliseconds || "onload")
    sortAlphabetically: true, // `false` to sort posts by published date
    showNew: 7, // `false` to hide the "New!" mark in most recent posts, or define how many recent posts are to be marked
    newText: " - <em style='color:red;'>New!</em>" // HTML for the "New!" text
};
</script>
<script type="text/javascript" src="http://dte-project.googlecode.com/svn/trunk/tabbed-toc.js"></script>


  • Now change the red color url with your blogger blog url.[http://www.pakmax.net]
  • Now click on the publish button and that's all
  • Congrats! you have successfully installed this new advance and fancy sitemap for blogger.
Want more Blogger widgets? Check these: Best Blogger Widgets 2017

Final Words


 Hope that you have successfully installed this sitemap widget on your blogger blog without any problem. This table of content is best and it helps great to your readers and also increase the time on site and reduce the bounce rate of your blog. Let me know if you found any type of bug in coding or have problem in installation. I will help you out as early as possible.
Share this widget to others and let others to have benefits from this table of content for blogger.
Advance Table of Content/Sitemap For Blogger 2017 Advance Table of Content/Sitemap For Blogger 2017 Reviewed by Maher Afrasiab on 6:58:00 pm Rating: 5

14 comments:

  1. It doesn't works, waste of time.

    ReplyDelete
  2. Pls the new sitemap page plugin does not work in my site. Why ? Pls.

    ReplyDelete
  3. I tried in my website http://www.directnaukri.com
    lets see how it works

    ReplyDelete
  4. I wish to show thanks to you just for bailing me out of this particular
    trouble.As a result of checking through the net and meeting
    techniques that were not productive, I thought my life was done.



    aws training in bangalore



    aws training in chennai

    ReplyDelete
  5. Thanks for your information sharing with us, We are waiting for your more updates on MSBI Online Training Bangalore

    ReplyDelete
  6. I think it will not work for http://jobx.pk

    ReplyDelete
  7. Hey Thankx for sharing it .. I can now install it onhttp://newpakjobs.com and http://webofinfo.com

    ReplyDelete
  8. Hola,

    Such vivid info on the Advance Table of Content/Sitemap For Blogger 2017 Flabbergasted! Thank you for making the read a smooth sail!

    Create a C program that read two sentence

    1.For the second sentence, calculate how many
    a.Alphabet
    b.digits
    c.hexadigit
    2.Reverse the first sentence with converting its character
    a.From lower to upper
    B.From upper to lower
    3.Print string that consist of ten character from the first sentence and 8 character from the second sentence

    Very useful post !everyone should learn and use it during their learning path.

    Cheers,
    Irene Hynes

    ReplyDelete
  9. Very interesting information

    ReplyDelete

Powered by Blogger.