Tagged Questions

Tumblr is a microblogging platform that allows users to post text, images, videos, links, quotes and audio to their tumblelog, a short-form blog.

learn more… | top users | synonyms

7
votes
4answers
2k views

Anyone know what tumblr is written in

Does anyone know what tumblr is written in? I have been trying to figure it out.
6
votes
3answers
441 views

Ascii art in HTML comments - fad or function?

Lately I've seen several websites with large ASCII art headers in their HTML. I don't get the point and it seems like this must just be a fad. For instance, tumblr.com has it: <!-- . ...
5
votes
5answers
893 views

CakePHP, CodeIgniter or Rails for multi-user Tumblr clone?

I'm about to start building a tumblr clone that handles multiple users (so premade clones like Gelato won't cut it) and I'm not sure which framework I'd like to build this is. Right now, I'm only ...
4
votes
1answer
297 views

Android Tumblr Oauth-signpost 401

Okay, so, I am making a Tumblr client for Android, I've been trying and failing to get OAuth working for about a week now. Here's how its going: User fires up the app. Main activity's onCreate does ...
4
votes
3answers
148 views

Building a “themeable” website

Websites like Wordpress and Tumblr allow designers to create themes that users can select. In general how would you architect a website to be flexible enough to allow custom themes for users?
4
votes
1answer
2k views

Uploading multiple images through Tumblr API

I have about 300 images I want to upload to my new Tumblr account, becuase my old wordpress site got hacked and I no longer wish to use wordpress. I uploaded one image a day for 300 days, and I'd ...
4
votes
4answers
4k views

CSS/JS hosting with Tumblr

I'm setting up a custom themed Tumblr site for someone that doesn't want annual hosting fees. Are there any free places out there to host under 10mb of css/js/jpeg files? (Tried Google docs but they ...
3
votes
1answer
112 views

Better CLI Tumblr tools

I am looking for the best tool in command line under linux, to interact with Tumblr. I've found this https://github.com/ahoward/tumblr/ , but it's seems lite. I'm not a big developper, I'm using bash ...
3
votes
3answers
168 views

How do I convert a file to this hexadecimal notation in objective c?

I'm trying to urlencode a png for upload using the Tumblr API via iOS / Objective C. This is relatively unbelievable, but the Tumblr API will only accept 'urlencoded binary data' for multiple photo ...
3
votes
1answer
1k views

Infinite Horizontal Scroll on Tumblr

I'm not sure if any of you are familiar with Tumblr but I'm simply trying to attain a HORIZONTAL infinite scroll. Vertical infinite scrolls are easy to find. Now, I did find one on jsfiddle: ...
3
votes
1answer
1k views

Tumblr API - how to upload multiple images to a Photoset

I am able to upload one picture but I can't create a photoset with multiple images using API. Documentation says: Paramater: Array (URL-encoded binary contents) One or more image files (submit ...
3
votes
5answers
103 views

How can I make sure redundant <p> tags do not break styling?

I am getting an unreliable result from the Tumblr API. When I get a single line of text, I receive just the text. When there are multiple lines, each line is wrapped in a <p> tag. So I either ...
3
votes
1answer
526 views

Tumblr API Upload Help

Maybe I am going crazy, but this isn't working. I am trying to upload a image in the connect folder to a tumblr account. Here's my code: <?php // Authorization info $tumblr_email = '***'; ...
3
votes
3answers
1k views

Possible to find a list of followers or following on Tumblr using API or other means?

The Tumblr API supports basic content reading, but I have not yet found a way to get either the list of followers, or the list of people you are following. The API seems to only return the follower ...
3
votes
1answer
1k views

Getting an Access Token with OAuth-Ruby and Tumblr API (Rails 3)

I am using OAuth-Ruby to do an OAuth authentication with a Tumblr application. I am able to write code that progresses through the various steps of OAuth, but I cannot get an access token or actually ...
3
votes
2answers
187 views

What does tstbklt() from the Tumblr bookmarklet javascript do?

javascript: var d = document, w = window, e = w.getSelection, k = d.getSelection, x = d.selection, s = (e ? e() : (k) ? k() : (x ? x.createRange().text : 0)), f = ...
3
votes
3answers
219 views

How to add an HTML class to a PHP script

First off, I don't know much (quite nothing) about PHP. I'm more familiar with CSS. I'm making use of Ben Ward script Tumblr2Wordpress (here's the script on GitHub) to export my Tumblr blog in XML ...
3
votes
5answers
2k views

What template language does Tumblr use?

Tumblr uses a very simple template language for it's themes: {block:Text} <li class="post text"> {block:Title} <h3><a ...
2
votes
2answers
43 views

JQuery load content from a remote site

I would like to load content from another site using JQuery, Unfortunately the .load() function is limited to the current domain. Is there any way around ? I would like to insert à navigation bar ...
2
votes
3answers
140 views

Start GIF On Mouse Hover and Pause Otherwise?

So I'm trying to have these images on the sidebar of a page I'm building that are static but when you mouseover they animate as gifs. My current setup is to have the background-image css property ...
2
votes
2answers
51 views

Replace string in Array in array with truncate string

I'm using CodeIgniter for my website. I'm also using the tumblr API on my site to show posted news. Because showing the entire text is a bit too much, I want to truncate the body copy to 150 ...
2
votes
2answers
91 views

Tumblr API How do I access the individual values from the following array in php

Im using the tumblr API and the following code: $var = xhttp::toQueryArray($response['body']); print_r($var); This print on the screen the following: Array ( ...
2
votes
1answer
119 views

Having trouble with Tumblr API v2 get dashboard requests

Not sure what I'm doing wrong, but I keep getting => #<Net::HTTPOK 200 OK readbody=true> when trying to get the posts from dashboard. consumer = OAuth::Consumer.new( key, secret, { ...
2
votes
1answer
211 views

Tumblr API 2: Where is the “OAUTH_TOKEN” and “OAUTH_TOKEN_SECRET”

I want to use Tumblr API 2, http://www.tumblr.com/docs/en/api/v2 I have already registered an Application here: http://www.tumblr.com/oauth/apps But I only get the "OAuth Consumer Key" and "Secret ...
2
votes
0answers
255 views

Posting on Tumblr using oAuth and C#

I'm trying to develop a simple application to interact with Tumblr using v2 APIs. I'm able to go past every step in the oAuth flow (thanks to the documentation found on Twitter) and obtain an ...
2
votes
3answers
204 views

Facebook audio Upload of mp4 format

Need help/idea on this? I have to create a mp4 audio file and then have to upload it on facebook , twitter and tumblr. I know there is no specific API for this there. But is there any other way out? ...
2
votes
1answer
101 views

limit to only posts that are tagged using PHP

I am trying to only get the posts that are tagged on a tumblr blog. I can get each post depending on what type of post it is (regular, link, photo, etc) but instead, I want to get each post that has a ...
2
votes
2answers
385 views

How can I tell if Tumblr OAuth credentials are valid?

Using the ruby OAuth library, I am trying to verify if a previous user's credentials are still valid. (in case he has revoked privileges to my app) I've done it for Twitter with no problem as there is ...
2
votes
2answers
933 views

Tumblr SDK(or Sharekit) for Android, does it exist?

I need to integrate Tumblr to my Android app, is there any official(I could not find) or 3rd party SDK available? Thanks! edit: I found ShareKit is a good tool for sharing purpose on iOS, is there ...
2
votes
1answer
158 views

Better method for creating theme in Tumblr

I'm often customizing theme in tumblr, but this editor is terrible. Is there some better possibility for creating theme in tumblr under Linux (Ubuntu) OS? I'm thinking about using vim. But I have to ...
2
votes
2answers
3k views

Easier way to edit the html of a Tumblr theme without using their interface?

In building a Tumblr theme I've got an external .css on my server which is very convenient because I can work directly in my editor, save to my server and refresh to see my results. However, if I ...
2
votes
2answers
329 views

How do I import the css of my tumblr on my tumblr posts on my website?

This is the website with my tumblr posts http://kian02.comlu.com/kian4.php I was able to get the tumblr posts by using this script, but I also want to import the styling of my actual tumblr too. ...
2
votes
3answers
756 views

Tumblr OAuth image post gives me 401/“Invalid OAuth credentials”

I've got an iOS app thats posts images to several services, including twitter and I'm trying to extend that support to tumblr. I've adapted some open source code for the OAuth 1.0a header logic and ...
2
votes
1answer
706 views

How to display a JSON error message?

I'm currently developing a tumblr theme and have built a jQuery JSON thingamabob that uses the Tumblr API to do the following: The user would click on the "post type" link (e.g. Video Posts), at ...
2
votes
1answer
221 views

jQuery Colour Animation

I'm stuck with a function that doesn't want to animate... I'm using the latest jQuery Color Plugin to enable color animations. Now, what should happen in the following code is that (when it works of ...
2
votes
1answer
312 views

getting name of next post in tumblr

I'm making a custom tumblr theme. I'm displaying one post per page. How can I get the title of the next page. For example, when using pagination: {block:Pagination} {block:NextPage} <a ...
2
votes
1answer
1k views

Problem when uploading an image to tumblr using php/curl

I've been trying to create a simple php file that will upload a single image to tumblr. An example is listed here, but it just won't work with images. Here is the code: <?php // Authorization info ...
2
votes
1answer
558 views

Image uploading from Python or cURL to Tumblr?

I'm working on a project that involves uploading an image to tumblr from Python. I've had luck using Tumblr's API( http://www.tumblr.com/docs/en/api ) in doing regular text-posts, but image uploads ...
2
votes
2answers
3k views

Sending a POST request from Cocoa to Tumblr

This code snippet isn't working, I'm getting an "Authentication Failed." response from the server. Any ideas? NSMutableURLRequest *request = [[NSMutableURLRequest alloc] ...
2
votes
4answers
3k views

jQuery - parsing JSON data - Having trouble with variable name

My first delve into working with JSON data. I have a bit of experience using jQuery though. I'm posting to this URL (tumblr api): jyoseph.com/api/read/json What I'm trying to do is output the json ...
1
vote
2answers
28 views

Unable to generate Tumblr API Request Token in PHP

First, a note: My host does not have the PECL OAUTH or HTTP extensions installed. The purpose of this: I'm hoping to create an interface to easily follow and unfollow a given list of Tumblr names. ...
1
vote
2answers
255 views

How do I get large images in my tumblr custom theme?

In Tumblr, the maximum image size is 500px. I want to know how to get larger images in my custom theme.
1
vote
0answers
40 views

Tumblr fake API key

I'm currently building a Ruby Tumblr gem. Is there any fake API key available? I already found the demo Tumblog, which is an excellent choice for testing my gem.
1
vote
0answers
124 views

tumblr api. Got OAuth. How to get v2/user/info? (Php - curl)

I am developing an application where I must connect to ALL major social networks (Facebook, Tumblr, Twitter, Y!Answers, MSN, Youtube to start with, more later). I have downloaded and used one type of ...
1
vote
1answer
74 views

What HTML attributes are allowed on a Tumblr post? (tinymce)

When creating a Tumblr post, and using the HTML editor option, when I add specific HTML attributes to elements, the TinyMCE rich text editor strips nearly everything off. i.e. this: <span ...
1
vote
1answer
102 views

Defining style on a per post basis in Tumblr

I created the following style to act as a header for blog posts. h4 {font-family: "futura", "helvetica", sans-serif; position:center; line-height:56px; font-size:38px; letter-spacing:1px; ...
1
vote
1answer
78 views

How can I modify the tumblr bookmarklet to post to a specific tumblr blog?

I have a couple blogs linked to my Tumblr account, but the bookmarklet always selects my "primary" blog (the first one in the list). How can I modify the bookmarklet so that it will auto-select a ...
1
vote
2answers
155 views

Tumblr API Posting A Photo from HTML Canvas

I'm having some issues trying to get my code to post the HTML canvas into Tumblr as a photo. I'm using PHP, and the code on the server side is as follows: if(isset($_POST['postphoto']) and ...
1
vote
1answer
290 views

Tumblr: Search returning no search results

I'm new to tumblr and am trying to implement Search in a custom theme. I have: <form action="/search" method="get" id="search-form"> <input type="text" name="q" class="query" value="" ...
1
vote
2answers
156 views

Tumblr's pixel-by-pixel arrow

If you check out here: http://www.tumblr.com/explore You'll notice the background box and little triangle over the "explore" menu item. I absolutely love Tumblr's design, so I've been trying to ...

1 2 3 4 5 7