這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Posterous Importer

描述

Import posts, comments, tags, and attachments from a Posterous.com blog.

NOTE: Posterous is shutting down on April 30, and this plugin will no longer function properly because it relies on the service being available. For more information on backing up your Posterous content and migrating what you can into your WordPress blog, please see this post.

安裝

  1. Upload the posterous-importer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Tools -> Import screen, Click on Posterous

評價

There are no reviews for this plugin.

貢獻者及開發者

“Posterous Importer” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Posterous Importer 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

= 0.10 – 26th Mar 2012
* Add hook to handle non-200 responses from Posterous.
* Sleep for about one second between calls to the Posterous API to avoid failing thanks to rate limiting.
* Set a flag and return rather than exiting when we get malformed XML back from the API.
* Check for audio/video files in process_posts() and add their data as postmeta for use later.
* In process_attachments(), fetch any media from postmeta and pass along to the media extraction function.
* In process_attachment(), fetch media from postmeta and add to the list of images to be imported.
* Add a hook to fire after importing an attachment so that additional things can be done afterard (e.g. updating post content with shortcodes to display media).
* Add hooks to fire at the beginning of dispatch() and just before footer display after import so that we can do other fun things in these spots if needed.
* Update the front end to change the “Username” field to “Email Address” and to do light email address validation before submitting to Posterous.

0.9 – 12th Jan 2012

  • Fix a call to wp_enqueue_script that was too early
  • Fix an XSS issue

0.8

  • Fixing a “could not serialize simplexml-string” error. Kudos to Florian Hassler.

0.1

  • Initial release