So for my personal portfolio website, I had written a script to integrate Tumblr posts within a Wordpress page. It was working fine till the other day. But now I get an invalid line error fro开发者_St
On my website, I have a slider type thing at the top of the page. Each slide page has a little icon of stitch from lilo and stitch, but the only icon that shows up is the icon on the default slider (w
I am trying to only get the posts that are tagged on a tumblr blog. I can get each post depending on what type of post it is (regular, link, photo, etc) but instead, I want to get each post that has a
I want to port a Wordpress theme - with all it\'s functionalities (e.g. auto fitting depending on browser window size, iOS version, etc.) - over to Tumblr.
I\'开发者_开发知识库m using http://(website).tumblr.com/js to populate the blog on my website, but it only returns the ten most recent posts from my tumblr blog. I want to be able to look up older pos
<?php $numPosts = 5; $feedURL = \"http://#######.tumblr.com/api/read/?num=$numPosts\"; $xml = @simplexml_load_file($feedURL);
<?php $feedURL = \'http://########.tumblr.com/api/read/\'; $xml = simplexml_load_file($feedURL); // $posts = $xml->xpath(\"/tumblr/posts/post\");
Using the ruby OAuth library, I am trying to verify if a previous user\'s credentials are still valid. (in case he has revoked privileges to my app) I\'ve done it for Twitter with no problem as there
I\'m having a bit of a tricky problem with the tumblr api. I am currently getting every tag from all my posts and storing it in an array. However that means that if an array is used more than once it
I\'m busy doing some research into creating a blogging platform of sorts and can\'t quite figure out how services handle custom domains. Specifically on the technical side how do they route traffic to