Skip to content

Instantly share code, notes, and snippets.

View bcanzanella's full-sized avatar
:octocat:

Brian Canzanella bcanzanella

:octocat:
View GitHub Profile
@bcanzanella
bcanzanella / tumblr_recentpostwidget_js.html
Created December 2, 2012 04:21 — forked from blindcyclistsunion/tumblr_recentpostwidget_js.html
Tumblr recent posts widget in javascript
<!-- 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>