I am trying to embed videos automatically at 700px on Tumblr, but tumblr has a bad habit of controlling embed options, forcing max-500px.
I use a script by matthew buchanan which allows you to customize the embed colors
http://matthewbuchanan.name/post/971857304/better-html5-vimeo-embeds
$(function() {
var color = "55cc55";
$("object[d...
If I used the api to post, I would like to return back the Tumblr permalink for that site I sent it to.
...
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
$tumblr_email = '[email protected]';
$tumblr_password = 'secret';
// Data for new record
$post_type = 'photo';
//////////////////////TH...
Hey
I'm creating a small service, which needs to have ability for custom themes. I like the way Tumblr handles them, and would like to know, if it's legal to just plain copy their way.
{Block:Post}
{Block:Title}<h1>{Title}</h1>{/Block:Title}
{/Block:Post}
Does someone know something about this? Would it be bad reputation?
Martti ...
Hi,
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 (so I can import it in my Wordpress blog). This script reads tumblr's API, queries elements, do a bit of formatting and export the whole...
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 = 'http://www.tumblr.com/share',
l = d.location,
e = encodeURIComponent,
p = '?v=3&u=' + e(l.href) + '&t=' + e(d.title) + '&s=' + e(s),
u ...
Okay,
I' not an expert in PHP (I'm really just beginning to grasp the thing) and I need a little help to customized a script for extracting titles from Tumblr's post (and I insist, it's a small problem, I'm not asking for the whole script to be written for me).
For those who doesn't know: Tumblr is a microblogging platform with the ch...