I\'m trying to include Tumblr feeds on a webpage roughly as follows
$.ajax({ url: \'http://mypage.tumblr.com/api/read/json?tagged=interesting+tag
From Tumblr API Docs : tagged - Return posts with this tag in reverse-chronological order (newest first). with this tag is self explanatory, I think.
tagged - Return posts with this tag in reverse-chronological order (newest first).
So, you'll have to make several requests, sorry