Websites like Wordpress and Tumblr allow designers to create themes that users can sel开发者_开发技巧ect.In general how would you architect a website to be flexible enough to allow custom themes for u
I\'m stuck with a function that doesn\'t want to animate... I\'m using the latest jQuery Color Plugin to enable color animations. Now, what should happen in the following code is that (when it works
I implemented infinite scroll along with masonry on this tumblr: [check revision for link] The audio player does not appear in posts loaded through infinite scroll, instead it displays the text \"[Fl
Just for fun, learning, aesthetics, etc. I\'ve been using Ajax to modify my Tumblr theme. What I\'m trying to do is loading content from the next page into a div on the current page. So that people ca
I\'m making a custom tumblr theme. I\'m displaying one post per开发者_运维百科 page. How can I get the title of the next page.
javascript: var d = document, w = window, e = w.getSelection, k = d.getSelection, x = d.selection, s = (e ? e() : (k) ? k() : (x ? x.createRange().text : 0)),
I\'ve put the HTML draft of the theme so far, with minor CSS e开发者_C百科dits. Currently I have all the block posts and everything else that\'s essential to a tumblr theme but I can\'t seem to get
I\'ve been trying to create a simple php file that will upload a single image to tumblr. An example is listed here, but it just won\'t work with images. Here is the code:
I have a websites that has a blog section, which pulls the data using the Tumblr API. My client just updates her Tumblr blog and the website would just access the Tumblr API to popula开发者_C百科te t
i want to post videos from vimeo.com on tumblr.com with a width more than 500px. it exist a code for videos from youtube.com that works. (http://pastie.org/871790)