This scripts will create a list of the latest entries on your blog. It'll generate the list with your blog title and time of posting, followed by a direct link to your blog entry. It uses AJAX to read your blog's RSS feeds and then displays them.
Unlike the previous Post Archive Script, this script extract your blog details from your RSS feed instead of collecting information from your visiting page. Hence it only requires a short script making it very easy to install.
Maximum numberOfPost in the list is 10 for free blogs, and 20 for paid blogs
Uses AJAX technology and your blog RSS
Only one set of this script allowed in one blog. More than one set would cause the script to malfunction.
Example:
Installation:
Paste the following codes in your "Profile Section" or "Side Section" (under "Layout & Design")
<!-- Recent Entries Script Starts -->
<div id="rssreaderstatus" style="display:none"></div>
<div id="ajaxreader"></div>
<script type="text/javascript"><!--
var blogurl = ""; // complete blog url
var numberOfPost = 10;
var rssreaderTitle = "<b>Recent Post:</b><br>";
var rssreaderDot = "»";
//--></script>
<script type="text/javascript" src="http://design.blogdrive.com/scripts/rssreader"></script>
<!-- Recent Entries Script Ends -->
Other features:
You can use this script to display recent entries from other BlogDrive blogs by inserting the full blog URL into the blogurl variable between the quotes ("). However, remember not to install more than one set of this script as it would not work.
Script is modified from AJAX magazine to be usable on BlogDrive.