This is my head

Hi I'm Jacob DeHart!

I'm a Key West / Chicago based entrepreneur excited about creating and inspiring.

I post pictures to flickr

I send updates to Twitter

Keep track of my listening on Last.fm

These awesome people also use Tumblr, just like me!

Tumblr search update

Ok I redid a bunch of my tumblr search code.  Here’s the update list

  • Overhauled entire script. much cleaner
  • Uses “AJAX” to pull in data.
  • Loads all data, not just last 20 posts. (maybe should limit this in the future!)
  • Can have multiple search boxes
To include this in your site add this code to the customize part somewhere between the  tags.

<script src=”http://www.thisismydevsite.com/tumblr.js” type=”text/javascript”></script>

Then put this code where you want a search box to appear.

<script type=”text/javascript”>Tumblr.searchBox()</script>

If you can, copy that JS file to your own server and link to that.

If you view source on my page you can see the custom CSS I added to format the search results, otherwise it will look pretty raw.

Enjoy!