This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- need jquery for this, this line should really go in your theme html | |
just after the <head> marker, might work OK here if you aren't already using jquery --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | |
<!-- Mimic the style of the tumblr headers from your theme --> | |
<div class="heading">Recent Posts</div> | |
<!-- The javascript below will insert your recent posts lists in here --> | |
<div id="recentPosts"></div> |