Add a facebook like button: http://willfrancis.com/post/552270790/how-to-add-facebook-like-to-tumblr : Follow the steps from this tutorial.
Add a exit pop-up message: http://www.freecodesource.com/tumblr-codes/create-exit-message : Click on link then copy code then simply paste it before your whole theme code and where it says ” YOUR MESSAGE HERE ” simply change it to whatever you want the pop-up to say.
Add a different cursor: http://404bajery.pl/kursory-na-bloga.php : click on link then pick a cursor you want. Copy the code then paste it into your info and the cursor will show up.
Fade Images: http://freetexthost.com/iotr5qh1fl : Copy code from this link then go to your HTML code and look for <style type=”text/css”> & paste right next to it.
Add snow to your page: http://www.mf2fm.com/rv/dhtmlsnow.php: Click on link & copy the whole code. Paste between <head> & </head> . The snow will come out as purple. To change the colour just look at the start of the code and it should look like this:
{ var speed=33; // lower number for faster
var flakes=100; // number of flakes
var colour=”#639”; // colour of flakes
var slush=20; // set to ‘0’ for no slush or otherwise set to height at which slush melts } To channge the colour you have to know the number code of the colour for example black is #000 , simply write the code in where it says ( var colour=” ) dont erase anything else except for the number.
Add endless scrolling: http://freetexthost.com/bonoipdzdm : click on link then copy code. Past between <head> & </head> , anywhere in between there will be fine.