Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created March 7, 2015 21:57
Show Gist options
  • Select an option

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

Select an option

Save mikekavouras/869164f9907c7b383fb5 to your computer and use it in GitHub Desktop.
var name = "reuters";
var key = "2W5eRXOm7i0ZpdlEKi3g2G6wCAOJsTBpJ45aenzuNGikak9tl2"
t = new TumblrMachine(name, key, false, function(collection, isLast) {
var post = collection._posts[0].body;
var div = document.getElementsById('tumblr-post');
body.innerHTML = post;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment