CINXE.COM
Welcome home. — Welcome Guide
<!DOCTYPE html><script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="https://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=b9f848c06fcba7eaf305d4a7cb7a1b98"></script><html lang="en"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"> <meta charset="utf-8"/> <meta content="Welcome Guide Frequently Asked Questions Q: What exactly is Tumblr? A: That’s a good question to start with. Tumblr is a website. We have Android and iOS apps too. It’s where your interests connect..." name="description"/> <title>Welcome home. — Welcome Guide</title> <meta content="website" property="og:type"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=f085dde138e244526309d4673db67b4c"><link rel="shortcut icon" href="https://assets.tumblr.com/images/favicons/favicon.ico?_v=2d4d920e5ca6300f7d9bdfc5070fe91d"> <link rel="apple-touch-icon" href="https://assets.tumblr.com/images/favicons/favicon.ico?_v=2d4d920e5ca6300f7d9bdfc5070fe91d""/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="alternate" type="application/rss+xml" href="https://letsgo.tumblr.com/rss"> <!--Theme Scripts--> <script src="https://code.jquery.com/jquery-3.6.1.slim.min.js" integrity="sha256-w8CvhFs7iHNVUtnSP0YKEg00p9Ih13rlL9zGqvLdePA=" crossorigin="anonymous"></script> <script type="text/javascript"> function tumblrControls(t, e, n, i, a, s) { var o = t.substr(t.indexOf("#") + 1), r = e.substr(e.indexOf("#") + 1), l = "https://"; "true" == s ? (l = "https://www.tumblr.com/dashboard/iframe?tumblelogName=" + n + "&pid=" + i + "&src=https%3A%2F%2F" + n + ".tumblr.com%2Fpost%2F" + i + "%2F" + a.split("/").pop() + "#%7B%22searchQuery%22%3A%22%22%2C%22pushDown%22%3Afalse%2C%22useThemeColors%22%3Atrue%2C%22scrollHeader%22%3Afalse%2C%22themeHeaderImage%22%3A%22%22%2C%22themeBackgroundColor%22%3A%22%23" + o + "%22%2C%22themeTitleColor%22%3A%22%23" + r + "%22%2C%22themeAccentColor%22%3A%22%23" + r + "%22%2C%22isOpticaLike%22%3Atrue%2C%22shouldHideBlogSearchBar%22%3Afalse%7D") : (l = "https://www.tumblr.com/dashboard/iframe?tumblelogName=" + n + "&src=https%3A%2F%2F" + n + ".tumblr.com%2F#%7B%22searchQuery%22%3A%22%22%2C%22pushDown%22%3Atrue%2C%22useThemeColors%22%3Atrue%2C%22scrollHeader%22%3Afalse%2C%22themeHeaderImage%22%3A%22%22%2C%22themeBackgroundColor%22%3A%22%23" + o + "%22%2C%22themeAccentColor%22%3A%22%23" + r + "%22%2C%22isOpticaLike%22%3Atrue%2C%22shouldHideBlogSearchBar%22%3Afalse%7D"); $("#new-tumblr-controls").attr("src", l); } $(document).ready(function () { "use strict"; if (location.href == 'https://letsgo.tumblr.com/welcome') { location.replace('https://letsgo.tumblr.com/welcome-guide'); } if (location.href == 'https://letsgo.tumblr.com/connect-twitter') { location.replace('https://letsgo.tumblr.com/welcome-guide'); } // Populate table of contents let $tocWrapper = jQuery('#index'), $tocItems = jQuery('.reblog-item-body h2[id]'), $sections = []; if ($tocWrapper.length && $tocItems.length) { $tocItems.each(function ($i) { let $this = jQuery(this), $id = $this.attr('id'), $text = $this.text(), $class = (0 === $i) ? 'current' : ''; $sections.push('<li><a href="#' + $id + '" class="' + $class + '">' + $text + '</a></li>'); }); $tocWrapper.addClass('loaded').append('<ul>' + $sections.join('') + '</ul>'); if (!!window.IntersectionObserver) { let observer = new IntersectionObserver( function (entries, observer) { entries.forEach(function (entry) { // If an element comes into view, add the animation class then stop watching it. if (entry.isIntersecting) { jQuery('a', $tocWrapper).removeClass('current'); jQuery('a[href="#' + entry.target.id + '"]', $tocWrapper).addClass('current'); } }); }, { rootMargin: "0px 0px -15% 0px" }); // Attach these elements to the interaction observer. $tocItems.each(function () { observer.observe(jQuery(this)[0]); }); } jQuery('body').on('click', '#index a', function (e) { e.preventDefault(); let $this = jQuery(this), $target = $this.attr('href'), $top = jQuery($target).offset().top - 100 window.scrollTo({ top: $top, behavior: 'smooth' }); }); } let $user_logged_in = (-1 === document.cookie.indexOf('logged_in=1')) ? false : true; if ($user_logged_in) { jQuery('body').addClass('logged-in'); } jQuery('body').addClass('document-ready'); // Auto-lightbox images jQuery('.permalink[data-id=""] img').each(function () { let $this = jQuery(this), $src = $this.attr('src'); $this.wrap('<a href="#" class="auto-lightbox" data-src="' + $src + '"></a>'); }); jQuery('.auto-lightbox').on('click', function (e) { e.preventDefault(); let $src = jQuery(this).attr('data-src'); Tumblr.Lightbox.init([{ width: 1280, height: 1280, low_res: $src, high_res: $src }]); jQuery('body').toggleClass('tumblr_lightbox_active'); }); }); </script> <script> jQuery( document ).ready( function(){ tumblrControls("#7c5cff","#FFFFFF","letsgo"); } ); </script> <style>@charset "UTF-8"; :root { --font-size: 16px; --background: #ffffff; --text: #000000; --border: #e6ecf2; --p-border: #e6ecf2; --gray: #657786; --p-gray: rgba(0, 0, 0, 0.6); --sidebar: #f5f8fa; --sidebar-h: #eef1f3; --footer: #f5f8fa; --footer-h: #eef1f3; --accent: #7c5cff; --accent2: #ff61ce; --accent3: #001935; --accent4: #00B8FF; --accent-h: #7c5cff; --bg-accent: #7c5cff; --bg-accent-h: #7c5cff; } @media (min-width: 768px) { :root { --font-size: 18px; } } @font-face { font-display: swap; font-family: Favorit; font-style: normal; font-weight: 400; src: url(https://assets.tumblr.com/pop/src/assets/fonts/favorit/favorit-85-cf2f6136.woff2) format("woff2"); } @font-face { font-display: swap; font-family: Favorit; font-style: italic; font-weight: 400; src: url(https://assets.tumblr.com/pop/src/assets/fonts/favorit/favorit-85-italic-b336f07b.woff2) format("woff2"); } @font-face { font-display: swap; font-family: Favorit; font-style: normal; font-weight: 700; src: url(https://assets.tumblr.com/pop/src/assets/fonts/favorit/favorit-medium-fbc7316f.woff2) format("woff2"); } @font-face { font-display: swap; font-family: Favorit; font-style: italic; font-weight: 700; src: url(https://assets.tumblr.com/pop/src/assets/fonts/favorit/favorit-medium-italic-243f8ff2.woff2) format("woff2"); } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ button, hr, input { overflow: visible; } progress, sub, sup { vertical-align: baseline; } [type=checkbox], [type=radio], legend { box-sizing: border-box; padding: 0; } html { line-height: 1.15; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; } @media screen and (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } body { margin: 0; } details, main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; overflow-wrap: break-word; word-wrap: break-word; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: bolder; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button, select { text-transform: none; } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: ButtonText dotted 1px; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { color: inherit; display: table; max-width: 100%; white-space: normal; } textarea { overflow: auto; } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } [type=search] { -webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } summary { display: list-item; } [hidden], template { display: none; } table { margin-bottom: 1.5rem; } .callout td:not(:first-child) { text-align: center; max-width: 120px; line-height: 1.2; } /* ---------- BASICS ---------- */ *, *:before, *:after { box-sizing: border-box; } body { margin: 0; background: var(--accent3); font-family: Favorit, sans-serif; font-size: var(--font-size); line-height: 1.6; color: var(--text); } body.Welcome\%20Guide-current-page { background: var(--background); } /* links */ a { text-decoration: none; color: var(--text); } .reblog-item-body a { border-bottom: 1px solid var(--text); } .reblog-item-body figure a, a.auto-lightbox { border: none; } a.deactivated { cursor: default !important; } main a, .footer-icon, .footer-icon svg { -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .button, .action-buttons a { background: var(--background); border: none; color: var(--text); padding: 12px 24px; font-size: 16px; border-radius: 99px; font-weight: 600; margin: 5px auto; display: inline-block; } .action-buttons { padding: 33px; background: rgba(0, 184, 255, 0.15); border-radius: 8px; margin: 60px 0; } .action-buttons p { display: flex; justify-content: center; flex-wrap: wrap; font-weight: 600; gap: 12px; } .action-buttons a { background: rgba(0, 184, 255, 0.87); margin: 0; } .action-buttons a:hover { background: var(--background); box-shadow: 0px 4px 24px rgba(0, 184, 255, 0.26); } /* inline code */ pre { white-space: pre-wrap; word-wrap: break-word; margin: 1em 0; } /* dividers */ hr { border: none; margin: 48px auto; height: 2px; background: #00B8FF; } /* lists */ ul, ol { margin: 0 0 1.5em 0; padding-left: 40px; } ul li, ol li { margin: 0.5em 0; } /* ---------- PAGE CONTAINER ---------- */ main { margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; } /* posts container */ section { max-width: 992px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; } /* ---------- HERO ---------- */ .hero { max-width: 100%; width: 100%; background: var(--accent); padding: 30px 20px 170px; flex-wrap: wrap; font-size: 18px; line-height: 1.5; color: var(--background); } @media (min-width: 760px) { .hero { padding: 90px 20px 200px; font-size: 21px; } } .hero br { display: none; } @media (min-width: 500px) { .hero br { display: inline; } } .Welcome\%20Guide-current-page .hero { padding-bottom: 160px; } @media (min-width: 941px) { .Welcome\%20Guide-current-page .hero { padding-bottom: 500px; } } .Welcome\%20Guide-current-page .hero p { display: none; } [data-id]:not([data-id=""]) .hero svg { display: none; } [data-id]:not([data-id=""]) .hero p { display: none; } .hero h1 { font-size: 50px; line-height: 1.1; margin-bottom: 0.6em; } .hero h1 svg { width: 184px; padding-top: 11px; } @media (min-width: 760px) { .hero h1 { font-size: 64px; } .hero h1 svg { width: unset; padding-top: 0; } } .hero-secondary { max-width: 100%; width: 100%; color: var(--background); background: #001935; z-index: 0; font-size: 18px; line-height: 1.6; padding-bottom: 100px; margin-bottom: 120px; display: none; } .hero-secondary a { border-bottom: 1px solid; color: #fff; } @media (min-width: 768px) { .hero-secondary { font-size: 21px; margin-bottom: 150px; } } .Welcome\%20Guide-current-page .hero-secondary { display: flex; padding-bottom: 0; } .hero-secondary h2 { color: var(--accent2); font-size: 40px; } @media (min-width: 760px) { .hero-secondary h2 { font-size: 48px; } } .hero-secondary h2, .hero-secondary .pill, .hero-secondary p { margin-left: 10px; margin-right: 10px; } .hero-secondary .video-wrapper { margin: -430px -100px 77px -100px; width: calc(100% + 200px); margin-bottom: min(80px, 8vw); } @media (max-width: 940px) { .hero-secondary .video-wrapper { margin-top: -11vh; margin-left: -10px; margin-right: -10px; width: calc(100% + 20px); } } .hero-content { width: 100%; text-align: center; max-width: 712px; margin: 0 auto; position: relative; } .index-page .hero-content { max-width: 610px; } .hero-content .pill { background: var(--background); padding: 24px 24px 24px 80px; border-radius: 8px; color: var(--text); box-shadow: 0px 4px 24px rgba(0, 25, 53, 0.15); font-size: 18px; line-height: 1.3; text-align: left; font-weight: 600; margin-bottom: -38px; margin-top: min(80px, 8vw); position: relative; } .hero-content .pill a { color: var(--text); } .hero-content .pill .bulb { font-size: 30px; vertical-align: middle; position: absolute; left: 30px; top: 15px; } .fluid-width-video-wrapper { width: 100%; position: relative; z-index: 2; padding-top: 56.25%; background: #FFFFFF; border-radius: 8px; filter: drop-shadow(0px 4px 24px rgba(0, 25, 53, 0.3)); } .fluid-width-video-wrapper iframe { position: absolute; width: calc(100% - 48px); height: calc(100% - 48px); top: 24px; left: 24px; } @media (max-width: 940px) { .fluid-width-video-wrapper iframe { width: 100%; height: 100%; left: 0; top: 0; } } .callout, .purple-section { background: rgba(0, 184, 255, 0.15); border-radius: 8px; padding: 32px; margin-bottom: 1.75em; } .callout .title, .purple-section .title { display: flex; gap: 12px; font-size: 34px; line-height: 24px; align-items: center; margin-bottom: 24px; } .callout .title h2, .purple-section .title h2 { font-weight: 600; font-size: 18px; line-height: 24px; } .callout img, .purple-section img { box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); border-radius: 2px; vertical-align: bottom; } /* ---------- NAVIGATION ---------- */ nav { width: 100%; display: flex; align-items: center; justify-content: center; align-self: flex-start; padding-bottom: 30px; column-gap: 24px; flex-wrap: wrap; } @media (min-width: 760px) { nav { padding-bottom: 100px; } } nav a { line-height: 1.2; margin-bottom: 10px; color: var(--background); border-bottom: 2px solid transparent; } nav a:hover, nav a.current-page { border-color: 2px solid var(--background); } /* ---------- POSTS ---------- */ article { color: var(--text); margin: 0 0 30px 0; position: relative; z-index: 2; background: var(--background); border-radius: 3px; } .permalink article { padding: 8%; } .index-page article, [data-id]:not([data-id=""]) article { width: 100%; max-width: 540px; } .permalink[data-id]:not([data-id=""]) article { padding: 0; } /* ---------- PAGES ---------- */ #index { display: none; background: var(--accent4); border-radius: 16px; padding: 16px; max-width: unset; align-self: start; position: sticky; top: 100px; color: var(--background); } #index.loaded { display: block; } #index h3 { font-size: 24px; font-weight: 600; margin: 0.5em 0; } #index ul { list-style: none; padding: 0; margin: 0; } #index ul li { margin: 4px 0; } #index ul li a { display: block; padding: 8px 18px; border-radius: 24px; font-weight: 700; line-height: 1.3; border: none; font-size: 18px; } #index ul li a:hover { background: rgba(255, 255, 255, 0.3); } #index ul li a.current, #index ul li a.current:hover { background: var(--background); } .content { margin-top: -160px; } .Welcome\%20Guide-current-page .content { margin-top: 0px; padding-left: 20px; padding-right: 20px; display: block; } .Welcome\%20Guide-current-page .content .post[id=""] { max-width: unset !important; } @media (min-width: 760px) { .Welcome\%20Guide-current-page .content { display: flex; } } .Welcome\%20Guide-current-page .content article { max-width: unset; } .Welcome\%20Guide-current-page .content article .reblog-item-body { padding: 0; } @media (min-width: 760px) { .Welcome\%20Guide-current-page .content article { flex-basis: 60%; } } @media (min-width: 760px) { .Welcome\%20Guide-current-page .content #index { flex-basis: 33%; } } .Welcome\%20Guide-current-page .content.post .reblog-item-body { padding: 0; } .permalink .content { justify-content: space-between; column-gap: 24px; } .permalink .content .loaded + .post[id=""] { max-width: 594px; padding: 0; } [data-id]:not([data-id=""]) .content { justify-content: center; } /* ---------- POST HEADER ---------- */ .post-header { width: 100%; display: flex; flex-flow: row nowrap; color: var(--p-gray); font-weight: 700; font-size: calc(var(--font-size) - 2px); height: 51px; line-height: 51px; display: flex; align-items: center; position: relative; padding: 0 20px; } .post-header .avatar-link { width: 64px; height: 64px; position: absolute; left: -85px; top: 0; display: block; } @media (max-width: 767px) { .post-header .avatar-link { display: none; } } .post-header .avatar-link img { border-radius: 3px; } .post-header a.reblogged-from { flex-grow: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* ---------- REBLOG CHAINS ---------- */ /* remove from quote and chat posts */ .post-quote .post-reblog-list, .post-chat .post-reblog-list, .permalink .post-title, p:empty { display: none; } .post-reblog-header { display: flex; justify-content: flex-start; column-gap: 8px; align-items: center; padding: 0 20px 15px; font-weight: 600; } .post-reblog-header a { display: block; } .post-reblog-header a img { border-radius: 99px; max-width: 24px; vertical-align: bottom; } .reblog-item-body :last-child { margin-bottom: 0; } /* ---------- TEXT POSTS ---------- */ .post .post-title, .post .reblog-item-body { padding-left: 20px; padding-right: 20px; } article p { margin: 0 0 1.5rem 0; } article h2.post-title { font-size: 30px; margin: 0 0 1.75rem 0; line-height: 140%; } h1, h2 { font-size: 48px; line-height: 1.15; margin: 1.75rem 0; font-weight: 400; scroll-margin-top: 3rem; } .reblog-item-body h1:first-of-type, .reblog-item-body h2:first-of-type { margin-top: 0; } /* blockquotes */ blockquote { margin: 0 0 1.5em 0; } blockquote > *:first-child { margin-top: 0; } blockquote > *:last-child { margin-bottom: 0; } .quote, .reblog-item-body blockquote { border-radius: 6px; border: 1px var(--p-border) solid; padding: 15px; font-family: inherit; line-height: inherit; font-size: inherit; } /* ---------- MEDIA POSTS ---------- */ img, figure, video, .reblog-item-body { max-width: 100%; height: auto; } figure > iframe.spotify_audio_player { max-width: 100%; height: 80px !important; } figure.tmblr-full > a, figure > img { width: 100%; display: block; } .answer > figure, .reblog-item-body > figure, .image-container img, .reblog-item-body > img, .photoset-container { line-height: 0; } .answer > figure, .reblog-item-body > figure { margin: 0 0 1.5em 0; } .video, .image-container img, article .reblog-item-body > img, .photoset-container { margin-bottom: 1.5em; } .tmblr-attribution { display: none; } /* inline photosets */ .photoset-grid > div + div { margin-top: 5px; } figure.tmblr-full { margin: 0; } figure.tmblr-full img { margin-left: -20px; margin-right: -20px; max-width: calc(100% + 40px); width: calc(100% + 40px); } /* videos */ /* ---------- QUOTE POSTS ---------- */ .quote { word-break: break-word; margin-bottom: 1em; } .quote.short .quote-text { font-size: 30px; } .quote.medium .quote-text { font-size: 26px; } .quote.long .quote-text { font-size: 22px; } .quote-source { margin-top: 1em; margin-left: 25px; } .quote-source::before { content: "— "; position: absolute; margin-left: -25px; } .quote-source a { color: var(--accent); } .quote-source a:hover { text-decoration: underline; } /* ---------- LINK POSTS ---------- */ a.link { display: block; position: relative; border-radius: 6px; overflow: hidden; border: 1px var(--p-border) solid; margin-bottom: 1em; } a.link:hover { background: var(--footer); } .link-thumbnail { line-height: 0; position: relative; } .link-thumbnail img { width: 100% !important; } .link-text-wrapper { padding: 15px; } .link-title { margin: 0 0 0.5em 0; font-size: calc(var(--font-size) + 4px); font-weight: 700; } .link-excerpt { color: var(--p-gray); } .link-host { margin: 1em 0 0 0; color: var(--p-gray); } .link-host svg { height: var(--font-size); width: var(--font-size); fill: var(--p-gray); float: left; margin-top: 2px; margin-right: 5px; } /* ---------- CHAT POSTS ---------- */ .chat { margin-bottom: 1em; border: 1px var(--p-border) solid; border-radius: 6px; } .chat-line { margin: 15px; } .chat-label { color: var(--p-gray); } /* ---------- AUDIO POSTS ---------- */ .audio_player { background: var(--background); width: 100%; cursor: pointer; border-radius: 6px; border: 1px var(--p-border) solid; margin-bottom: 1em; overflow: hidden; } span > .audio_player { display: none; } .seek-art { display: flex; flex-flow: row nowrap; justify-content: flex-end; } .audio_player .seekbar { min-width: 200px; flex-grow: 1; height: 85px; background: var(--footer); } .audio_player .seekbar_progress { background: var(--footer-h); height: 100%; width: 0; } .seek-art img { height: 85px; width: 85px; cursor: default; border-left: 1px var(--p-border) solid; background: var(--footer); } .audio_buttons { position: absolute; display: block; line-height: 0; font-size: 0; text-align: center; width: 26px; height: 30px; margin-top: -56px; margin-left: 25px; } .audio_buttons svg { fill: var(--p-gray); } .audio_info { position: absolute; height: 42px; line-height: 21px; margin-top: -63px; margin-left: 80px; display: flex; flex-flow: column nowrap; justify-content: center; pointer-events: none; user-select: none; max-width: calc(var(--post-width) - 123px); color: var(--p-gray); } .audio_player.album_art .audio_info { max-width: calc(var(--post-width) - 208px); } .audio_info > div { max-height: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; pointer-events: none; } /* ---------- ANSWER POSTS ---------- */ .answer-q, .answer-a { display: flex; flex-flow: row nowrap; margin-bottom: 1em; } .answer { position: relative; background: var(--footer); padding: 20px 20px calc(20px - 1em) 20px; border-radius: 6px; flex-grow: 1; margin-right: 15px; } .answer-q .answer { background: var(--accent); color: var(--background); } .answer:after { content: ""; position: absolute; right: -5px; top: 13px; height: 9px; width: 9px; background-color: var(--footer); -webkit-transform: rotate(45deg); transform: rotate(45deg); } .answer-q .answer:after { background-color: var(--accent); } p.asker { color: var(--med); margin-bottom: 1em; } .answer-q p:not(.answer-user) a, .answer-a p:not(.answer-user) a { text-decoration: underline; } img.answer-avatar { position: relative; border-radius: 100%; width: 35px; height: 35px; } /* ---------- POST FOOTER ---------- */ .post-footer { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; padding: 0 20px 20px; gap: 12px; /* like button */ } .post-footer svg { height: calc(var(--font-size) + 3.75px); width: calc(var(--font-size) + 3.75px); fill: var(--p-gray); } .post-footer .footer-links { display: flex; justify-content: flex-end; column-gap: 12px; margin-left: auto; } .post-footer .like-link { position: relative; cursor: pointer; } .post-footer .like-link iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .post-footer .like-link .like_button.liked + .like-button svg { fill: var(--accent); } .post-reblog-list + .post-footer { padding-top: 20px; } /* post tags */ .post-tags { padding: 0 20px 20px; } .post-reblog-list + .post-tags { padding-top: 20px; } .post-tags a { color: var(--p-gray); margin-right: 10px; } .post-tags a:hover { color: var(--accent); } /* ---------- PERMALINK NOTES CONTAINER ---------- */ article.notes-container { background: var(--sidebar); overflow: hidden; padding: 0; width: 100%; max-width: 540px; } article.notes-container ol.notes { list-style-type: none; padding-inline-start: 0; margin-block-start: 0; margin-block-end: 0; padding: 0; font-size: calc(var(--font-size) - 2px); color: var(--gray); } article.notes-container ol.notes img.avatar { height: 25px; width: 25px; border-radius: 100%; } article.notes-container ol.notes a.avatar_frame { position: absolute; border-radius: 100%; line-height: 0; height: 25px; width: 25px; margin: 0 0 0 -40px; } article.notes-container ol.notes li { min-height: 25px; padding: 0 0 0 40px; margin: 20px; line-height: 21px; display: flex; flex-flow: column nowrap; } article.notes-container ol.notes li.more_notes_link_container { margin: 0; padding: 20px; border-top: 1px var(--border) solid; background: var(--background); } article.notes-container ol.notes span.action { margin-top: 2px; } article.notes-container ol.notes .note a { color: var(--gray); font-weight: 700; } article.notes-container ol.notes blockquote { border: 1px solid var(--border); font-size: inherit; line-height: 1.3125; margin: 5px 0 0 0; quotes: none; padding: 15px; border-radius: 6px; } article.notes-container ol.notes blockquote a { font-weight: 400; } /* ---------- PAGINATION ---------- */ .pagination { margin: 0 0 30px 0; width: 100%; text-align: center; } .pagination a { display: inline-block; margin: 10px 5px; background: var(--background); color: var(--bg-accent3); padding: 10px 15px; border-radius: 3px; font-weight: 600; font-size: calc(var(--font-size) - 2px); } .pagination a:hover { opacity: 0.75; } .pagination a.jump-current { background: var(--accent); color: var(--background); cursor: default; } /* ---------- TUMBLR TOP BAR / IFRAME ---------- */ .tmblr-iframe-compact .tmblr-iframe--unified-controls { width: 100% !important; } .iframe-controls--phone-mobile, .tmblr-iframe--app-cta-button, .tmblr-iframe:not(#new-tumblr-controls) { visibility: hidden !important; display: none !important; } .iframe-container, iframe#new-tumblr-controls { position: fixed; top: 0; left: 0; height: 55px; width: 100% !important; background: rgba(255, 255, 255, 0.15); z-index: 10; } .tmblr-iframe-pushdown { padding-top: 0 !important; } /* FOOTER */ footer { color: var(--background); justify-content: center; display: flex; flex-wrap: wrap; padding: 20px 0; } @media (min-width: 768px) { footer { padding: 40px 0; } } footer p { width: 100%; text-align: center; margin: 0.5em 0 1em; } /* CONNECT TWITTER PAGE */ .Connect\%20your\%20Twitter-current-page .hero svg, .Connect\%20your\%20Twitter-current-page .hero .button, .Connect\%20your\%20Twitter-current-page .hero .action-buttons a, .action-buttons .Connect\%20your\%20Twitter-current-page .hero a { display: none; } .Connect\%20your\%20Twitter-current-page section.content { max-width: 682px; margin-left: auto; margin-right: auto; } .Connect\%20your\%20Twitter-current-page .post .reblog-item-body { padding: 0; } .show-logged-in, .show-logged-out { opacity: 0; pointer-events: none; visibility: hidden; height: 0; overflow: hidden; transition: opacity 0.2s ease-in-out; margin: 0; padding: 0; } .document-ready:not(.logged-in) .show-logged-out { opacity: 1; pointer-events: auto; visibility: visible; height: auto; margin: 5px auto; padding: 12px 24px; } .document-ready:not(.logged-in) .show-logged-in { display: none; } .document-ready.logged-in .show-logged-in { opacity: 1; pointer-events: auto; visibility: visible; height: auto; margin: 5px auto; padding: 12px 24px; } .document-ready.logged-in .show-logged-out { display: none; } /* ---------- SCREEN SIZE RESPONSIVENESS ---------- */ @media (max-width: 767px) { main { display: block; width: 100%; margin-top: 55px; } section { width: 100%; flex-wrap: wrap; padding-left: 10px; padding-right: 10px; } article { width: 100%; } section > *, article.notes-container, .permalink .content .post[id=""] { width: 100%; } .pagination, .permalink .content .post[id=""] { margin: 30px 0; } #index { position: static; width: 100%; } }</style> <!-- Theme Custom CSS --> <style type="text/css"></style> <!-- Twitter Meta Tags --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:domain" content="letsgo.tumblr.com"> <meta property="twitter:url" content="https://letsgo.tumblr.com/"> <meta property="twitter:title" content="Welcome home."> <meta property="twitter:description" content="Tumblr. Pure effervescent enrichment. Old internet energy. Home of the Reblogs. All the art you..."> <meta property="twitter:image" content="https://static.tumblr.com/xg2dntt/s1orlt8oh/twexit-sharecard.png"> <!-- custom OG tags --> <meta property="og:image" content="https://static.tumblr.com/xg2dntt/s1orlt8oh/twexit-sharecard.png"/> <meta property="twitter:image" content="https://static.tumblr.com/xg2dntt/s1orlt8oh/twexit-sharecard.png"/> <meta property="twitter:description" content="Welcome Guide Frequently Asked Questions Q: What exactly is Tumblr? A: That’s a good question to start with. Tumblr is a website. We have Android and iOS apps too. It’s where your interests connect..."/> <meta property="twitter:title" content="Welcome home."/> <link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=letsgo%26postID=" /><link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=letsgo&postID=" /><script defer type="application/javascript" id="bilmur" data-provider="tumblr.com" data-service="blognetwork" data-customproperties='{"theme": ""}' nonce="TXCx7d8z7Sj1agpaIVxIu18tog" src="https://s0.wp.com/wp-content/js/bilmur.min.js?m=202448" ></script><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3"><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="Tumblr" /><meta property="og:title" content="Welcome Guide" /><meta property="og:description" content="Frequently Asked Questions Q: What exactly is Tumblr? A: That’s a good question to start with. Tumblr is a website. We have Android and iOS apps too. It’s where your interests connect you to your..." /><meta property="og:url" content="https://letsgo.tumblr.com/welcome-guide" /><meta property="og:type" content="article" /><meta property="og:image" content="https://64.media.tumblr.com/504e454420870c62677b1427b19d09a1/tumblr_inline_rlib6cKEc61v2d9bv_540.png" /><meta property="og:image:secure_url" content="https://64.media.tumblr.com/504e454420870c62677b1427b19d09a1/tumblr_inline_rlib6cKEc61v2d9bv_540.png" /><meta property="og:image:type" content="image/png" /><meta property="og:image:width" content="540" /><meta property="og:image:height" content="405" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=letsgo&postID=" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=letsgo&postID=" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><link rel="canonical" href="https://letsgo.tumblr.com/welcome-guide" /></head> <body data-urlencoded-name="letsgo" class=" permalink no-header-image Welcome%20Guide-current-page Advertise%20%E2%86%97-" data-id="" > <!-- tumblr iframe (replaced with jquery) --> <div class="iframe-container"> <iframe id="new-tumblr-controls" src="" frameborder="0" scrolling="no" name="unified-controls" class="tmblr-iframe tmblr-iframe--unified-controls tmblr-iframe--loaded iframe-controls--desktop"></iframe> </div> <main id="page-container"> <!-- Hero section --> <section class="hero"> <!-- navigation --> <nav> <a href="/" > Home </a> <a href="/welcome-guide" class="current-page"> Welcome Guide </a> <a href="https://advertise.tumblr.com/" class=""> Advertise ↗ </a> </nav> <div class="hero-content"> <h1> <svg width="242" height="48" viewBox="0 0 242 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_3455_22483)"> <path d="M19.5593 47.5C12.1784 47.5 6.70428 43.8733 6.70428 35.175V21.2578H0V13.7095C7.38086 11.8814 10.4562 5.8074 10.7945 0.529486H18.4522V12.5006H27.3707V21.2578H18.4522V33.3764C18.4522 37.0031 20.3589 38.271 23.4035 38.271H27.7397V47.5H19.5593ZM46.9607 47.9128C51.1432 47.9128 55.9715 46.1731 58.5856 43.0772V47.5H72.3632V39.9812H68.8573V12.4711H52.1888V20.1079H56.9249V33.3469C56.9249 34.4084 56.0023 38.8607 49.7593 38.8607C45.7613 38.8607 45.0233 36.5609 45.0233 33.6418V12.4711H32.7526V34.1136C32.7833 39.5094 35.3359 47.9128 46.9607 47.9128ZM76.761 47.5H96.9353V39.9812H92.8143V26.8896C92.8143 24.973 94.5058 21.0809 99.7031 21.0809C103.886 21.0809 104.747 23.5282 104.747 26.4178V39.9812H100.687V47.5H120.708V39.9812H116.464V26.8896C116.464 24.973 118.002 21.0809 123.199 21.0809C127.412 21.0809 128.458 23.5282 128.458 26.4178V39.9812H124.46V47.5H144.388V39.9812H140.298V27.7447C140.298 20.5502 137.469 12.0583 126.274 12.0583C120.739 12.0583 116.218 14.5646 114.311 17.6606C111.912 14.1518 108.253 12.0583 102.809 12.0583C98.473 12.0583 93.7369 13.8275 91.1844 17.1888V12.4711H76.0536V20.1079H80.9434V39.9812H76.7917V47.5H76.761ZM169.944 47.9128C180.155 47.9128 185.629 40.5709 185.629 29.5728C185.629 19.0169 180.524 12.0878 170.16 12.0878C166.5 12.0878 162.871 13.4147 160.657 15.0364V0.529486H143.804V8.10728H148.694V47.5H159.919V44.404C162.716 46.6837 166.273 47.9283 169.944 47.9128V47.9128ZM167.392 39.362C163.824 39.362 160.318 37.1801 160.318 30.3394C160.318 22.0834 164.47 20.6092 167.33 20.6092C170.652 20.6092 173.604 23.2039 173.604 29.6023C173.573 38.8607 169.268 39.1556 167.392 39.362V39.362ZM187.843 47.5H208.14V39.9812H203.804V0.5H187.074V8.07779H191.964V39.9812H187.812V47.5H187.843ZM212.569 47.5H232.528V39.9812H228.438V30.192C228.438 23.5282 233.327 22.0834 237.049 22.0834H242V12.0583H238.002C233.481 12.0583 229.299 14.1518 227.423 17.5132V12.4417H212.2V20.0784H216.598V39.9517H212.569V47.5Z" fill="white"/> </g> <defs> <clipPath id="clip0_3455_22483"> <rect width="242" height="47" fill="white" transform="translate(0 0.5)"/> </clipPath> </defs> </svg> Welcome Guide </h1> <p>Automatically post your Tumblr to your Twitter, <br>while it still exists.</p> </div> </section> <section class="hero-secondary"> <div class="hero-content"> <div class="video-wrapper"> <div class="fluid-width-video-wrapper"> <iframe src="https://www.youtube.com/embed/B4WZVzXyWK8" frameborder="0" allowfullscreen></iframe> </div> </div> <h2>Hello and welcome to Tumblr!</h2><p>Whether you’re a seasoned Tumblr pro starting up another account or brand new to this whole thing, this guide will help you make the most out of your Tumblr experience. We recommend that you start with <a href="#basics">the basics</a>. There’s some important housekeeping stuff that you’ll need to get out of the way, regardless of your familiarity with Tumblr.</p><div class="pill"><span class="bulb">💡</span>You can also check out <a href="https://tips.tumblr.com">tips.tumblr.com</a> for more handy and nuanced... you guessed it... tips!</div> </div> </section> <!-- post / header container --> <section id="posts" class="content"> <!-- posts --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-text" id=""> <!-- post header --> <!-- post content --> <h2 class="post-title"><a href="">Welcome Guide</a></h2> <div class="reblog-item-body"> <h2 id="faq">Frequently Asked Questions</h2><p><strong>Q: What exactly is Tumblr?</strong></p><p>A: That’s a good question to start with. Tumblr is a website. We have Android and iOS apps too. It’s where your interests connect you to your people.</p><p><strong>Q: What does that mean?</strong></p><p>A: It means you’ll find some posts that make you chuckle; maybe some that make you think; posts that make you feel something, and posts that make you feel nothing. You’ll make friends. You’ll make enemies. You’ll fall in love (sometimes with your enemies). You’ll become unrecognizable to your friends and family. They’ll worry about you. You’ll be okay. You’re on Tumblr.</p><p><strong>Q: Didn’t I hear something about y'all banning porn?</strong></p><p>A: Probably. That was a few years ago. Catch up on our current adult content policy <a href="https://www.tumblr.com/policy/community">here</a>.</p><p><strong>Q: How do I know if a setting is enabled or disabled?</strong></p><p>A: Across all of Tumblr, when a toggle is slid to the left and gray, that option is disabled. When it’s slid to the right and blue, it’s enabled.</p><p><img alt="" class="border" src="https://help.tumblr.com/hc/article_attachments/6119923638551/toggles.png"></p><p><strong>Q: Are y'all working on stuff? Fixing bugs and building new features?</strong></p><p>A: We are indeed. We post updates twice a week over on our <a href="https://changes.tumblr.com/">Changes blog</a>, and regularly answer questions from the community on <a href="https://wip.tumblr.com/">Work In Progress</a>. Give those a follow and submit your own ask to WIP if you like!</p><p><strong>Q: Any advice for people who are new to Tumblr?</strong></p><p>A: Yeah. Relax, it’s Tumblr. You don’t have to think about it too much, just let go and have fun. Remember: <a href="https://tips.tumblr.com/post/678897362380390400/gs-001-getting-started-tumblr-is-what-you-make">Tumblr is what you make of it</a>.</p><hr><h2 id="basics">The Basics</h2><h3>Creating Your Account</h3><div class="callout"><p><strong>Already done this part?</strong> Great! Skip ahead to the <a href="#verifying-and-protecting">“Verifying and Protecting Your Account”</a> section for a few more housekeeping items.</p></div><p>To sign up for Tumblr, head to <a href="https://tumblr.com/register">tumblr.com/register</a> in a web browser, or install the iOS or Android app and tap “Get Started.” You can create your account with your email address and a password, or use your Apple ID or Google account.</p><div class="gray-section"><h3>Signing Up With an Email Address and Password</h3><p>Click or tap “Sign up with email” and enter the email address you’d like to use. Remember:</p><ul><li><strong>Use a real email address that you can access.</strong> If you lose access to your email address, you will lose access to your Tumblr account. We discourage the use of temporary, school, university, or work emails (for personal accounts) for this reason.</li><li>Use a strong, unique password for your account.</li></ul><p>More tips on how to protect your Tumblr account can be found <a href="https://help.tumblr.com/hc/articles/226178987-Protecting-your-account">here.</a></p><h3>Signing Up With an Apple ID*</h3><p>On web, click “Continue with Apple.” You’ll be redirected to Apple, where you will finish signing up. On iOS, tap “Sign up with Apple.” This will open an in-app browser window where you will be prompted to enter your Apple ID credentials.</p><p>*It’s not possible to sign up using Apple ID in the Android app.</p><h3>Signing Up With a Google Account</h3><p>Click “Continue with Google” (web) or tap “Sign up with Google” (mobile apps). You’ll be redirected to Google (web) or see an in-app browser window open (mobile apps) where you will be prompted to enter your Google account credentials.</p></div><p>On the sign up page, you’ll also create the username for your primary blog. If you can’t think of one, don’t worry—<a href="https://help.tumblr.com/hc/articles/230893588-Changing-your-username-URL">you can change it later.</a></p><p>Next, enter your age and agree to our <a href="https://www.tumblr.com/policy/en/terms-of-service">Terms of Service.</a></p><p>Once you’ve done that, you’ll have the option to select some topics you’re interested in seeing on your Tumblr dashboard. These topics get converted to <a href="https://help.tumblr.com/hc/articles/226259728">followed tags</a>, so you’ll be able to edit them later on. You can also hit “Skip” to skip this step.</p><p>Next, you’ll land in your Tumblr dashboard. On a new account, it’ll be full of recommendations based on the topics you selected during sign up. Follow some blogs you like the look of to see fewer recommendations. You can learn more about adjusting your dashboard preferences in <a href="https://help.tumblr.com/hc/articles/115013590547-Dashboard-Preferences">this article.</a></p><h3 id="verifying-and-protecting">Verifying and Protecting Your Account</h3><h4>Verify Your Email</h4><p><strong>Note:</strong> If you used a Google account or Apple ID to sign up for Tumblr, you’ll skip this step.</p><p>Verifying your email helps us know that you’re a real person. Until you’ve completed this step, you’ll be basically invisible on Tumblr and won’t have access to everything. Make sure you do it!</p><p>Having trouble? <a href="https://www.tumblr.com/support">Contact Support</a> and we’ll help you out.</p><p>A quick word about new accounts and visibility:</p><p>Blogs that have been recently created won’t show up in search results, even if the registered email address has been verified.</p><h4>Enable Two-Factor Authentication</h4><p>Two-factor authentication (TFA) is an added layer of security, and we strongly recommend it. After enabling TFA, you will need to enter a specially generated one-time code whenever you log in to your Tumblr account.</p><p>You can learn how to enable TFA <a href="https://help.tumblr.com/hc/articles/226270148-Two-factor-authentication">here</a>. Make sure you also download your backup codes!</p><p>Check out additional steps you can take to protect your Tumblr account <a href="https://help.tumblr.com/hc/articles/226178987">here</a>.</p><div class="action-buttons"><p>Okay, what do you want to do next?</p><p><a href="#curate-your-dashboard">Curate my dashboard</a> <a href="#customizing-your-tumblr">Customize my Tumblr</a> <a href="#posting">Make some posts</a> <a href="https://www.tumblr.com/explore/trending">See what’s trending on Tumblr</a></p></div><h2 id="curate-your-dashboard">Curating Your Dashboard</h2><p>But first: What is the dashboard? 🤔</p><p>The dashboard is a feed of posts from blogs you follow. It’s what you see when you log into Tumblr. Nobody else sees your dashboard, and it’s unique to you.</p><h3>Following Tags and Blogs</h3><h4>Following Tags</h4><p>Remember when you were creating your Tumblr account and you had to select a bunch of topics that interest you? Those topics get converted to <a href="https://help.tumblr.com/hc/articles/226259728-Followed-Tags">followed tags</a>.</p><p>If you’ve forgotten which topics you selected, or if you simply want to revisit them, click the search bar on web:</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6120077617047/tagsYouFollow.png" style="border-radius: 10px; display: block; margin: auto;"></p><p>In the app, tap the magnifying glass to open Explore. Your followed tags are listed in the “Tags you follow” carousel:</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6120128806167/tagsYouFollowMobile.jpg" style="border-radius: 10px; display: block; margin: auto; width: 400px;"></p><p>You can learn more about followed tags and how to manage them in our <a href="https://help.tumblr.com/hc/articles/226259728-Followed-Tags">“Followed Tags” article</a>.</p><p>You can follow a new tag by typing the tag into the search bar. The type-ahead results will show a tag page and a search page. Click the tag page option.</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6120092721943/followANewTag.png" style="border-radius: 10px; display: block; margin: auto; width: 700px;"></p><p>Once you’re on the tag page, click “Follow.”</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6120132613911/followNintendo.png" style="border-radius: 10px; display: block; margin: auto;"></p><p>If you have the “Include followed tag posts” option enabled in your <a href="https://www.tumblr.com/settings/dashboard">Dashboard Preferences</a>, you’ll see posts from your followed tags right in your dashboard. This option can be especially helpful when you’re just starting out. It’s an easy way to discover blogs that regularly post about stuff you’re interested in.</p><div class="purple-section"><p style="text-align: center;"><strong>Scenario Time!</strong></p><p>I’m new around here. I’m scrolling my dashboard. I like <em>Star Trek: Deep Space Nine</em> so I followed the <a href="https://www.tumblr.com/tagged/deep%20space%209?sort=recent">“deep space nine” tag</a>. I see this:</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6120165469335/followedTagReco.jpeg" style="border-radius: 10px; display: block; margin: auto;"></p><p>Wow wow wow that is some cool fan art of <a href="https://www.tumblr.com/tagged/lwaxana%20troi?sort=top">Lwaxana Troi</a>. Who is this <a href="https://www.tumblr.com/blog/view/grouper/">@grouper</a>? I’m going to check out their blog. It’s cool. I’m going to follow them. Nice. Now I’m going to dive into the notes on <a href="https://www.tumblr.com/blog/view/grouper/682890301524803584">this post</a>.</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6120178441367/notesAreCool.jpeg" style="border-radius: 10px; display: block; margin: auto;"></p><p>Hey, cool. There are all these people who also think this fan art is dope. I’m going to check ‘em all out. They’re my friends now. I love them.</p><p>Make sense? Now you do the same thing with something you’re interested in. You’ll find some good stuff, I promise.</p></div><h4>Following Blogs</h4><p>Tumblr isn’t just about following tags. When you find a blog that posts a lot of stuff that you like, hit that follow button!</p><div class="callout"><p><strong>Is it weird to follow someone you don’t know?</strong> Not at all. Tumblr is a pretty anonymous (or pseudonymous) space. It’s not uncommon to have deep connections and only know each other by your Tumblr usernames. Just be respectful and it won’t be weird.</p></div><h3>Adjusting Your Dashboard Settings</h3><p>Once you’ve followed some tags and blogs, head to your settings and customize your dashboard. If you’re the kind of person who prefers a chronological dashboard and very few recommendations, this is where you’ll find the options to accomplish that.</p><p>Options for “Based on your likes,” colorized tags, timestamps, shortened posts, and followed tag post injections are all found in your dashboard settings.</p><p><img alt="" class="shadow-purple" src="https://help.tumblr.com/hc/article_attachments/6119958368151/dashboardPreferencesExamples.png"></p><p>On web, you can find your Dashboard Preferences at <a href="https://www.tumblr.com/settings/dashboard">tumblr.com/settings/dashboard</a>. On mobile, tap the account icon, then tap “General settings” (iOS) or “Account settings” (Android) then tap “Dashboard preferences.”</p><p>You can read about every option found here in <a href="https://help.tumblr.com/hc/articles/115013590547-Dashboard-Preferences">this Help Center article</a>.</p><p>A word of advice: If you’re just starting out and you’re having a hard time finding folks to follow, the “Include followed tag posts” option can help you find some great blogs that post about stuff you’re into. Even if you disable everything else, we suggest leaving that one turned on.</p><p>Beyond those settings, you can also select a different color palette for your dashboard. “True Blue” is the default palette, but there are many more to choose from. On web, click the account icon, then click “Change palette” to cycle through the options. In the app, tap the account icon, then tap “General settings” (iOS) or “Account settings” (Android). Tap “Color palette,” then select the palette you’d like to use. This applies to your dashboard only and won’t affect your blog appearance—more on customizing your blog below.</p><hr><h2 id="customizing-your-tumblr">Customing Your Tumblr</h2><p>Before we get into the <em>vast</em> customization options, let’s break down the two main areas of Tumblr: Bluespace and the blog network.</p><p>The <strong>blog network</strong> is basically yourblog.tumblr.com. It’s the web-facing version of Tumblr blogs.</p><p><strong>Bluespace</strong> is just about everything else. It’s your dashboard, Explore, the mobile apps, settings, even the Support form. Your blog exists in bluespace at <a href="https://www.tumblr.com/yourblog.">www.tumblr.com/yourblog.</a></p><p>Why differentiate the two? Well, customization options are different for the blog network and bluespace. There is some overlap, but for simplicity, you can think of them as separate.</p><p>You’ll want to customize your blog’s appearance pretty early on, since it can help other people on Tumblr recognize you as a real person who isn’t just lurking with their blog.</p><p><img alt="" class="shadow-orange" src="https://help.tumblr.com/hc/article_attachments/6119958353687/customize.png"></p><p>Take a minute to show folks who you are!</p><h3>Bluespace</h3><p>If you want to cover the basics of blog customization, start here. Head to your blog’s “Edit appearance” options on web, or tap the palette icon while viewing your blog in the mobile app. Here you’ll be able to:</p><ul><li>Change or hide your avatar.</li><li>Change or hide your header image.</li><li>Customize the colors used on your blog.</li><li>Update your blog title and/or hide it.</li><li>Update your blog’s description and/or hide it.</li><li>Change the font used for your blog title.</li></ul><p>Collectively, these are referred to as your blog’s <strong>appearance options</strong> and they apply to your blog anywhere within bluespace:</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6119958614807/bluespaceAppearance.png" style="border-radius: 10px; display: block; margin: auto;"></p><ul style="list-style: none;"><li><strong>a</strong>: Blog view in a web browser.</li><li><strong>b</strong>: Blog card in a web browser (these show up in recommendations, search, and when hovering over an avatar).</li><li><strong>c</strong>: Blog view in the mobile app.</li></ul><div class="tips"><p><strong>Need help finding a good avatar?</strong> Your avatar is what people will associate with your Tumblr, so there can be a lot of pressure to pick one that suits you. You can always make your own (like b0i-ng0 here did) or commission another user to make one for you. If you see an image on Tumblr that you’d like to use, always get permission first! Most folks are happy to give you permission, but it’s not cool to just snag someone’s art without asking.</p></div><h3>The Blog Network</h3><p>Like we said earlier, Tumblr is a website. It’s also a collection of websites, because we give you a website (well, basically) when you create a blog—and you can make as many blogs as you like!). You can customize that website (your blog) as much or as little as you’d like. The sky is the limit, and people have done some pretty neat things with their blogs. There is a whole world of customization for you to explore. You can dive in by visiting the customize page: <a href="https://tumblr.com/customize/">tumblr.com/customize</a>. You can also get to this page from your blog’s “Edit appearance” options.</p><p>Every Tumblr starts out with the Tumblr Official theme. It’s designed to use your blog’s appearance options, which makes it easy to have a consistent appearance everywhere.</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6119969928855/opticaTheme.png" style="border-radius: 10px; display: block; margin: auto;"></p><p>However there are hundreds of other themes available in our <a href="https://www.tumblr.com/themes">theme garden</a>. While we recommend sticking to themes from the theme garden to ensure you’re using a theme that is safe to use, there are some other reliable third-party sources for themes. Check out these makers on Tumblr, for example! <a href="https://codingcabin.tumblr.com/">@codingcabin</a>, <a href="https://glenthemes.tumblr.com/">@glenthemes</a>, and <a href="https://rachaelthemes.com/">@rachaelthemes</a> are all great resources.</p><div class="callout"><div class="title">💡 <h2>Missing that Twitter vibe? Install the <a href="https://rachaelthemes.com/twitter/" title="Twitter theme">Twitter theme</a> by <a href="https://rachaelthemes.com/" title="Rachael Themes">@rachaelthemes</a> on your Tumblr!</h2></div><a href="https://rachaelthemes.com/twitter/" title="Twitter theme"><img src="https://64.media.tumblr.com/504e454420870c62677b1427b19d09a1/tumblr_inline_rlib6cKEc61v2d9bv_500.png"></a></div><hr><h2 id="finding-connections">Finding Your Community and Making Connections</h2><p>“Finding your community.” That’s a kind of nebulous concept. What we mean is: Making friends. Finding those other people on Tumblr who are the same kind of weird as you. In this section, we’re going to cover:</p><ul><li>How to find blogs you’ll like.</li><li>The joy of mutuals.</li><li>Sending and receiving asks.</li><li>Anonymous asks.</li><li>Tags.</li></ul><h3>How to Find Good Content™</h3><p>You can rely on our recommendations to serve you up fresh blogs and posts, but you’ll probably want to seek out your own stuff too. A good place to start is the <strong>tag page</strong> for a topic you’re interested in. It can be general, or very specific. Whatever you want. For example, say that you’re a big fan of <em>Star Trek: Deep Space Nine</em>* and you want see if there’s a corner of Tumblr where the <em>Deep Space Nine</em> fans hang out.</p><p><small>*Seriously if you have not seen it you should watch it. Honestly if you write into Support and want to talk about DS9 I’m here.</small></p><p>So you head to your Tumblr dashboard and you type “deep space nine” into the search field. If you’re using the app, just tap the magnifying glass icon, then you’ll see the search field.</p><p>You’ll see some suggestions auto-populate as you type. To open the <strong>tag</strong> page, click or tap “go to #deep space nine.”</p><p><img alt="" class="shadow-yellow" src="https://help.tumblr.com/hc/article_attachments/6119924248087/tagPage.png"><img alt="" class="shadow-green" src="https://help.tumblr.com/hc/article_attachments/6119968989847/tagPageMobile.png"></p><p>The tag page will give you all of the latest and top posts with that tag, along with the blogs that use that tag most often. You can also find related tags to check out. Find a blog you like? Nice, hit follow. Reblog some stuff. Make a post of your own with the tag.</p><p>You can learn more over in our <a href="https://help.tumblr.com/hc/articles/223857008-Search-and-Filtering-Basics">Search and Filtering Basics article</a>.</p><p>While you’re checking out a tag page, make sure you don’t skip over the notes. As we mentioned earlier, the notes of a post are a great place to find other blogs and reblogs can sometimes be even better than the original post. Take your time and look around.</p><h4>Where to Start When You Don’t Know Where to Start</h4><p>Maybe you don’t have a niche interest that you want to build your Tumblr around, or maybe you do but you want to see what else is out there. Or maybe you’ve exhausted all of the “related tags” connected to your niche. Instead of heading to an individual tag page, check out Explore:</p><p><img alt="" class="shadow-blue" src="https://help.tumblr.com/hc/article_attachments/6120009958039/explore.png"></p><p>There’s a lot to…well, <em>explore</em> here, so again, take your time and look around.</p><h3>Mutuals</h3><p>They follow you and you follow them. You’re all sitting at the same lunch table with your sandwiches and maybe you’re peeling an orange and sharing slices with them. You’ve probably never met each other and you may not even know each others’ names. They’re your mutuals 💖</p><p>You might be wondering how one goes about gaining mutuals. One easy thing you can do is simply follow back those blogs that start following you (if you like their blog, of course). Any new follower is an opportunity for a mutual.</p><p>Want to check to see if you’ve got any mutuals? Head to your <a href="https://www.tumblr.com/following">Following page</a> and look for this little symbol:</p><p><img alt="" class="shadow-pink" src="https://help.tumblr.com/hc/article_attachments/6119980187799/mutual.png"></p><div class="tips"><p><strong>Did you know?</strong> On web, you can hover over this icon to see exactly how long you’ve been mutuals for.</p></div><h3>How to Use Asks</h3><p>Some blogs on Tumblr allow asks, others don’t. They’re used in a wide variety of ways: To ask a question, send a compliment, play a game, submit a request, roleplay, the list goes on.</p><p>On web, you can get to someone’s ask page by adding /ask to the end of their URL, like this: <a href="https://trashposts.tumblr.com/ask">trashposts.tumblr.com/ask</a>. On mobile, you can just tap the “Ask me anything” button when viewing the blog*.</p><p><small>*The exact text on this button can vary since it’s customizable. Also if the blog has Post+ enabled, you’ll see a “Support” button there instead. In that case, tap the plus-sign icon in the top right corner of the blog, then tap “Ask me anything.”</small></p><h4>What About Anonymous Asks?</h4><p>Only a portion of those who allow asks also allow anonymous asks. You won’t see the option to send your ask anonymously if the recipient doesn’t allow it.</p><p>If you do see the option and you’d like to send your ask anonymously, here are a couple of things to keep in mind:</p><ul><li>Anonymous asks can’t be answered privately. If the recipient is going to answer your ask, they’ll need to do so publicly.</li><li>Don’t be a jerk.</li></ul><p>And if you’re thinking about enabling anonymous asks on your blog, here are a few things to consider:</p><ul><li>Anons can be fun, especially for if you enjoy ask games and secret admirers. However, enabling anonymous asks gives you less control over who can interact with your blog.</li><li>Blocking an anon only blocks the sender’s IP address, and this action can’t be undone.</li><li>We (staff) don’t know who sent you that anonymous ask. It’s anonymous.</li></ul><p>To learn more about asks, check out <a href="https://help.tumblr.com/hc/articles/231857168-Ask">this Help Center article</a>.</p><h3>Using Tags</h3><p>#tags are not a #newconcept for most people nowadays. Many #social #platforms have them. But of course, Tumblr is a bit different. To illustrate, let’s take a look at four different posts:</p><p><img alt="" src="https://help.tumblr.com/hc/article_attachments/6119956781719/taggingPractices.png" style="border-radius: 10px; display: block; margin: auto;"></p><p><strong>Post 1</strong> has the tag in the body of the post. They’ve typed out the hashtag and removed spaces from the multi-word tag. Pretty common, works on other platforms like Twitter and Instagram, but doesn’t work on Tumblr.</p><p><strong>Post 2</strong> has the tag in the correct spot rather than in the body of the post. That means that it’ll show up in the “guyfieri” tag (as long as the blog isn’t hidden from search results). However since tags on Tumblr can contain spaces, there’s no need to combine multiple words into a single word for your tags. Which brings us to…</p><p><strong>Post 3</strong>. This is the sort of “tagging best practice” example. The tag is in the right spot and it separates the two words using a space.</p><p>Okay, so what’s going on with <strong>post 4</strong>? Our fourth example is the same as the third post, but it contains what basically looks like a completely unrelated sentence within the tags: #seriously though please send ‘em my way. This kind of thing is generally referred to as “talking in the tags,” and it’s pretty common on Tumblr. Talking in the tags is like a faint whisper; less noticeable than adding your comment in the body of a post.</p><div class="purple-section callout"><p style="text-align: center;"><strong>Learning Moment: Tags, Replies, and Reblog Captions</strong></p><p>Leaving a reply, adding a comment when reblogging, or adding your comment in the tags</p><table><tbody><tr><td> </td><td><strong>Reply</strong></td><td><strong>Reblog caption</strong></td><td><strong>Tag</strong></td></tr><tr><td>Visible in a post’s notes</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Shows up on your blog</td><td>❌</td><td>✅</td><td>✅</td></tr><tr><td>Retained in subsequent reblogs</td><td>❌</td><td>✅</td><td>❌</td></tr></tbody></table><p>Learn more (and practice!) with <a href="https://tips.tumblr.com/post/678841845042806784/com-003-community-saying-hi-from-super-public">this post</a>.</p></div><hr><h2 id="posting">Posting</h2><p>There are two different types of posts on Tumblr: <strong>Reblogs</strong> and <strong>original posts</strong>. We’ll break down what those are below, but first let’s address something that can be a bit of an obstacle.</p><div class="purple-section"><p style="text-align: center;"><strong>What Exactly Am I Supposed to Post on Tumblr?</strong></p><p>Some folks get blocked when it comes to posting. That’s normal! On lots of other social platforms, you’re posting for an “audience.” Now, that “audience” may just be your IRL friends and family, but there’s still that notion that your posts are being perceived, and are thus a reflection of who you are as a person.</p><p>Not to get <em>too</em> deep here in the Tumblr Help Center but…Tumblr isn’t really like that.* Your Tumblr is for you. Imagine that your Tumblr is a garden. Plant some veggies. Or some flowers. Or both. Or just put a bunch of piles of dirt in there. Tend to it. Let weeds grow, cut them back, let them grow again. Whatever.</p><p><small>*Okay, obviously if you want to make a Tumblr that you share with your IRL friends, family, boss, or neighbors, you totally can. Lots of people do just that. Tumblr can be whatever you want.</small></p></div><h3>Reblogs</h3><p>See a post you like? Hit that reblog icon. Really, don’t think about it too much. When you reblog a post, you’re posting it to your blog and retaining attribution to the OP (original poster) and anyone else who contributed to the reblog chain. You can reblog and add whatever, or you can add nothing at all.</p><p>This <a href="https://tips.tumblr.com/post/678897455382839296/com-004-community-what-are-reblogs-reblogging-is">“What Are Reblogs” post</a> is the best place to learn all about this feature. Study up, it’s a core aspect of Tumblr!</p><h3>Original Posts</h3><p>Create your own original posts to share your thoughts, art, jokes, writing, or anything else. Add some relevant tags to help folks discover your posts, and add <a href="https://help.tumblr.com/hc/en-us/articles/5436241401239">Community Labels</a> to your posts if you think they need ‘em. Be aware of what’s allowed on Tumblr by checking out our <a href="https://www.tumblr.com/policy/en/community">Community Guidelines</a>.</p><p>Our tips site has some lessons on creating different types of posts. You should check those out!</p><ul><li><a href="https://tips.tumblr.com/post/678897421817888768/cc-001-creating-content-shitposting-for">Shitposting 101</a>.</li><li><a href="https://tips.tumblr.com/post/680267110562332673/cc-002-creating-content-making-a-gifset-a-gifset">How to make a GIFset</a>.</li><li><a href="https://tips.tumblr.com/post/681354339775873024/cc-004-creating-content-creating-gifs-in">Making GIFs in the app</a>.</li><li>And lastly, <a href="https://tips.tumblr.com/post/678841508265410560/gs-005-getting-started-post-types-you-can-create">an overview of the different post types</a>.</li></ul> </div> <!-- reblog chains --> <!-- post footer --> </article> <!-- post notes --> <!-- pagination --> </section> <!-- end main content --> </main> <footer> <svg width="121" height="24" viewBox="0 0 121 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_3502_25924)"> <path d="M9.76571 24C6.08053 24 3.34736 22.1481 3.34736 17.7064V10.5997H0V6.7453C3.68517 5.81179 5.22066 2.71016 5.38956 0.0150565H9.21293V6.12798H13.6658V10.5997H9.21293V16.788C9.21293 18.6399 10.1649 19.2873 11.6851 19.2873H13.8501V24H9.76571ZM23.4469 24.2108C25.5352 24.2108 27.9459 23.3225 29.2511 21.7415V24H36.13V20.1606H34.3796V6.11292H26.0572V10.0125H28.4219V16.7729C28.4219 17.3149 27.9612 19.5885 24.8442 19.5885C22.8481 19.5885 22.4795 18.4141 22.4795 16.9235V6.11292H16.353V17.1644C16.3683 19.9197 17.6428 24.2108 23.4469 24.2108ZM38.3258 24H48.3986V20.1606H46.341V13.4755C46.341 12.4969 47.1856 10.5094 49.7805 10.5094C51.8688 10.5094 52.2987 11.7591 52.2987 13.2346V20.1606H50.2719V24H60.2679V20.1606H58.1489V13.4755C58.1489 12.4969 58.9167 10.5094 61.5117 10.5094C63.6153 10.5094 64.1374 11.7591 64.1374 13.2346V20.1606H62.1412V24H72.0912V20.1606H70.049V13.9122C70.049 10.2384 68.6363 5.90213 63.0472 5.90213C60.2833 5.90213 58.0261 7.18193 57.0741 8.76286C55.8764 6.97114 54.0492 5.90213 51.3314 5.90213C49.1663 5.90213 46.8017 6.80552 45.5272 8.52196V6.11292H37.9726V10.0125H40.4141V20.1606H38.3411V24H38.3258ZM84.8511 24.2108C89.9489 24.2108 92.6821 20.4617 92.6821 14.8457C92.6821 9.45546 90.1332 5.91719 84.9586 5.91719C83.1313 5.91719 81.3195 6.59473 80.2139 7.42284V0.0150565H71.7994V3.88457H74.2409V24H79.8454V22.4191C81.2423 23.5832 83.0179 24.2187 84.8511 24.2108V24.2108ZM83.5766 19.8444C81.7955 19.8444 80.045 18.7302 80.045 15.2371C80.045 11.0213 82.1179 10.2685 83.5459 10.2685C85.2042 10.2685 86.6783 11.5935 86.6783 14.8607C86.663 19.5885 84.5133 19.739 83.5766 19.8444V19.8444ZM93.7876 24H103.922V20.1606H101.757V0H93.4038V3.86951H95.8452V20.1606H93.7723V24H93.7876ZM106.133 24H116.098V20.1606H114.056V15.1619C114.056 11.7591 116.498 11.0213 118.355 11.0213H120.828V5.90213H118.831C116.574 5.90213 114.486 6.97114 113.549 8.68758V6.09787H105.949V9.99749H108.144V20.1455H106.133V24Z" fill="white"/> </g> <defs> <clipPath id="clip0_3502_25924"> <rect width="120.828" height="24" fill="white"/> </clipPath> </defs> </svg> <p>Welcome home!</p> </footer> <iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe><script type="text/javascript"> (function(){ var analytics_frame = document.getElementById('ga_target'); var analytics_iframe_loaded; var user_logged_in; var blog_is_nsfw = 'No'; var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent"; var eventer = window[eventMethod]; var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message"; eventer(messageEvent,function(e) { var message = (e.data && e.data.split) ? e.data.split(';') : ''; switch (message[0]) { case 'analytics_iframe_loaded': analytics_iframe_loaded = true; postCSMessage(); postGAMessage(); break; case 'user_logged_in': user_logged_in = message[1]; postGAMessage(); break; } }, false); analytics_frame.src = "https://assets.tumblr.com/analytics.html?_v=9f5febfd57a8a649c598d888f2d9e062#" + "https://letsgo.tumblr.com"; function postGAMessage() { if (analytics_iframe_loaded && user_logged_in) { var is_ajax = false; analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/welcome-guide?route=custom_page'].join(';'), analytics_frame.src.split('/analytics.html')[0]); } } function postCSMessage() { COMSCORE = true; analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]); } })(); </script><script type="text/javascript" nonce="TXCx7d8z7Sj1agpaIVxIu18tog">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1732695603&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2xldHNnby50dW1ibHIuY29tL3dlbGNvbWUtZ3VpZGUiLCJyZXF0eXBlIjowLCJyb3V0ZSI6ImN1c3RvbV9wYWdlIn0=&U=EKNKIMFPJM&K=8ad17749544b37d42c2b2a2e19a5eee76f0a14f4ed4db50272a2736b9a01dd29&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1732695603&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2xldHNnby50dW1ibHIuY29tL3dlbGNvbWUtZ3VpZGUiLCJyZXF0eXBlIjowLCJyb3V0ZSI6ImN1c3RvbV9wYWdlIiwibm9zY3JpcHQiOjF9&U=EKNKIMFPJM&K=4130d338c8054c66f366a08c84a9497a71c0eca43a18b7f6f756216ba8e4cfbc&R="></noscript><noscript id="bootloader" data-bootstrap="{"Components":{"PostActivity":[],"NotificationPoller":{"messaging_keys":[],"token":"","inbox_unread":0},"DesktopDashboardLogo":{"animations":[["https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1.png?_v=161861acded461bb6e995593a3bae835","https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1@2x.png?_v=496a774637302a598c851381d00009b0"]]},"TumblelogIframe":{"unified":true,"variant":null,"isCompact":true,"tumblelogBundleSrc":"https:\/\/assets.tumblr.com\/client\/prod\/standalone\/tumblelog\/index.build.js?_v=03e800b27eff76cee863b8346f5e3e52","tumblelogName":"letsgo","isLoggedIn":false,"isFriend":false,"formKey":"","canSubscribe":false,"isSubscribed":false,"tumblelogTitle":"Welcome home.","tumblelogAvatar":"https:\/\/64.media.tumblr.com\/b0815506710c517bcb192e5dc70fc090\/a75b99fe235abcbe-60\/s64x64u_c1\/7429485eb76b494f6ecce99d329099e157d46a1d.jpg","tumblelogAvatar128":"https:\/\/64.media.tumblr.com\/b0815506710c517bcb192e5dc70fc090\/a75b99fe235abcbe-60\/s128x128u_c1\/3f91e468d75b77dfec3df178eb88d96564c0dd77.jpg","tumblelogHost":"https:\/\/letsgo.tumblr.com","hasCustomDomain":false,"isOptica":false,"isCustomTheme":true,"themeHeaderImage":"","themeBackgroundColor":"#F6F6F6","themeTitleColor":"#000000","themeAccentColor":"#7c5cff","brag":true,"canShowAd":true,"isPremium":false,"showLrecAds":false,"showStickyLrecBackfill":false,"showGeminiAds":false,"geminiSectionCodeDesktop":"a10bca9c-0c5d-4a02-ab13-14ab8513d81d","geminiSectionCodeMobile":"ced63809-b609-4aca-96a0-abc099acba6b","currentPageType":null,"currentPage":false,"searchQuery":"","tag":"","query":"","chrono":false,"postId":"","src":"https:\/\/letsgo.tumblr.com\/welcome-guide","postUrl":"","openInPeeprUrl":"https:\/\/www.tumblr.com\/letsgo","isBlocked":null,"isAdmin":false,"lookupButtonUrl":"","showSpamButton":false,"showRootPostButton":false,"rootPostUrl":"","showRadarPostButton":false,"radarKeys":"","isUniblocked":false,"isNsfw":false,"isAdult":false,"isSpam":false,"isPrimaryBlog":false,"canEdit":false,"canReblogSelf":false,"showLikeButton":false,"showReblogButton":false,"reblogUrl":"","showMessagingButton":false,"loginCheckIframeSrc":"https:\/\/assets.tumblr.com\/assets\/html\/iframe\/login_check.html?_v=3de94a184d600617102ddd5b48fb36e9","appInstallUrls":{"android":"https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_continue_or_install_cta","ios":"https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_continue_or_install_cta\u0026mt=8"},"appOpenReferrer":"bn_header_open_btn","isShowSearch":true,"supplyLogging":[],"secondsSinceLastActivity":-1,"installUrlOpenFailed":{"android":"https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_header_app_open_failed","ios":"https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_header_app_open_failed\u0026mt=8"},"loginWallVariant":"small_center"},"CommunityLabels":{"has_community_label":false,"is_single":true,"redirect_target":null}},"Flags":{"features":"eyJmaWx0ZXJfbnNmdyI6dHJ1ZSwibW9iaWxlX3dlYl9nYXRlIjp0cnVlLCJzYWZlX21vZGUiOnRydWUsInNhZmVfbW9kZV9lbmFibGVkIjp0cnVlLCJrZXljb21tYW5kX2F1dG9fcGFnaW5hdGUiOnRydWUsImxvZ2dlZF9vdXRfc2VhcmNoIjp0cnVlLCJrcmFrZW5fd2ViX2xvZ2dpbmdfbGlicmFyeSI6dHJ1ZSwibGl2ZXBob3Rvc193ZWIiOnRydWUsInVzZXJfdGFnX2ZpbHRlcmluZyI6dHJ1ZSwic2FmZV9tb2RlX293bl9wb3N0Ijp0cnVlLCJwcm9qZWN0X3hfYXBwZWFsIjp0cnVlLCJtb2JpbGVfd2ViX3Bob3Rvc2V0cyI6dHJ1ZSwiaGlkZV9kZWZhdWx0X2hlYWRlcnNfYmxvZ19jYXJkcyI6dHJ1ZSwibm90aWZpY2F0aW9uX3JlcGx5X2xpbmtfdG9fbm90ZXMiOnRydWUsInR5cGluZ19pbmRpY2F0b3Jfd3JpdGUiOnRydWUsInR1bWJscl92aWRlb19zcG9uc29yZWRfZGF5Ijp0cnVlLCJjYXB0Y2hhOnVzZV9yZWNhcHRjaGEyIjp0cnVlLCJsaXR0bGVfc2lzdGVyIjp0cnVlLCJsb2dfbGFkeSI6dHJ1ZSwicmVkcG9wX3Bvc3RfZm9ybV9tb2JpbGVfY3JlYXRlIjp0cnVlLCJsZWdhY3lfcG9zdF9mb3JtX2J1dHRvbnNfbGlua190b19yZWRwb3AiOnRydWUsInNob3dfdHNwX2NsaWNrX3Rocm91Z2hfdG9nZ2xlIjp0cnVlLCJkYXJsYV9hZF9mZWVkYmFjayI6dHJ1ZSwic3RhdHVzX2luZGljYXRvciI6dHJ1ZSwiY29udmVyc2F0aW9uYWxfbm90aWZpY2F0aW9ucyI6dHJ1ZSwiZGlzYWJsZV95YWhvb19iX2Nvb2tpZSI6dHJ1ZSwibGl2ZXBob3RvcyI6dHJ1ZSwiY29tbXVuaXR5X2xhYmVscyI6dHJ1ZX0="},"Context":{"name":"default","time":1732695603000,"userinfo":{"primary":"","name":"","channels":[]},"hosts":{"assets_host":"https:\/\/assets.tumblr.com","secure_assets_host":"https:\/\/assets.tumblr.com","www_host":"https:\/\/www.tumblr.com","secure_www_host":"https:\/\/www.tumblr.com","embed_host":"https:\/\/embed.tumblr.com","safe_host":"https:\/\/safe.txmblr.com","platform_host":"https:\/\/platform.tumblr.com"},"language":"en_US","language_simple":"en","assets":"https:\/\/assets.tumblr.com\/client\/prod\/"},"Translations":{"%1$sReport %2$s's post?%3$sIf it violates our user guidelines, we'll remove it.%4$s":"%1$sReport %2$s's reblog?%3$sIf it violates our user guidelines, we'll remove it.%4$s","%1$sReport %2$s's reply?%3$sIf it violates our user guidelines, we'll remove it.%4$s":"%1$sReport %2$s's reblog?%3$sIf it violates our user guidelines, we'll remove it.%4$s","%1$sDelete your tip??%2$s":"%1$sDelete your tip?%2$s","Deleting your tip":"Deleting your tip will only remove it from the replies tab and notes. %1$sYou won't receive a refund of your tip.%2$s For further help contact %3$sTumblr Support%4$s."}}"></noscript><script src="https://assets.tumblr.com/client/prod/standalone/tumblelog/index.build.js?_v=03e800b27eff76cee863b8346f5e3e52"></script></body> </html>