Tumblr is a microblogging platform that allows users to post text, images, videos, links, quotes and audio to their tumblelog, a short-form blog.
0
votes
0answers
15 views
How to get the latest two posts with images
We're using the tumblr gem to get posts from our blog. We get the posts like this:
client = Tumblr::Client.new
posts = client.posts("blog_url", :type => "text", :limit => 2)["posts"] #gets a ...
0
votes
2answers
33 views
How to customize tumblr 404 URL not found page
It seems Tumblr does not provide a div tag to customize the look and feel of the 'url not found' page.
Is there any way other way to customize the 404 (URL NOT FOUND) Page?
0
votes
1answer
22 views
flickr, tumblr , instagram share intent in android
I want to share image flickr, tumblr, instagram.
I want to do this with these 3 installed apps..
I found for instagram
Intent shareIntent = new Intent(Intent.ACTION_SEND);
...
0
votes
1answer
20 views
Specify posts to appear on Tumblr custom page
I want to create a custom page and I want posts with a couple of tags (e.g. Photoset and Gifset) to appear on it. I just learned that one way to do this is by using the Tumblr API. I'm not very ...
0
votes
1answer
26 views
difficulty applying a tumblr CSS
I'm trying to block all posts from my home page and I have the code to do it but I don't know how to make it work.
Any help would be great!
{block:IndexPage}
<p> This will be printed on the ...
0
votes
0answers
25 views
limiting Tumblr API v2 return data possible?
I'm getting a tumblr feed like so:
api.tumblr.com/v2/blog/blahblah.tumblr.com/posts?limit=30&api_key=xyzabc
But it's returning a crapload of data with a whole bunch of junk I don't care about. ...
2
votes
1answer
42 views
Integrating Tumblr API within my IOS App [closed]
I am trying to integrate Tumblr API with IOS app using TMTumblrSDK , I am still finding it difficult,It is giving me some unknown behaviour. It Means getting reponse like not authorized 401. I have ...
5
votes
1answer
37 views
tumblr oembed support for video sites - whitelist?
tumblr supports copy&pasting links from a number of videos sites providing oembed json / xml files (youtube, vimeo, dailymotion) but seems to ignore others (screenr, ted.com) although those sites ...
3
votes
1answer
55 views
Displaying current year in tumblr theme
I want to place a copyright statement in the footer of my Tumblr theme something like "Acme Co © 2013" but i dont want to have to go in a update the year each year.
Normally with php this could be ...
1
vote
1answer
59 views
Can I hide all posts from Tumblr's main blog while keeping them unhidden from their routed pages? [closed]
I'm trying to figure out how I can keep my all of my posts off of my homepage without hiding them from my secondary pages......
Here's what I'm working with:
http://brewerstl.tumblr.com/
3
votes
1answer
53 views
Post local image file on tumblr via API with perl
I've been messing around with the tumblr API with perl and have gotten several functions to work.
However, I can not get local image files to upload via perl.
Here is my code that works for URLs
...
-6
votes
1answer
31 views
How to show tags on tumblr when you hover over a picture? [closed]
I got this new theme (http://soeststhemes.tumblr.com/casual) but unfortunately it doesn't show the tags. I'd like to show the tags when you hover over an image, does anyone know how to do it on html?
...
0
votes
1answer
48 views
element on main Tumblr page ONLY - works but breaks control buttons
I used a snippet of code that I found on another thread here to implement a 'custom html' feature on my theme. It's like a 'sticky post', or an additional {description} block. It functions perfectly ...
0
votes
1answer
31 views
Avoid sidebar overlapping content on tumblr with CSS positioning
I'm having problems avoiding my sidebar to overlap the main content of my blog on tumblr. I am using a premade template on tumblr which i have modified. The only ways I can position my sidebar in the ...
2
votes
0answers
34 views
Python & tumblr API: cannot log in to my own tumblr to create posts
So I have a consumer key and consumer secret from tumblr, and I have the following code allowing me to do Oauth authentication, but I have no idea how to actually log in to my own tumblr through ...
1
vote
3answers
22 views
How to make a Tumblr Banner link to a site?
I know that this question has already been asked, but the HTML I am looking at has been written in a strange format, in my opinion. I already looked at this thread: How do I make my banner in tumblr ...
1
vote
1answer
20 views
Embedded iframe from Tumblr can't load images automatically (URL not found)
So I have twisted my head around this for a while now, and just got desperate after a longer period of anger.
My iframe loads and all, but the images' URL's is not found.
- BUT! If you click on the ...
0
votes
0answers
65 views
I mad my first tumblr theme but infinite scrolling will notwork
I have finally made my first theme i an in love with on tumblr, but i can`t get the endless scrolling in to work. so bassically it only shows my first 15 posts then just stops. i have tried all the ...
0
votes
0answers
29 views
tumblr share button - get callback?
Tumblr generated the following code for a share button. How do I capture the callback when they positively actioned the share?
<!-- Put this tag wherever you want your button to appear -->
...
0
votes
0answers
23 views
Uploading photos to Tumblr from Meteor through tumblrwks
I'm having issues uploading photos from Meteor to Tumblr serverside using node package tumblrwks. Posting text posts work fine. I think this is related to how the image is encoded. Tumblr API says to ...
-1
votes
1answer
39 views
How to search comments based on Specific Keyword from social networks?
Is there any social network like Google+, Instagram, Tumblr, MySpace, Linkedin, Foursquard, have Search api which allows to search public comments/posts based on "Specific Keyword".
Just like Twitter ...
0
votes
0answers
19 views
Tumblr API: post with GMT date
I try to make new post with concrete date using Tumblr API. All works, except that date is ignored and post always become published with current time. Here is how Date should be formatted according to ...
0
votes
1answer
25 views
Limit number of tweets in Tumblr
I'm using the twitter block in tumblr which displays the latest tweets from my twitter feed. Right now it displays the last 20 tweets but I want it to only show the last 5 tweets. anyone have any idea ...
-1
votes
0answers
15 views
Changing the container size for a thumbnail image on an index page
I'm using the custom tumblr theme: http://hasaportfolio.com/ which is PERFECT for creating a portfolio where the first image defaults as the thumbnail image for the project. The only issue is that ...
1
vote
0answers
20 views
Can't get two switchclasses to work defaults back after one or two clicks
Okay so I'm making a theme for tumblr. I'm using isotope for layout options. What I want is for there to be two choices -- one column with wide posts (filling the entire div the posts will be in), and ...
0
votes
0answers
52 views
injecting permanent json data to html with jquery
i am currently updating my own website and i encountered a problem which i cannot solve, thanks in advance.
i am fetching photos from my tumblr blog and using json parser i have no problem parsing ...
-2
votes
0answers
21 views
expand collapse boxes move other content
i'm working on a tumblr theme for my blog, in the sidebar i have 3 expand collapse boxes which you can find the codes for on this site ...
0
votes
1answer
23 views
VB.NET How to post text with API v2
Can anyone guide me on how to make a program with VB.NET, from the beginning?
The program's goal is to post a text in a given Tumblr account ( with given password and keys/secrets ).I have no idea ...
1
vote
1answer
146 views
Using Tumblr Like Button with Infinite Scroll
I'm trying to use the new Tumblr like buttons within Infinite Scroll (allowing your theme a like button on individual Tumblr posts from the homepage) they work for the first 15 posts of the first ...
0
votes
3answers
33 views
Get 3 URLs from XML, randomly select one to save to variable
I'm in over my head at this point - but what i have currently looks like this:
<?php
$request_url = ...
0
votes
1answer
24 views
Create a drop-down menu with tumblr meta-if tags?
Is it possible to create a drop-down menu in the tumblr theme appearance options using meta-if tags/booleans, like you can for the meta-font tags? For example, in the theme I'm working on, I have ...
-1
votes
1answer
44 views
Editing Tumblr theme's HTML to accommodate transparency
I have a Tumblr blog, and I'm using the Effector theme. I like it, but unfortunately it colors the backgrounds of all partially transparent images black. Is there any way I can edit the theme's HTML ...
0
votes
1answer
31 views
fixing an image so that it does not move depending on the screen resolution?
I have been searching far and wide and haven't been able to find help for my small issue. I am not a professional, but I enjoy making and modifying tumblr themes as a hobby. aka I am self professed ...
0
votes
2answers
43 views
Masonry images overlapping
so I'm working on my Tumblr Theme right now. I'm using Masonry to have all my posts in a 5-column grid and the infinite scroll script to load new images into the grid when I'm scrolling down. ...
0
votes
1answer
16 views
Flattr buttons display an error using Tumblr theme code
Similar to this question also on my blog since few days ago Flattr is displaying error on all buttons. What is wrong? Has something changed the API? I have not changed any code but when I see the blog ...
0
votes
0answers
26 views
Unable to login to Tumblr
I have gone through the post previously asked on
tumblr iphone integration
But now i am getting "Authentication failed" whenever i login with Tumblr write API.
Below is the code which i have used. I ...
1
vote
0answers
29 views
Extra padding on photo and photoset posts on tumblr
I'm working on my first tumblr theme, and I cannot figure out what's wrong. For some reason, all of my photo and photoset posts have 3 extra pixels beneath the photo/photoset. But all of the other ...
0
votes
2answers
38 views
<span> not remaining inline (ShareThis)
I've had a ShareThis plugin installed on my blog for quite some time now but have only just noticed that not all my 'share icon's' are displaying inline.
I've tried using padding-bottom and ...
0
votes
1answer
38 views
fix a banner on top of my Tumblr
I don't know much about HTML and having a basic idea like changing colors, place an element in the left or right place etc. Someone on the internet made a custom tumblr code for me, but at the time i ...
0
votes
0answers
30 views
Redirecting a url within Django to Tumblr
I would like to have a Tumblr blog associated with my domain name, example.com. However, instead of using blog.example.com I would like to point example.com/blog to Tumblr. I've looked at the ...
0
votes
1answer
20 views
Need help aligning an hr with body text of posts
On my website, I put a horizontal rule in between my posts, but I can't seem to get it to actually line up with the posts, that is: to make its center lined up with the center of text of the posts - ...
0
votes
2answers
48 views
Javascript history go — if not, go to index.html
To go back to the appropriate tumblr page, we're using:
<a href="javascript:history.go(-1)"> Back </a>
However, we're getting a lot of traffic directly from the twitter app, and this ...
0
votes
1answer
36 views
How to login to Tumblr with API v2?
My app used to be able to log into Tumblr, but late last year they changed their api to use OAuth. I am having a hell of a time trying to log in to Tumblr programmatically from a client-side app. I ...
-3
votes
0answers
12 views
Does anyone know how to replace this theme code with another? [closed]
Basically, I need to replace the reblog, permalink and like buttons on this theme
(click preview then hover any pic)
with the ones on this one. (preview at gemdust.tumblr.com)
I know what I'm ...
1
vote
1answer
34 views
Tumblr page images duplicating on homepage only
Have never used Tumblr but have been asked to troubleshoot an issue we are having, so please forgive me if I don't get the Tumblr terminology correct.
The homepage of the Tumblr account is ...
0
votes
1answer
27 views
Tumblr sidebar overlapping the main column
I have a very specific issue with my sidebar in a tumblr blog. I have put it in to encompass all the navigation and fixed it on the left, but it overlaps the main column:
I cannot find a way of ...
1
vote
1answer
41 views
Rails: tumblr_client gem works in console, not in app
I'm new to Rails and have been writing a simple app to post to Tumblr. I got all my oauth stuff working, and decided to use the tumblr_client gem to facilitate posting. I can get it to post just fine ...
1
vote
2answers
51 views
First image only from photoset on indexpage, then all on permalinkpage
Hello - I've been playing around with tumblr photosets and currently i'm using a masonry based theme (http://dgsmigliani.tumblr.com/). With the photosets, i wish to just show the first image of the ...
0
votes
1answer
21 views
Tumblr “Sourceurl” only showing on certain posts
For some reason, on my blog, the source url is only showing up on some posts, and I can't figure out why.
This post here: http://kylesethgray.com/post/49192734862/smartphone-feud
and this one: ...
0
votes
0answers
27 views
User-editable HTML XSS protection (tumblr like)
I want my service to have such a feature: author can fully customize the page, but can't steal users' cookies.
Tumblr had some troubles with that, but solved them successfully ...



