Social Icons

Sunday, July 3, 2011

How to create blog content with automatic sitemap



How to create blog content with automatic sitemap.
One of the widget that must exist in your blog is the sitemap. Because as navigation or as a place to browse the entire blog. If a visitor wants to see all the contents of the article to your blog, of course our visitors will be confused if we do not have a blog sitemap, the sitemap that visitors can more easily see the whole content of our blog.
way is as follows:


1. Login to your blogger account.
2. Choose New Entries (New Post)> Edit HTML.
3. Copy sitemap script that will be used below and paste in the posting area. as an example of the father of farhan.

<link href="http://abu-farhan.com/script/acctoc/acc-toc.css" media="screen" rel="stylesheet" type="text/css"></link>
<script src="http://abu-farhan.com/script/acctoc/daftarisiv2-pack.js"></script>
<script src="http://your blog.blogspot.com/feeds/posts/summary?max-results=1000&amp;alt=json-in-script&amp;callback=loadtoc"></script>
<script type="text/javascript">
var accToc=true;
</script>
<script src="http://abu-farhan.com/script/acctoc/accordion-pack.js" type="text/javascript"></script>

4. Click Publish Post and see the results.
Good luck and hopefully succeed.