tumblr
Wordpress invalid line with foreach statement
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[详细]
2023-03-24 05:19 分类:问答Why aren't these images showing?
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[详细]
2023-03-24 02:31 分类:问答limit to only posts that are tagged using PHP
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[详细]
2023-03-22 05:47 分类:问答Can a Wordpress Theme be ported to Tumblr? If yes, how?
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.[详细]
2023-03-21 06:46 分类:问答Change Number of Posts From tumblr.com/js
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[详细]
2023-03-21 05:59 分类:问答tumblr API fetch post's comments
<?php $numPosts = 5; $feedURL = \"http://#######.tumblr.com/api/read/?num=$numPosts\"; $xml = @simplexml_load_file($feedURL);[详细]
2023-03-20 09:11 分类:问答Using tumblr API, post image is not showing up
<?php $feedURL = \'http://########.tumblr.com/api/read/\'; $xml = simplexml_load_file($feedURL); // $posts = $xml->xpath(\"/tumblr/posts/post\");[详细]
2023-03-19 14:38 分类:问答How can I tell if Tumblr OAuth credentials are valid?
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[详细]
2023-03-19 05:59 分类:问答Getting tags and tag count using the tumblr api json feed [jquery]
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[详细]
2023-03-17 01:33 分类:问答How do apps like Tumblr, Posterous, Wordpress handle custom domain names?
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[详细]
2023-03-15 03:01 分类:问答