February 2012
9 posts
4 tags
1 tag
4 tags
1 tag
1 tag
1 tag
3 tags
Creating Tumblr Redirects
If you want to make redirects on an entire domain, to another url, here is the code, and steps, to make it happen.
Go to customize » appereance
Edit HTML, delete all the code in there, and replace it with (code below):
Replace THEURL with your new domain URL.
Replace TIME with the amount of time you want your visitor to wait before the redirect [02 (e.g. #02).]
<meta...
2 tags
Scroll To Top/Bottom Button in your Tumblr
Have you noticed the Scrolling Buttons in our Tumblelog?.
Well, if you want these buttons in your own Tumblr Blog [you can even choose different images for the icons] you just need to paste some code within your Theme HTML.
Read the tutorial here: Scroll To Top Tumblr Button.
4 tags
Display Code in a Tumblr Post
Paste the following chunk of code right before the </head> tag shown here.
JavaScript Example
function foo() { return "Mr. Tumblring"; }
HTML Example
Tumblr Tips
Now, using the html editor when creating a post, use the code wrappers as show in the examples above. You can of course mix it with regular text or photos.
SOURCE: Display Code Snippets in your Tumblr Posts.