Here’s a very simple and easy way to create a table of contents for your Blogger blog, thanks to Hardeep Asrani.
- Go to Blogger Dashboard > Go to Pages > Create A New Page > HTML and Copy and paste the script below
<script
src="http://widcraft.googlecode.com/svn/TOC.js">
</script>
<script
src="/feeds/posts/summary?alt=json-in-script&max-results=1000&callback=loadtoc"
type="text/javascript">
</script>
- Click save.Take note that you need to setup your feed first on your blog.
