Tumblr Blackout Code

Have you ever wanted to take a hiatus without worrying about who’s looking at your blog? Well, have no fear! You can just about search any “hiatus theme” in google to get a code, it doesn’t even have to be for tumblr. I’ve used live journal, wordpress hiatus themes by just copying and pasting it into my theme html with slight tweaking.

You can also search the “hiatus theme” tag on tumblr for better pages, this is just ultra simple and to the point.

LIVE PREVIEW OF BLACKOUT CODE

*this theme is WITH an askbox on the front, if you wish you remove it, just remove the askbox code. Those who are following you will still see your posts from INSIDE tumblr, just the outside will be blacked out.

Basically:

  1. Customize -> Edit HTML 
  2. Delete existing theme (keep any statcounter codes etc), this is mandatory.
  3. Copy and paste blackout code
  4. Insert your username in the [USERNAME] section, ex: johnsmith1
  5. If you want to remove the askbox, delete everything between <p> to </p>
  6. Save!

Tips: You can get creative and add words by using a text generator and inserting the code, if you aren’t html-savy, you can insert pictures like that as well, etc.  Just make sure to insert everything you do UNDER the <HEAD> section of the theme.

For maximum privacy, disable your tumblr from mobile view.

<!DOCTYPE HTML PUBLIC 

  “-//IETF//DTD HTML LEVEL 1//EN”>

<HTML>

  <HEAD>

    <TITLE>[INSERT TITLE]</TITLE>

    <META HTTP-EQUIV=”Content-Type” 

          CONTENT=”text/html; charset=utf-8”>

          <center>

          <body bgcolor=”black”>

<br>

<br>

<br>

<br>

<br>

<br>

<br>

<p><iframe frameborder=”0” scrolling=”no” width=”300” height=”149” src=”http://www.tumblr.com/ask_form/[USERNAME].tumblr.com” style=”background-color:transparent; overflow:hidden;” id=”ask_form”></iframe><!—[if IE]><script type=”text/javascript”>document.getElementById(‘ask_form’).allowTransparency=true;</script><![endif]—></p>

</center>

  </HEAD>

</HTML>

3 months ago on January 27th | J | 403 notes