Recent Post Script in Blogdrive

Notes:

  1. Only works on BlogDrive
  2. Only list the entries you have on the viewing page
  3. Customizable: "archivetitle", "archivedot".
  4. Make sure your "Date Format" in "Blog Configuration" is set to the format "Sunday, January 30, 2005"
  5. Make sure your "Date/Time Select" in "Blog Configuration" is set to the time format


Instructions:
The Script is divided into 3 parts.

  1. Header - Install this script in the "Main Template", anywhere between here: (editable)
    <head> ... </head>
     

    <!-- Entry Archive (Header) Begin -->
    <script type="text/javascript">
    <!--// http://design.blogdrive.com/
    // Edit accordingly

    archivetitle = "<b>Current Entries</b><br>";
    archivedot = "&raquo; ";

    // Optional: insert your blog address between the quotes
    // for example: archiveurl = "http://design.blogdrive.com/";

    archiveurl = "";

    //--></script>
    <script type="text/javascript" src="http://design.blogdrive.com/scripts/archive"></script>
    <!-- Entry Archive (Header) End -->

    (Optional: "archiveurl" are meant for cases where base URL isn't the same as your blog address.)

     

  2. Entry - Install this script in the "Main Template", anywhere between here: (do not edit, some layouts may not have a "dateheader/datefooter" tag)
    <blog>
    <dateheader></dateheader>
    ...
    <datefooter></datefooter>
    </blog>

     


     

    <!-- Entry Archive (Entry) Begin -->
    <span id="archive [date] [time]" style="display:none">[blog title]</span>
    <script type="text/javascript"><!--//
    blogtitle = document.getElementById("archive [date] [time]").innerHTML;
    getPost("[date]", "[time]", blogtitle);
    //--></script>
    <!-- Entry Archive (Entry) End -->

     

  3. Display - Put this in your Profile or Side HTML, wherever you want to display the entries.
     


    <!-- 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 = "&raquo;";
    //--></script>
    <script type="text/javascript" src="http://design.blogdrive.com/scripts/rssreader"></script>
    <!-- Recent Entries Script Ends -->

 

Terimakasih buat Rianto (http://irmaja.blogdrive.com) yang sudah mengirimkan email ini
Blogdrive Template: http://design.blogdrive.com/archive/129.html?Post_Archive_Script

http://design.blogdrive.com/archive/cm-6_cy-2004_m-6_d-4_y-2004_o-255.html


3. Alternative Display - Put this in your Profile or Side HTML, wherever you want to display the entries.


<img border="0" src="http://bima.ipb.ac.id/~anita/flower44.gif" width="200" height="50"><font color="#FF00FF"></div><!-- 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 = "&raquo;";
//--></script>
<script type="text/javascript" src="http://design.blogdrive.com/scripts/rssreader"></script>
<!-- Recent Entries Script Ends -->