Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
53 views

How to avoid explicit content from Tumblr scraping

I have a scraper that scrapes images from Tumblr, but I just realized that in this source we have a lot of explicit content. Does anyone knows to avoid explicit content from Tumblr scraping?
Arrmlet's user avatar
  • 101
0 votes
0 answers
42 views

Can't fetch the following of tumblr accounts using the api

I wanted to create a python script that fetches the following/followers of specified tumblr usernames/username and exports it to a .json file. The problem is, every account except for mine can't be ...
CoffeMoth's user avatar
0 votes
0 answers
25 views

How can I minimized NPF photo quality from full-res to 500px?

The photo cannot load and squashed my photo into a rectangle when I used Infinity Scroll. I tried to solve the problem with CSS width and height but it rather changed the size, not the quality of the ...
diacetyl's user avatar
1 vote
1 answer
147 views

How to get next page of Tumblr posts using JS & Ajax

For a React project using vanilla js, I'm scraping my Tumlbr blog to retrieve all photo posts and imbed them into a 'blog' page on my application. I'm using ajax to do this, since the tumblr.js ...
kristin1111's user avatar
0 votes
0 answers
98 views

Tumblr Automatic Insertion of Image Caption Base Upon Image File Name? - Example Script I Use on Blogger to Do This

On Blogger I use the following script to automatically insert image captions. The caption is file name of the image less the image extension and the added "_w". The "_w" is added ...
user5671178's user avatar
1 vote
1 answer
160 views

Tumblr Blog: How to fix Submit Page & Ask Page box column count problem?

I'm very new to HTML and CSS, and I've been having some trouble with my new Tumblr blog's custom layout. Here's the blog link: https://wojakgallery.tumblr.com/ As you can see in the link above I'm ...
GFB's user avatar
  • 13
0 votes
1 answer
114 views

Image sizes when uploading to Tumblr. Pages showing different rules than for Posts. How to lazyload Post images

I am working with a pretty customised Tumblr account. I have a mixture of pages and posts where I want to access content and assets (mainly images to use in other posts and/or pages). When I upload a ...
lharby's user avatar
  • 3,233
1 vote
2 answers
114 views

How to make an SVG icon change colors once clicked and visited, and revert back to its previous color when unclicked despite being visited?

I'm working on a Tumblr theme right now, but my Tumblr blog has its own unique domain. This makes some of Tumblr's native features and buttons inaccessible to me. AKA: none of the usual buttons on the ...
online-user's user avatar
0 votes
0 answers
55 views

How do I get a Tumblr Poster's avatar and username?

I am completely new to making themes in Tumblr and had a question. So I'm coding my blog and I want to make it so that for each post, the post displays the poster's avatar and username. For example, ...
toaster's user avatar
0 votes
0 answers
110 views

How to customize a URL on tumblr

I am creating a tumblr account and would like to add a link to my twitter on the profile description (I am talking about the "preview" of the profile, not the themed part of it) You can't ...
user9869431's user avatar
0 votes
0 answers
131 views

Tumblr Theme Development - Loading and Manipulating Post Notes Appearance

I'm currently working on a Tumblr theme development project and could use some guidance. I know Tumblr theme development isn't as common nowadays, but I'm stuck and hoping someone can shed some light. ...
Faiz's user avatar
  • 51
0 votes
1 answer
45 views

Trigger banner's blur effect while hover on text overlay

I've just customizing my blog with a banner photo that when it's being hovered, the photo will blurred out and display the link. However, the text container was on top of the photo, causing it not to ...
diacetyl's user avatar
0 votes
1 answer
271 views

Infinite Scrolling creates pagination sublink as I scroll

I've finally worked out Infinite Scrolling thanks to what lharby has commented on my last post.Thank you so much! The problem is that the script creates a new pagination link as I exceeded scrolling ...
diacetyl's user avatar
1 vote
1 answer
285 views

Why am I reciving a 403 error when trying to authorize Apps Script with the Tumblr api?

I'm completely new to oauth and APIs, and I'm trying to use some example apps script oauth code for accessing the Basecamp API to create a post on Tumblr: var npfPost = { "content": [ ...
raspbery9000's user avatar
0 votes
0 answers
55 views

What elements should be replaced for localStorage?

I want to create a hit counter for my Tumblr blog. But it failed to show all client numbers as I'm using localStorage. What should I replaced it with? Thank you! CODE var visitCount = localStorage....
diacetyl's user avatar
0 votes
0 answers
54 views

stabilize hit counter number (aka total visits) on tumblr

I tried to create a hit counter for my Tumblr.However it's only changes the number on my main browser, if I switch to other browsers it would reset and not keeping the total number everytime I reload ...
diacetyl's user avatar
1 vote
1 answer
139 views

How to transition like button status (Like -> Liked)

I used the following code from this article here I'm currently looking for how to transition the like text (Like -> Liked) after somebody liked my post. My blog: https://14test.tumblr.com CSS ....
diacetyl's user avatar
0 votes
1 answer
59 views

Custom like button liked state didn't work

I used the following code from this article here Despite looking right and usable on my blog, it didn't show the liked state as described in the article. My blog: https://14test.tumblr.com Here is the ...
diacetyl's user avatar
0 votes
1 answer
100 views

How to make Tumblr indexpage Posts redirect to Permalink?

I need to display first image and title of a post in indexpage, clicking on them would redirect to Post Permalink. I tried this code: {block:IndexPage} <a href="{Permalink}" class="...
mboy88's user avatar
  • 3
1 vote
0 answers
300 views

tumblr theme not showing images and videos

i used the theme maximize from adorablethemes ( https://github.com/adorablethemes/themes/blob/master/legacy/maximize.txt) for quite a while and was very very happy with it. but now the theme shows ...
Jan Lisowski's user avatar
0 votes
1 answer
276 views

tumblr theme text is all bold

The theme I'm using is this one tumblr The text post on tumblr.com is both bolded and normal text boldandnormaljpgbut this same post shows ALL bolded on the theme all bolded. I'm not sure what's ...
sia 's user avatar
  • 1
0 votes
1 answer
183 views

Changing the name of an ion-icon that's used as an alternate Tumblr like button

I'm using ion-icon as a customized Tumblr button for the theme I'm currently working on. My goal here is to change the name of the icon from "heart-outline" to simply "heart" (...
user avatar
0 votes
0 answers
29 views

Why won't my Datamaps plugin show up on my Tumblr blog page?

Trying to install datamaps plugin onto Tumblr blog page, map won't show up I'm a beginner to coding, and have been trying to install an interactive political on a page of my tumblr; I have received ...
W. Han's user avatar
  • 1
0 votes
0 answers
78 views

tumblr embeds creating blank space on pages

third time lucky. embed links, videos, songs, whatever, look fine as actual posts on tumblr.com/mycomaboyfriend but on mycomaboyfriend.tumblr, thats when they start to glitch out and create large gaps ...
mycb's user avatar
  • 1
0 votes
0 answers
55 views

How can I fix the margin of my page to sit correctly on the screen instead of snapping too low?

A little embarrassing, because I'm a newbie in the world of HTML and CSS specifically, but I'm practicing applying what I do know. Basically, I've added all sorts of fun stuff to the original base ...
voxxian's user avatar
0 votes
0 answers
70 views

How do make a POST/GET call when using the Tumblr API in C#?

I'm trying to build a little program that uses Tumblr's API (https://www.tumblr.com/docs/en/api/v2) to fetch and scan a list of recent followers of your blog for spam users (default picture and no ...
HelpMeTumblPlease's user avatar
0 votes
0 answers
177 views

Getting bad request response error in Tumblr api /posts endpoint

I am using python for making a post request on tumblr /posts endpoint but getting an error response. This is the code. Tumblr api use oauth1 authentication. import requests from requests_oauthlib ...
Samar Shah's user avatar
0 votes
0 answers
130 views

Need help getting CSS grid to work on a Tumblr theme

As the title states, I am trying to get help with a CSS grid code on a Tumblr theme. So far everything works great, with just two issues: there is a grey background that shouldn't be there in the ...
Enchanted's user avatar
0 votes
0 answers
585 views

What is Va.media.tumblr. How it stores post?

I posted a video on my tumblr blog. It gave me a link with va.media.tumblr.com/………mp4 After I deleted my post and visited the same link it was still opening even though there are no posts on my blog ...
Vikram's user avatar
  • 1
1 vote
0 answers
177 views

Tumblr different pages need different layouts html/css - columns page vs single post/container page

This is my first ever question on stackoverflow so I apologize if I'm not following standard etiquette. I'm working on a blog final project for a class that requires a custom theme and I'm using ...
stephi's user avatar
  • 11
1 vote
0 answers
105 views

Is there a way to retrieve all notes from a tumblr post?

This question has been asked a few times before, but none of the answers have ever actually managed to find a way to do this. Tumblr has an API that you can use in conjunction with pytumblr, but this ...
Swigg's user avatar
  • 55
0 votes
1 answer
521 views

Is there a way to change post sizes on the Tumblr Official Theme?

I noticed the other day that post sizes on the Tumblr Official Theme are sized at 500px, which ends up compressing any photos posted on the blog that are originally posted at the dash post size of ...
natmp3's user avatar
  • 3
0 votes
3 answers
6k views

How do I force audio to autoplay on chrome and firefox?

I'm trying to add autoplaying music to a tumblr theme, but Chrome and Firefox both prevent autoplaying audio by default. How do I circumvent this? Currently, to hear the autoplaying music, a user ...
jimathel's user avatar
2 votes
2 answers
122 views

define variable inside getscript and use it outside of it? (fetching an avatar from a json file and use it in loop)

been losing my mind over this for a day now. I have this array that has a nested array in it like this: [[username, desc],[username 2, desc 2], [...]] my goal is to integrate the values in a <li>...
amy's user avatar
  • 83
0 votes
0 answers
1k views

Tumblr: Reblog posts without details

Sometimes, when I reblog a post, it appears like this (please see the left picture in grey box with original blog name above). In order to have the post shown as we have in the right side, I've tried ...
typo_'s user avatar
  • 21
0 votes
2 answers
954 views

Hide Tumblr Floating Banner

I would like to hide the banner that appears on Tumblr, both in the web version and in the mobile version. Maybe with CSS or html.
Art's user avatar
  • 1
0 votes
0 answers
437 views

Remove padding/margins from h4

I've tried all the CSS styling of putting margins and paddings at 0 but it's still being stubborn. Basically I have text and images inline but want there to be less space between the top and bottom. ...
jqdunn's user avatar
  • 9
-1 votes
2 answers
1k views

HTML form action : url format

I have a form that sends the input diff=easy&know=high&lang=francais (example) When I set form action to <form action="https://adressedetest.tumblr.com/tagged/"> The forms ...
Lys's user avatar
  • 3
0 votes
0 answers
83 views

Convert HTML/CSS Variables into Tumblr Variables for Darkmode

Need help to turn HTML/CSS Variables into Tumblr Variables for the Javascript code for the dark/light mode. HTML/CSS Variable --mediumgreen: #7CA073; --bgimage: url(/images/toplight.svg); CSS will be:...
chewingwildflower's user avatar
0 votes
1 answer
257 views

How to get around Tumblr returning it's images embedded in a webpage to a 3rd party service

Ran into this issue and wanted to share my solution. I am writing a script that gets images from a Tumblr blog and texts them to me. I was using a web scraper but switched to Tumblr's api, both of ...
Ace's user avatar
  • 1,126
1 vote
0 answers
1k views

Download Tumblr messages

I would like to download certain direct messages from my Tumblr account, preferrably including emojis and images. Is there a way to do that? TumblThree and tumblr-utils don't seem to have that ...
I would like to learn's user avatar
0 votes
1 answer
415 views

I can't style the mobile view on tumblr

I'm a less than an amateur coder I've just been using tumblr as a photo journal/portfolio and running into some styling trouble and hoping to find some assistance. I've been able to modify the theme I'...
waynekun's user avatar
0 votes
1 answer
107 views

How to toggle hashtags on blog posts individually by button on each blog post with same classname (vanilla js)

I have a div/button under each blog post-text to toggle the display of the tags/categories it is filled under. My understanding of JS is very limited. These two pieces of js is what I have but both ...
flipsecph's user avatar
1 vote
1 answer
537 views

Is it possible to change a certain string within an URL with another term using script?

Hi everyone.I have a tumblr blog, whose navigation is organized in tags, forming URLs like these. xxxx.com/home_english/ xxxx.com/home_spanish/ xxxx.com/news_english/ xxxx.com/news_english/...
setnaps's user avatar
  • 39
1 vote
1 answer
108 views

Is there a way to dynamically add a "last" class to the last post appearing in a Tumblr tag page?

I was wondering whether it is possible to add a "last" class to the last post appearing in a tumblr tag page in order to be able to customize it in css? The goal is the following: let us say ...
setnaps's user avatar
  • 39
1 vote
1 answer
295 views

Is there a way to retrieve all the tags of any tumblr post for my html custom theme?

I am customizing a tumblr theme and I would like to know whether it is possible to retrieve all the tags of a post and use them as classes for my page container. So far, I have been able to achieve ...
setnaps's user avatar
  • 39
0 votes
0 answers
266 views

How to stop my Tumblr posts from overflowing?

Specific posts on my Tumblr page keep bleeding into to the theme background. It is only happening with posts that include both images and text, however not with each one of them. I've tried everything ...
emmex's user avatar
  • 1
1 vote
1 answer
146 views

Adding Javascript Widget to a Single Tumblr Post

I only do scientific programming so I am not too familiar with javascript. I am trying to add a widget to one single tumblr post. The website I got the widget from makes it specifically for tumblr and ...
Michaela Wood's user avatar
0 votes
1 answer
153 views

Can't run ruby script with required tumblr_client

Can't run ruby script with required tumblr_client. Installed gem 'tumblr_client', but I got an error: C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/faraday-0.9.2/lib/faraday/options.rb:153:in `new': tried to ...
Vasil Laurynovich's user avatar
0 votes
0 answers
88 views

How to apply javascript to all Tumblr posts in main feed instead of just most recent post

JS total noob here. I'm trying to apply this code inside tumblr theme file but it's only getting applied to the most recent post in the main feed. This is to show comment count for disqus but using {...
juliancorp's user avatar

1
2 3 4 5
41