Add a related post widget to your blog

A related posts list is a great way to increase pageviews...

To add one: Go to Layout > add a gadget > HTML/JavaScript and paste the code below:


<link type="text/css" href="http://blogger-related-posts.googlecode.com/svn/v2/style2.css" rel="stylesheet" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://blogger-related-posts.googlecode.com/files/jquery.related-posts-widget-2.0.min.js"></script>

<div class="related-posts-widget">
<!-- {
thumb_size:'s75'
,max_posts:10
,show_n:5
} -->
loading..
</div>


To change the Thumbnail size:

In the code replace "75" (after "thumb_size:'s") with the width you want (in pixels).

To change the maximum amount of links:

In the code replace "10" with the number you want (after "max_posts:").

To change the amount of links showed at once:

In the code replace "5" with the amount (after "show_n:").

No comments :

Post a Comment

Please -- leave comments related to this post only.