Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created March 7, 2015 22:36
Show Gist options
  • Select an option

  • Save mikekavouras/cc4fca014b971604aae0 to your computer and use it in GitHub Desktop.

Select an option

Save mikekavouras/cc4fca014b971604aae0 to your computer and use it in GitHub Desktop.
var key = "2W5eRXOm7i0ZpdlEKi3g2G6wCAOJsTBpJ45aenzuNGikak9tl2"
var name = "reuters"
t = new TumblrMachine(name, key, false, function(collection, isLast) {
var post = collection.posts()[0];
var content = post.content();
$('#photos').html(content);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment