How to Show the Contents of Blog (Contents Widget)

Written By mohamad erlan efarda on Saturday 16 March 2013 | 21:24

image

List of contents on the blog will allow visitors to find articles that sought, with table of contents on this blog will make the visitor feel more at home reading our blog, because we already give to all content available on our blog.
Another benefit of the list to fill in the blog is going to create a search engine like our blog, an implication will index all the pages that we display on the main page on the table of contents

Okay do not have wide-winded again, for those bloggers who are interested to install a list of content in his blog, the following steps:
1. Login to your blog
2. If already logged in, then if do not want difficulty, there is easy way, please click the button below to directly add a widget to your blog:
<form action="http://www.blogger.com/add-widget" method="post"><br>
</form><br> 6. If you want to create manually, please goto Design -> Add Gadget ->HTML/Javascript
7. Put the following code to HTML/Javascript Gadget
<div style="border: <span class="Apple-style-span" style="color: red;">2px solid rgb(51, 255, 51); overflow: auto; height: "350px;" margin="<span class="Apple-style-span" style="color: red;">5px" ;>
<script style="text/javascript" src="http://adesanusi.googlepages.com/daftar-isi.txt"></script>
<script style="text/javascript">
var numposts = 1000;
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
var standardstyling = true;
</script>
<script src="<b><span class="Apple-style-span" style="color: blue;">http://blog-triks.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&max-results=999&callback=showrecentposts"></script>
</div>
Widget By: [<a href="http://blog-triks.blogspot.com">blog-triks</a>]


Explanation:
For the red color code please change its value according to taste
Change blog-triks.blogspot.com with each blog url:)
var numposts: The number of posts displayed
var showpostdate: displays the date (false means not shown)
var showpostsummary: displays a summary of posts
var numchar: number of characters post summary
rgb (51, ​​255, 51) border color table of contents

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...