Tag Archives: import

Import Feeds into Tumblr


First of all, if you are trying to import a full feed/RSS/XML from any of your websites/blogs (with the exception of wordpress, which I’ll make a special post later), Tumblr doesn’t offer a full import feature where you can migrate/export your full site to Tumblr.  If you use the service that Tumblr has available you will only get posts that are 2 days old, and from that point on.  There’s also a limit on the amount of feeds (being 5) and the amount of daily posts per feed (so you don’t spam).

How to Import Feeds to Tumblr.

  1. Go to Customize >>> Services
  2. Go to Automatically Import My….  And here you can choose the specific platform you want to have the feed/rss/xml imported into Tumblr.  Otherwise just choose RSS FEED from the dropdown menu.
  3. Paste your site’s FEED URL and click on Start Importing This Feed.
  4. Save and Close

As I said there are some scripts specially written to import a full feed from wordpress or blogger into Tumblr.

How to Import and Display your Tumblr posts on WordPress (self hosted)


Self Hosted WordPress can’t import directly Tumblr Posts as it does with LiveJournal or Blogger.

However, Importing and Displaying Tumblr posts on WordPress can be done indirectely through different methods, lets check each one of them.

1. Tumblr to WordPress Export Tool



This page has a Tumblr post export tool that transforms the posts into an xml file ready to be imported into WordPress.  Be sure to read each of the options available and also to choose the option Export For self-hosted WordPress.  Now in your wordpress go to Tools >>> Import >>> choose WordPress . You might be asked a few question to get the content organized, but that’s pretty much it.

2.  Reading and Saving your Tumblr XML, Then Importing to WordPress



LaurenTK blog gives us a really detailed explanation on how to do this, It’s not a one step solution but it works anyways.

3.  Using the Tumblr API to create a plugin for WordPress



This is only for developers, and Im still to find out a plugin that allows the import of Tumblr into WordPress displaying the content properly.

4. phptumblr, API wrapper



phptumblr.  Again, this is only for web developers with some knowledge of php and how to implement it in wordpress, it makes use of the Tumblr api to import Tumblr posts with the hmlt format you want.

5. Using WordPress Plugins, Feedwordpress and inline RSS



Feedwordpress inlinerss.  This wordpress plugins allows you to syndicate content from feeds (rss, atom).  This means it also works with Tumblr.  This is the right option for people with no knowledge of programming.