Can I Search My Blocklist on Tumblr? Let’s Dive In!
Ah, Tumblr, where the world of microblogging thrives but our peaceful browsing can be haunted by the occasional unwanted visitors—*hello, blocklist*. If you’re wondering how to manage those pesky blogs you’ve decided to add to your blocklist and if you can easily search through them, buckle up! This is going to be a wild ride through the not-so-fun world of Tumblr block management.
Blocklist Basics: What’s the Deal?
First things first, can you search your blocklist on Tumblr? As of 2023, the answer is a resounding “not really.” There’s no built-in feature that lets you conveniently pull up a list of blocked users with the smoothness of a well-buttered biscuit. Instead, you must channel your inner detective and get ready for some manual labor on your keyboard. No, you won’t need a shovel—just a little ingenuity and patience.
How to Block Blogs on Tumblr
If you’ve somehow managed to compile a blocklist full of names that haunt your Tumblr experience, you might be wondering how to manage them effectively. Here’s the deal:
1. Manually Blocking Blogs
- Navigate to your Settings page by clicking on the little gear icon on the left side of your screen.
- On the right, select the side blog you want to block from, or if you’re just curious about your current blocks, select the main blog.
- Scroll down until you find the existing blocks. If you’d like to add another one, click on that adorable little pen icon, and enter the username of the blog you wish to block.
- Voila! You’re done. Except, you might have to repeat this process if your unwanted fans come in droves.
It’s super manual, but hey, that’s how things go in this day and age. If you happen to have a long blocklist, you might want to think about auto-blocking or scripting it. But let’s not throw all our eggs in one basket just yet.
Automating the Process: The Oauth Application
If you find yourself on the wrong side of the blocklist anxiety with a selection of offenders as long as your arm, why not consider a slightly technical approach? For the brave souls who dare, you can create something called an Oauth app with Tumblr, which is very much akin to a treasure map but without the pirates.
Here’s how to do it:
- First, head over to this link to register a new Oauth app with Tumblr. Because if you don’t, you’re just sitting there twiddling your thumbs.
- Follow the instructions provided in the (https://www.youtube.com/watch?v=THEklTCG8Qo). It’s a visual guide, so you can thank the magic of the internet for being your guide!
- Once you’ve successfully registered your app, you’ll use your Oauth credentials along with a handy-dandy tool called Postman. This will handle your Oauth headers like a pro.
Now here comes the juicy part! You’ll need to tap into the Tumblr API to manage your blocklist. Don’t worry; even a novice can get through this with a sprinkle of hope and a dash of sarcasm.
Calling the API
Strap yourself in, this is where the magic happens! Use the following API call:
GET https://api.tumblr.com/v2/blog/{your-main-blog}/blocks?limit=20&offset=x
Replace {your-main-blog} with the name of your main blog and watch the system work its charm as it pulls up to 20 blocked users at a time. But if you’re going full throttle with a huge block list, you’re going to have to page through this little beauty.
And after excavating those names, it’s time to organize. You might want to use tools like Sublime Text to make sense of the chaos. You can search for “name”: “” and slice the usernames into a fresh new file. Format those names into a comma-separated string. Simple, right? It’s like culinary arts but for blog management!
The Grand Finale: Blocking Those Blogs
Now, it’s time to send those naughty blogs off to the land of the forgotten:
POST https://api.tumblr.com/v2/blog/{side-blog}/blocks/bulk
The body of your request should look like this:
{ “blocked_tumblelogs”: “blog1,blog2,blog3” }
Feel free to replace blog1, blog2, blog3 with your list of radioactive blogs you’re trying to escape from.
After you do all this, don’t forget you still have to manually block them on your side blog as well. It’s a bloomin’ marathon, but hey, at least it keeps you fit, right?
More on Blocking: Privacy and Visibility
Now that you have an arsenal of blocked blogs, let’s address the major elephant in this Tumblr room: they may still see your content if they’re not lurking on their dashboard! Yes, you heard it right—if they sneakily visit your page like a horror movie character, they can still *see* your reblogs from Blog A. But fear not, they can’t interact with it, like reblogging, liking, or replying. Just lurking with a side of drama.
But wait, there’s more! If you don’t want to see content from a particular user, even if they’re reblogged elsewhere, add them to your Filtered Post Content. Filter it out like a bad taste in your mouth!
To do this:
- Go to Settings > Account.
- Under Filtered Post Content, simply toss in the blog name you’d rather not deal with.
- Remember, this won’t hide their blog but filters the content from appearing. It’s like putting on an invisibility cloak.
Keep in mind there’s confusion between Filtered Post Content and Filtered Tags: the former deals with mentioning the name outright and the latter only catches posts tagged with specific phrases. Know your tools, my friends!
Wrapping It All Up!
So, can you search your blocklist on Tumblr? Well, with a rigid set of manually devised instructions and a little tech-savvy flair, you can definitely manage it! Although it might not feel like the smoothest journey, you can overcome this labyrinth with the right tools and determination. Consider this your tutorial for those *oh-so-unwanted* blogs that keep invading your peaceful, creative space! While you’re at it, keep that sense of humor alive because let’s face it, managing online drama while maintaining sanity is basically an Olympic sport.
So, whether you’re using the manual methods or diving deep into the mystical world of APIs, tackle those blocklists like a champ! Your Tumblr experience deserves to be as uninterfered and bizarre as it can possibly be, and you’re the only one who can ensure that happens. Happy blocking!