Created
March 7, 2015 22:36
-
-
Save mikekavouras/cc4fca014b971604aae0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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