外掛說明
這個外掛能協助網站管理員將 Tumblr 網站內容匯入至 WordPress 網站。
- 正確處理 Tumblr 貼文格式。
- 背景匯入:啟動匯入功能,之後再返回查看進度即可。
- 具備檢查重複內容的能力,不會在匯入後產生重複內容。
- 可匯入 Tumblr 貼文、草稿及主題頁面。
- 可為音訊、影片及圖片貼文進行媒體側載。
安裝方式
- 將
tumblr-importer
資料夾上傳至/wp-content/plugins/
目錄。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 前往 [工具]→[匯入] 頁面,便能使用內容匯入程式。
使用者評論
2018 年 12 月 11 日
As many other reviewers have pointed out, this plugin imports a single-image post and puts the image in a gallery. That is pretty much useless.
2018 年 12 月 5 日
I just installed this on my local XAMPP box to backup my blogs before the Tumblrpocalypse, and was pleasantly surprised to find that it still works flawlessly for text and image posts (which is all I have on my blogs)…photographers rejoice!
2018 年 2 月 9 日
This gave me oauth errors when adding my site. What I did was edited the code to replace all HTTP://tumblr.com with HTTPS.
However, when imported, its not really importing stuff properly. So there’s that…
2018 年 1 月 11 日
Doesn’t import video, or even hotlink to it – caption is imported but not the video.
Images in text posts are hotlinked and not copied to media.
Works OK for text posts, but that’s not really what I need it for.
2017 年 10 月 15 日
This plugin does not seem to import posts. It continually hangs even after clearing account information and trying again. Would really appreciate an update.
Thanks!
2017 年 6 月 13 日
As others mentioned, it works ok for text but does not handle media posts well. Plugin has not been updated in over 2 years and developer doesn’t respond to support. AVOID!
參與者及開發者
以下人員參與了開源軟體〈Tumblr Importer (Tumblr 內容匯入程式)〉的開發相關工作。
參與者變更記錄
1.1
- Testing the plugin up to WordPress 6.2
- Fix Tumblr bug with custom domains
1.0
- Add support for WordPress 6.1.
0.9
- Force WP_IMPORTING to true during the do_blog_import process.
0.8
- Fix callback handling for Tumblr OAuth. They no longer recognize the callback in the authorize URL, and instead expect a non-urlencoded callback parameter in the request-token call. This is not documented anywhere that I can find.
0.7
- Update to use new Tumblr API, many fixes and improvements.
0.6
- Significant improvements in the performance of the importer
- Improves import of images from Tumblr – better choice of images sizes for theme display
- Improved author selection logic on single author blogs
- Auto refreshing to show import progress and give clearer feedback
- Improves import videos from Tumble – enable auto-embedding for for content.
- Block imports from Tumblr sites with mapped domains enabled because they don’t work well – you have to temporarily disable the mapping.
0.5
- Fix edge cases for tumblr photos where tumblr isn’t returning expected headers for filenames
0.4
- Map multi-image posts to Gallery post format
- Import Tags
- Import Media to server (Images, Audio, Custom uploaded Video’s)
- Set the date on Media imports for easier management
0.3
- Handle multi-image posts
- Handle question/answer posts
- Handle video posts somewhat better
- Speedup (reduce importer delay from 3 minutes to 1 minute)
0.2
- The audio, video, and image formats no longer use the caption for the titles. Tumblr seems to facilitate putting all sorts of crazy stuff into the caption fields as part of their reblogging system. So instead, these types of posts will have no titles at all. Sorry, but Tumblr simply doesn’t have any sort of title fields here to work with, and no data that can be used to “create” a title for them.
- Minor debug error cleanup.
- Sideloading now done on drafts and pages as well.
0.1
- First version, not meant to be used except for testing.