A javascript plugin to make table of contents for blogspot using Blogger Feed API
A javascript plugin to make table of contents for blogspot using Blogger Feed API
Place this code somewhere in the <head></head>
section.
<script type="text/javascript" src="//clusteramaryllis.github.io/blogtoc/dist/1.6.3/blogtoc.min.js"></script>
Then add these codes below in your blog page or post
<div id="YOUR_ID"></div>
<script type="text/javascript">
var myDiv = document.getElementById('YOUR_ID');
BlogToc( myDiv ).build({
url: "YOUR_BLOGSPOT_URL.blogspot.com"
});
</script>
http://clusteramaryllis.github.io/blogtoc/
The Javascript Files are being tested in the latest versions of Chrome, Firefox, and IE6+ (Partial)
BlogToc using some external service to generate image on the fly
User interface using Twitter Bootstrap
And iconic font from Bootmetro