Lightbox effect for Tumblr using the FancyBox jQuery plugin.
We forked the original tumblrbox as it contained tracking codes for Google Analytics and other unwanted stuff.
You have two options to install tumblrbox in your blog:
If your not comfortable with HTML you can follow these steps to enable tumblrbox:
-
Go to your options page
-
Click on your tumbblog name
-
Click on the customize button for your template
-
Paste the following text at the end of your blog description:
<script type='text/javascript'> document.write(unescape("%3Cscript src='http://makujaho.github.com/tumblrbox/tumblrbox.js' type='text/javascript'%3E%3C/script%3E")); </script>
-
Hit the save button on the top
If you are okay with editing the HTML of your template, you can add the following script tag to the end of your (Tumblr) theme:
<!-- load tumblrbox -->
<script src="http://makujaho.github.com/tumblrbox/tumblrbox.js" type="text/javascript"></script>
You can clone this repository to host your own tumblrbox. You need this if you want the script on SSL encrypted pages, as Github don't seem to support https.