September 2008
5 posts
Add an email widget to make it easy for people to email you and hide your email address from bad guys collecting emails.
Before closing head tag (</head>):
<script src="http://castr.appspot.com/js/helpers/form_mail_helper.js" type="text/javascript"></script>
Html and CSS code that created the email widget:
<div> <script type="text/javascript" charset="utf-8"> ...
Add a search history widget to your tumblr theme.
Before closing head tag (</head>):
<script src="http://castr.appspot.com/js/lib/core/prototype.js" type="text/javascript"></script> <script src="http://castr.appspot.com/js/lib/core/scriptaculous.js" type="text/javascript"></script> <script src="http://castr.appspot.com/js/lib/livepipe/livepipe.js"...
Add search to your tumblelog with all the fancy search tags in the tumblr templating language.
All the code that I used can be found on the Tumblr Staff’s tumblelog.
Custom background color palette
Before closing head tag (</head>):
<script src="http://tomonrails.com/docs/lib/livepipe/lib/prototype.js" type="text/javascript"></script> <script src="http://tomonrails.com/docs/lib/livepipe/lib/scriptaculous.js" type="text/javascript"></script> <script src="http://tomonrails.com/docs/lib/livepipe/src/livepipe.js"...
Use Outbrain’s free service to add a 5 star rating and recommendation system to your tumblelog.
August 2008
3 posts
Tumblr Themes →
a collection of tumblr themes
Verbose pagination will help search engines index your site better. Find out how to implement verbose pagination on your tumblelog.
function foo() {
return "Hello World";
}