Recent/Latest Posts Widget For Blogger/Blogspot
You surely have seen on many blogs and websites a Recent Posts Widget in the sidebar that shows the recent or newest or latest posts of the certain blog or website. This widget shows how to write posts title for SEO, date of post and an image of the post and even a snippet of the post. So today we are going to learn how to make this widget for your blog with some very easy steps. So let's start now. How to add Recent Posts Widget to Blogger Step 1. Log in to your Blogger Dashboard , then go to Layout and click on Add a Gadget link Step 2. From the pop-up window, scroll down and choose HTML/JavaScript . Step 3. Select & Copy the code from one of the options below and paste it into the new HTML/JavaScript: Option 1: Recent posts widget with snippets <div id="hlrpsa"> <script src="http://helplogger.googlecode.com/svn/trunk/recent-posts-with-snippets.js"> </script> <script> var numposts = 5 ;var showpostdate = false ;var showp...