Table of Contents Widget for Blogger

4:00:00 PM |

Table of contents or sitemap blogger widget make your blog posts more navigable and makes search engines easily index your blog posts.It also label your blog posts with 'New' to tell users about your latest posts.Hence,all your content can be easily accessed using this widget.You can see the demo of this widget in my blog.In top navigation links of my blog select 'Archives' and you will see the widget appeared like below.



How to Add widget to Your Blog


Just go to 'Posting' tab in Blogger.Select 'Edit Pages'.Click on 'NEW PAGE' button.Give page a title like 'Table of Contents' or 'Sitemap'.Insert below code in 'Edit HTML' tab of your post.


<script style="text/javascript" src="http://s2.sigmirror.com/files/69574_hj9zb/bloggertoc.js"></script>
<script src="http://www.bloggertemp.com/feeds/posts/default?max-results=9999&alt=json-in-script&callback=loadtoc"></script>


or-->


image
How to use my script is very easy only input this two line to the post in “HTML” Mode
<script style="text/javascript" src="http://www.abu-farhan.com/script/daftarisiblogger/blogtoc-min.js"></script>
<script src="http://demo-paginator3000-abu-farhan.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc"></script>
change “http://demo-paginator3000-abu-farhan.blogspot.com” to your blogger URL

Replace my highlighted blog feed address with yours and publish the Page.