Powered by Blogger.

Sunday 1 March 2015

couch mode print story

How to create HTML sitemap page for blogger

Everybody want to make sitemap page for blogger blog.Today i will tell you how to make HTML sitemap page on +Blogger in a very simple way.

Introduction:

What is sitemap?
Sitemap is a page which shows all the post of your blog and show them one by one you can check my sitemap page here.
Sitemap page

Create Sitemap page on blogger:

Follow the given tutorial to make sitemap page on +Blogger .
Go to +Blogger dashboard and click on pages and click on new page a given in image below:

Then add title of page and click on HTML and copy this code here:

<div id="tabbed-toc">
<span class="loading">Loading...</span></div>
<br />
<script type="text/javascript">
var tabbedTOC = {
    blogUrl: "http://social-mediatips.blogspot.com/", // 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 src="https://googledrive.com/host/0B2H3MJwpj5ZVNkJwaVF3SEV4cjg/tabbed-toc.js" type="text/javascript"></script>

Change my URL With your blog URL:

All is done !Thanks!


0 comments:

Post a Comment