Tumblr reblog button missing
Author: b | 2025-04-24
How to Make a Reblog Button on Tumblr. Part of the series: Tumblr Tips. Making a reblog button on Tumblr isn't something that requires an advanced knowledge
reblog button – @htmllayoutcodes on Tumblr
How to add a Tumblr Like (Heart) button to a theme**#####** **UPDATE (2013-11-10): Tumblr changed their code and this no longer works. I have no fix at this time.** **#####** Normally, to Reblog or Like a post on Tumblr, you have to go to a separate page and use Tumblr's icons in the upper right corner. With the following code you can add the ability to Like and Reblog on the main page of your blog. ##Like Button - Default Tumblr Heart This will create a heart button (the Tumblr default). It's grey until you hover over or select it, then it turns red. You can see and test an example of this above, in the header of this post. **Step 1.** Cut-and-paste the following code into your theme immediately before ``. .my-like { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAABH0lEQVQ4y62T30vCUBiGv/9YuhBLkCA08FdogRFFYFEUhhZNCCQoSESiIOii68pl5qV6s8Eb7+SMHXNs6S7ejZ3zvA+ccT4BICofvS88dJ7w8vqG8WQC754K17lPjrx3z3l8D4YoVaqIrWbcJNbzaHefNZjfXPdy5b0jsO/IRqMxUpmSBnhz2bx1QL79GPbpEePmzhdSyW8fBDL0SK68HwiGCT2S3NiKREaPzP7QRRNPZSHpwm4kMnqkYbQikdEjZv8HK2ubS4nY75mD6WU8qzeXkrHvToBlWSjuHC4kYo99V8bwBnM0/iMiz542myq2bSPskcmR/zPos7lvP8Lv/nGd+/N6c2Xq2KcXhiY6qV1rxwotU3n/NHF8fgW+g9hfsHJlJUYljcgAAAAASUVORK5CYII=) !important; height:17px; width:19px; cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAABSklEQVQ4y2P4//8/Awy/O3fu/905c/4/2779/69Pn/4jy8Hwz/fv/z/buvX/vfnz/7+/eBFFDZj4cOXK/8O+Pv+36+rA8W4zs/8Ply1DUXx/4cL/u0yMUdQdCQ76/+nWLbA6hq+PH//fbW6OogAZ3+zvByu81t6OU80ea6v/P16//s9wqboKpyIYPhYeTlDN1abG/wz7HR0JKiQGH3Bz+8+ww0CfKobtMjb6z0ANg+CGgQKPKt50dfnPcL6wkCqGXaoo/8/w5tgxyg3T0wUnYHBiPJuZSZFhF8pK/8NzACjrgKKWHINAOef3168Iw0D429OnGFmKEAZlJVDKR8mbMAyy4XRqClEGnc3J+f/nxw/MjI6OQflxh6EBzvR0Z9o0rCUKVsNA+MuD+/9PJiSgGHQmPf0/KDhw6cFpGAy/OnAAbOibEyf+E1ILAFBjDrchm7KrAAAAAElFTkSuQmCC) !important; height:17px; width:19px; cursor:pointer; display:inline-block; vertical-align:top; } window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = ' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; **Step 2.** Cut-and-paste the following code inside your `{block:Posts}{/block:Posts}` block where you want your like button to be. ##Like Button - Text If you'd rather use text instead of the heart image, use this code. It's grey until you hover over or select it, then it turns red. You can see and test an example of this above, in the header of this post. **Step 1.** Cut-and-paste the following code into your theme immediately before ``. .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: red; cursor:pointer; display:inline-block; vertical-align:top; } window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '' ); document.addEventListener( 'click', function ( event
Tumblr control buttons (reblog,dashboard etc.) missing for theme
Reblog yang berwarna abu). Anda bisa mempelajari lebih lanjuttentang pengendalian reblog di sini.Pemosting mungkin telah memblokir Anda.Anda telah mencapai batas postingan harian. Jika Anda tidak dapat mereblog postingan apa pun dan tidak satu pun hal diatas yang berhasil, maka hal itu mungkin merupakan bug teknis. Silakanhubungi Dukungan Tumblr. Bagaimana cara saya mengendalikan reblog postingan saya?Saat membuat atau mengedit postingan, Anda dapat memilih siapa yang dapatmereblog postingan Anda. Anda dapat memilih di antara dua opsi:‘Siapa pun (di Tumblr)’ artinya memang siapa saja.‘Tidak siapa pun’ berarti postingan Anda tidak akan pernah dapat direblogoleh siapa pun kecuali pengguna yang Anda beri sebutkan di postingan Anda(mis. @staff).Di Aplikasi SelulerKetika membuat draf postingan, pilih ikon 3 titik (●●●) di bagian kananatas.Dari sini, Anda bisa memilih salah satu dari dua opsi.‘Siapa Pun (di Tumblr)’‘Tidak Siapa Pun’Pada WebKetika membuat draf postingan, pilih ikon roda gigi pengaturan di sudutkanan atas editor postingan Anda.Dari sana, pilih ‘Kontrol Reblog’ untuk memilih antara Semua Orang (diTumblr) atau Tidak Siapa Pun. (seperti gambar di bawah ini) Anda juga dapat memblokir pengguna untuk mencegah mereka berinteraksi denganAnda. Pengguna yang diblokir tidak akan dapat mereblog postingan Anda. Untukmempelajari lebih lanjut tentang pemblokiran, lihat artikel “MemblokirPengguna” kami.Important! disabling reblogs for a post will also disableit on all previous reblogs of that post.Bagaimana cara menghapus reblog?Anda bisa menghapus reblog di blog Anda sendiri dengan cara yang sama denganmenghapus postingan lainnya. Untuk menghapus sebuah reblog di web:Klik ikon akun ( ), lalu pilih blog Anda.Temukan reblog yang ingin Anda hapus dan klik ikon kotak sampah di bilahalat pada bagian bawah postingan.Konfirmasi penghapusan postingan dengan mengklik ‘Ok.’ Untuk menghapus sebuah reblog di aplikasi:Arahkan ke postingan yang ingin Anda hapus.Ketuk ikon tempat sampah.Konfirmasikan penghapusan postingan dengan mengetuk ‘Hapus’.Anda tidak dapat menghapus reblog postingan Anda di blog penggunalain. Menghapus akun Anda juga tidak akan menghapus reblog postinganAnda. Setelah postingan direblog, reblog tersebut menjadi properti log yangmereblognya. Anda dapat mengendalikan siapa yang bisa mereblog postinganAnda dengan mengubah pengaturan postingan dieditor postingan.How to Add Reblog Button on Tumblr
Literature, or fandoms, your username can give others a glimpse of your Tumblr niche. It’s a form of self-expression in a digital world.3. Building a BrandIf you’re using Tumblr for professional or creative endeavors, a well-thought-out username can serve as the foundation for your personal brand. It’s the start of brand recognition, making it easier for others to identify and remember your blog. Consistency in your username across social media platforms can also help establish a strong online presence.4. Fostering Community and ConnectionsTumblr is a community-driven platform, and having a memorable username can make it easier for you to connect with like-minded individuals. People are more likely to follow, reblog, or engage with content from a username they find interesting or relatable. Your username can be the key to building a network of friends and followers.5. Avoiding ConfusionIn a vast sea of Tumblr users, it’s not uncommon for usernames to be similar or even identical. Having a unique and distinct username can help avoid confusion. It ensures that people find your blog when searching for you specifically, rather than stumbling upon someone else’s with a similar name.6. Creativity and FunChoosing a Tumblr username can be an enjoyable creative process. It’s an opportunity to brainstorm, play with words, and come up with something that resonates with you. It’s a chance to be imaginative and have fun with your online persona.7. Privacy and SecurityWhile sharing your interests and passions is important, it’s equally vital to maintain some level of privacy online. A thoughtful Tumblr username can protect your anonymity to a certain extent, allowing you to engage with the platform without revealing too much personal information.In conclusion, your Tumblr username is not just a string of characters; it’s a gateway to your online presence and a reflection of your identity. Take the. How to Make a Reblog Button on Tumblr. Part of the series: Tumblr Tips. Making a reblog button on Tumblr isn't something that requires an advanced knowledge How to Reblog Things on Tumblr When No Reblog Button Shows UpHow to Reblog Things on Tumblr When No Reblog Button Shows Up
OverviewSkip all "safe mode" warnings and display blogs fullscreenAutomatically skip all "may contain sensitive media" Tumblr blog warnings - and display the blog fullscreen (rather than the default half-screen).DetailsVersion1.3.1UpdatedSeptember 6, 2024Offered bySamVKSize9.45KiBLanguagesDeveloperNon-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.PrivacyThe developer has disclosed that it will not collect or use your data. To learn more, see the developer’s privacy policy.This developer declares that your data isNot being sold to third parties, outside of the approved use casesNot being used or transferred for purposes that are unrelated to the item's core functionalityNot being used or transferred to determine creditworthiness or for lending purposesSupportRelatedTum Cruise4.4(12)Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect TechnologyThe Un-Tumblr5.0(2)Brings back the old reblog layoutWeTumblr3.8(4)View Tumblr Likes and Download them.New XKit4.5(940)A fork of XKit, the extension framework for Tumblr.Tumblr Safe Mode Bypass2.5(41)Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.Tumblpass4.0(1)This extension provides you advanced user experience with Tumblr blogs.tumblr archive0.0(0)if you posts contain sensitive media, this rep will help you show tumblr archiveTumblr Expand3.0(2)Tumblr dashboard posts expand on demand.Old Tumblr Dashboard2.5(25)Takes the Tumblr Dashboard back to how it looked before the update ruined itDownload Tumblr images3.2(21)One click Tumblr large resolution image download from the context menu.Cascadr4.2(18)Cascadr | A Tumblr Image ViewerTumblr Titles3.7(3)Changes Tumblr tabs' titles to things that make sense.Tum Cruise4.4(12)Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect TechnologyThe Un-Tumblr5.0(2)Brings back the old reblog layoutWeTumblr3.8(4)View Tumblr Likes and Download them.New XKit4.5(940)A fork of XKit, the extension framework for Tumblr.Tumblr Safe Mode Bypass2.5(41)Displays all posts hidden behind the 'adult content' error, and displays TumblrChanging Like and Reblog button colors - Tumblr
Are you tired of having to manually log in to your Tumblr account just to keep up with your regular posts? I know I was and I sure am glad that I learned how to queue my posts in Tumblr. With the use of this feature, I am now able to save a lot of time when updating my Tumblr page plus I get more done in a day.If you want this to happen to you as well, then allow me to share with you just how you can queue your posts on Tumblr so you won’t have to keep on manually logging in each time you post. This saves you a lot of time since you’ll only post once and be done with a whole week or month’s worth of post.You need to choose the kind of content you’ll be posting. Tumblr gives you 7 options (Text, Photo, Quote, Link, chat, audio, and video ). Or you may simply “reblog” posts from your friends.After adding your content or reblogging, click the arrow button beside the publish now button, then select “Add to Queue” from the drop down menu. Here’s a screenshot: Then click “Queue post” when you’re about to post it. Here’s an example: That’s basically all that you need to do to put your post in the queue. But before I end this article, allow me to go a step further by teaching you how to customize the scheduling of your queued post.Here’s how to do it…You need to click the “Home” icon on your profile. It’s located on the top most part of the page just beside the huge Tumblr icon.When you’re on your home page, you then have to click the “queue button” on the right side bar of your page. It’s just beneath the “Followers” or “Members” button. Once you’re on the “Queue” page, you can then change the scheduling of your queued post on the upper left part of the page. It’ll give you the option to choose how many queued posts you’ll publish within a day and what time you want to publishText like and reblog buttons – @shythemes on Tumblr
With sticky reblog & like buttonsfeatures (more info below the cut):toggle: tags on click, explore tab, sidebar stats, updatesleftbar includes icon/follow button, home/ask/archive/extra links/updates, scroll to topright sidebar includes an uploadable image, custom description, search bar, & optional sidebar statsfixed day/night & tumblr controls buttonscustomizable: blog title, description, colors, body & title fonts, and font sizeleftbar has up to 4 links & the explore tab with up to 6 extra linksnpf supported, responsive design, scroll to top, 4 corner options, tabler iconsnothing needs to be changed in the code, everything can be changed in the customize panel!terms:reblog if usingdo not touch the creditall terms / faqcredits listed in the code / credits pageplease consider supporting me ♡Keep readingJul 311388drunkblushed-->♡ — BECAUSE I HAD YOU by drunkblushed !FEATURES300px posts220x290px png sidebar image300x450px optional sidebar background imagenavigation tab with 110x110px imagenine custom links in the navigation taboptional muse tab with 120x60px muse imagesunlimited musesCONDITIONSdo not combine with other themes. do not take copy or take parts of this theme.do not remove the credits and redistribute as your own.please like / reblog if you use this theme! CREDITSicons by @suiomifonts used are primetime, taken by vultures, tokyo, and robototabs base code by @ncighbourhoodSEE THE PREVIEW ♡ GET THE CODEif you like my themes, please consider buying me a coffee! Jul 31938drunkblushed-->♡ — MALIBU NIGHTS by drunkblushed !FEATURES300px posts includes 3 versions!410x450px center image250x250px sidebar imagepop up single muse tab190x100px social media header50x50 instagram icon and postsone free link url + eight customizable tab linksCONDITIONSdo not combine with other themes. do not take copy or take parts of this theme.do not remove the credits and redistribute as your own.please like / reblog if you use this theme!CREDITSicons by @suiomifonts used are primetime, collection, and robototabs base code by @ncighbourhoodVERSIONS 1/ 2/ 3 ♡ GET THE CODEif you like my themes, please consider buying me a coffee! Jul 312019phantomcodes-->twitter | theme by sageget the code: static preview / live preview (temporary)inspired by twitter - free through dec 31st as part of my holiday sale ♡features (more info below the cut):optional: music player, featured posts, blogs,. How to Make a Reblog Button on Tumblr. Part of the series: Tumblr Tips. Making a reblog button on Tumblr isn't something that requires an advanced knowledgeComments
How to add a Tumblr Like (Heart) button to a theme**#####** **UPDATE (2013-11-10): Tumblr changed their code and this no longer works. I have no fix at this time.** **#####** Normally, to Reblog or Like a post on Tumblr, you have to go to a separate page and use Tumblr's icons in the upper right corner. With the following code you can add the ability to Like and Reblog on the main page of your blog. ##Like Button - Default Tumblr Heart This will create a heart button (the Tumblr default). It's grey until you hover over or select it, then it turns red. You can see and test an example of this above, in the header of this post. **Step 1.** Cut-and-paste the following code into your theme immediately before ``. .my-like { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAABH0lEQVQ4y62T30vCUBiGv/9YuhBLkCA08FdogRFFYFEUhhZNCCQoSESiIOii68pl5qV6s8Eb7+SMHXNs6S7ejZ3zvA+ccT4BICofvS88dJ7w8vqG8WQC754K17lPjrx3z3l8D4YoVaqIrWbcJNbzaHefNZjfXPdy5b0jsO/IRqMxUpmSBnhz2bx1QL79GPbpEePmzhdSyW8fBDL0SK68HwiGCT2S3NiKREaPzP7QRRNPZSHpwm4kMnqkYbQikdEjZv8HK2ubS4nY75mD6WU8qzeXkrHvToBlWSjuHC4kYo99V8bwBnM0/iMiz542myq2bSPskcmR/zPos7lvP8Lv/nGd+/N6c2Xq2KcXhiY6qV1rxwotU3n/NHF8fgW+g9hfsHJlJUYljcgAAAAASUVORK5CYII=) !important; height:17px; width:19px; cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAABSklEQVQ4y2P4//8/Awy/O3fu/905c/4/2779/69Pn/4jy8Hwz/fv/z/buvX/vfnz/7+/eBFFDZj4cOXK/8O+Pv+36+rA8W4zs/8Ply1DUXx/4cL/u0yMUdQdCQ76/+nWLbA6hq+PH//fbW6OogAZ3+zvByu81t6OU80ea6v/P16//s9wqboKpyIYPhYeTlDN1abG/wz7HR0JKiQGH3Bz+8+ww0CfKobtMjb6z0ANg+CGgQKPKt50dfnPcL6wkCqGXaoo/8/w5tgxyg3T0wUnYHBiPJuZSZFhF8pK/8NzACjrgKKWHINAOef3168Iw0D429OnGFmKEAZlJVDKR8mbMAyy4XRqClEGnc3J+f/nxw/MjI6OQflxh6EBzvR0Z9o0rCUKVsNA+MuD+/9PJiSgGHQmPf0/KDhw6cFpGAy/OnAAbOibEyf+E1ILAFBjDrchm7KrAAAAAElFTkSuQmCC) !important; height:17px; width:19px; cursor:pointer; display:inline-block; vertical-align:top; } window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = ' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; **Step 2.** Cut-and-paste the following code inside your `{block:Posts}{/block:Posts}` block where you want your like button to be. ##Like Button - Text If you'd rather use text instead of the heart image, use this code. It's grey until you hover over or select it, then it turns red. You can see and test an example of this above, in the header of this post. **Step 1.** Cut-and-paste the following code into your theme immediately before ``. .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: red; cursor:pointer; display:inline-block; vertical-align:top; } window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '' ); document.addEventListener( 'click', function ( event
2025-04-08Reblog yang berwarna abu). Anda bisa mempelajari lebih lanjuttentang pengendalian reblog di sini.Pemosting mungkin telah memblokir Anda.Anda telah mencapai batas postingan harian. Jika Anda tidak dapat mereblog postingan apa pun dan tidak satu pun hal diatas yang berhasil, maka hal itu mungkin merupakan bug teknis. Silakanhubungi Dukungan Tumblr. Bagaimana cara saya mengendalikan reblog postingan saya?Saat membuat atau mengedit postingan, Anda dapat memilih siapa yang dapatmereblog postingan Anda. Anda dapat memilih di antara dua opsi:‘Siapa pun (di Tumblr)’ artinya memang siapa saja.‘Tidak siapa pun’ berarti postingan Anda tidak akan pernah dapat direblogoleh siapa pun kecuali pengguna yang Anda beri sebutkan di postingan Anda(mis. @staff).Di Aplikasi SelulerKetika membuat draf postingan, pilih ikon 3 titik (●●●) di bagian kananatas.Dari sini, Anda bisa memilih salah satu dari dua opsi.‘Siapa Pun (di Tumblr)’‘Tidak Siapa Pun’Pada WebKetika membuat draf postingan, pilih ikon roda gigi pengaturan di sudutkanan atas editor postingan Anda.Dari sana, pilih ‘Kontrol Reblog’ untuk memilih antara Semua Orang (diTumblr) atau Tidak Siapa Pun. (seperti gambar di bawah ini) Anda juga dapat memblokir pengguna untuk mencegah mereka berinteraksi denganAnda. Pengguna yang diblokir tidak akan dapat mereblog postingan Anda. Untukmempelajari lebih lanjut tentang pemblokiran, lihat artikel “MemblokirPengguna” kami.Important! disabling reblogs for a post will also disableit on all previous reblogs of that post.Bagaimana cara menghapus reblog?Anda bisa menghapus reblog di blog Anda sendiri dengan cara yang sama denganmenghapus postingan lainnya. Untuk menghapus sebuah reblog di web:Klik ikon akun ( ), lalu pilih blog Anda.Temukan reblog yang ingin Anda hapus dan klik ikon kotak sampah di bilahalat pada bagian bawah postingan.Konfirmasi penghapusan postingan dengan mengklik ‘Ok.’ Untuk menghapus sebuah reblog di aplikasi:Arahkan ke postingan yang ingin Anda hapus.Ketuk ikon tempat sampah.Konfirmasikan penghapusan postingan dengan mengetuk ‘Hapus’.Anda tidak dapat menghapus reblog postingan Anda di blog penggunalain. Menghapus akun Anda juga tidak akan menghapus reblog postinganAnda. Setelah postingan direblog, reblog tersebut menjadi properti log yangmereblognya. Anda dapat mengendalikan siapa yang bisa mereblog postinganAnda dengan mengubah pengaturan postingan dieditor postingan.
2025-04-02OverviewSkip all "safe mode" warnings and display blogs fullscreenAutomatically skip all "may contain sensitive media" Tumblr blog warnings - and display the blog fullscreen (rather than the default half-screen).DetailsVersion1.3.1UpdatedSeptember 6, 2024Offered bySamVKSize9.45KiBLanguagesDeveloperNon-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.PrivacyThe developer has disclosed that it will not collect or use your data. To learn more, see the developer’s privacy policy.This developer declares that your data isNot being sold to third parties, outside of the approved use casesNot being used or transferred for purposes that are unrelated to the item's core functionalityNot being used or transferred to determine creditworthiness or for lending purposesSupportRelatedTum Cruise4.4(12)Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect TechnologyThe Un-Tumblr5.0(2)Brings back the old reblog layoutWeTumblr3.8(4)View Tumblr Likes and Download them.New XKit4.5(940)A fork of XKit, the extension framework for Tumblr.Tumblr Safe Mode Bypass2.5(41)Displays all posts hidden behind the 'adult content' error, and displays Tumblr blogs blocked by the 'sensitive media' error.Tumblpass4.0(1)This extension provides you advanced user experience with Tumblr blogs.tumblr archive0.0(0)if you posts contain sensitive media, this rep will help you show tumblr archiveTumblr Expand3.0(2)Tumblr dashboard posts expand on demand.Old Tumblr Dashboard2.5(25)Takes the Tumblr Dashboard back to how it looked before the update ruined itDownload Tumblr images3.2(21)One click Tumblr large resolution image download from the context menu.Cascadr4.2(18)Cascadr | A Tumblr Image ViewerTumblr Titles3.7(3)Changes Tumblr tabs' titles to things that make sense.Tum Cruise4.4(12)Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect TechnologyThe Un-Tumblr5.0(2)Brings back the old reblog layoutWeTumblr3.8(4)View Tumblr Likes and Download them.New XKit4.5(940)A fork of XKit, the extension framework for Tumblr.Tumblr Safe Mode Bypass2.5(41)Displays all posts hidden behind the 'adult content' error, and displays Tumblr
2025-04-05Are you tired of having to manually log in to your Tumblr account just to keep up with your regular posts? I know I was and I sure am glad that I learned how to queue my posts in Tumblr. With the use of this feature, I am now able to save a lot of time when updating my Tumblr page plus I get more done in a day.If you want this to happen to you as well, then allow me to share with you just how you can queue your posts on Tumblr so you won’t have to keep on manually logging in each time you post. This saves you a lot of time since you’ll only post once and be done with a whole week or month’s worth of post.You need to choose the kind of content you’ll be posting. Tumblr gives you 7 options (Text, Photo, Quote, Link, chat, audio, and video ). Or you may simply “reblog” posts from your friends.After adding your content or reblogging, click the arrow button beside the publish now button, then select “Add to Queue” from the drop down menu. Here’s a screenshot: Then click “Queue post” when you’re about to post it. Here’s an example: That’s basically all that you need to do to put your post in the queue. But before I end this article, allow me to go a step further by teaching you how to customize the scheduling of your queued post.Here’s how to do it…You need to click the “Home” icon on your profile. It’s located on the top most part of the page just beside the huge Tumblr icon.When you’re on your home page, you then have to click the “queue button” on the right side bar of your page. It’s just beneath the “Followers” or “Members” button. Once you’re on the “Queue” page, you can then change the scheduling of your queued post on the upper left part of the page. It’ll give you the option to choose how many queued posts you’ll publish within a day and what time you want to publish
2025-04-11