javascript - Specify posts to appear on Tumblr custom page -


i want create custom page , want posts couple of tags (e.g. photoset , gifset) appear on it. learned 1 way using tumblr api. i'm not knowledgeable in javascipt, can guide me through this? lot.

i think can filter post tags.

$.getjson("http://{name}.tumblr.com/api/read/json?tagged='[whatever tag specify]'&callback=?", function(data) {          // rest of code here...          }); 

i found code here.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -