Practical Blogger Related Post Widget Without Thumbnails/Text Links Only

Practical Blogger Related Post Widget Without Thumbnails/Text Links Only
Related post widget have been interestingly productive in driving desired page views. One of the best ways to keep your readers seriously engaged with your blog is to link new posts directly to other related posts that you’ve previously written or by simply displaying featured or related posts at the end of your article. 

For this to be practically implemented, you’ve got the likes of linkwithin,Taboola and outbrain  — all good widgets available for just about any platform. Nevertheless, for blogger, there’s hardly any script available that will properly show related posts at the end of your post (or any other place that you’d like). 

If your looking to display text links only, i stumbled into one of  Mike More’s  post on related post widget for blogger, which is currently the best and modest you’ll find on the web. The script below is version 1.0. The latest version 2.0 can also display post thumbnails and offer plenty of customizations.

The Script: (Blogger Related Post Without Thumbnails):

Practical Blogger Related Post Widget Without Thumbnails/Text Links Only
Add a new Javascript/HTML widget and paste the following:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://blogger-related-posts.googlecode.com/files/related-posts-widget-1.0.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
   'containerSelector':'div.post-body'
   ,'loadingText':'loading...'
});</script>

N/B:This widget uses post labels to display related post links. Your recent posts will show up instead, if labels are missing. Make sure you’ve defined them.

Here’s how to add the codes if you prefer:
  1. From your blogger dashboard, click “Layout” on the left panel.
  2. Click “Add a gadget” and scroll down until you see HTML/JavaScript. Open it.
  3. Paste the above codes in the content area there. Save it.

That’s it. Your related posts should show up at the bottom of your article. This without doubt will help you increase page views and in turn decrease bounce rates – Both positive SEO signals.Tested and proven.
If you have additional information,kindly use the comment box