I need to fetch all posts from a tumblr blog.
For example there is a way for wordpress like: blogRssUrl/paged={1}
, we can fetch all rss feeds page by page from a wordpress blog.
Is there a way something like this for tumblr?
I need to fetch all posts from a tumblr blog.
For example there is a way for wordpress like: blogRssUrl/paged={1}
, we can fetch all rss feeds page by page from a wordpress blog.
Is there a way something like this for tumblr?
You must be logged in to post a comment.
You can put this code in your html or php.
It fetches the content of your tumblr into a page, but it not very flexible. I’m still trying to get the dates and tags fetched. And the image quality is not as good as in Tumblr…
Use XML or JSON and Tumblr API V1
XML:
http://yourtumblr.tumblr.com/api/read/
JSON:
http://yourtumblr.tumblr.com/api/read/json
Otherwise, there’s probably a WP plugin that can handle the entire proces for you:
Example WP plugin