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

Zip Embed

描述

Upload a zip archive and let WP embed its contents into a post.

Please note that you’ll still be restricted by your server’s maximum upload size.

New plugin. Please report bugs to trepmal (at) gmail (dot) com. Thanks!

0.4

  • Multisite compatibility

安裝

This is a new plugin. Only those comfortable using and providing feedback for new plugins should use this.
If you don’t know how to install a plugin, this plugin isn’t for you (yet).

常見問題

How can I disable the inluded javascript?

The contents of text files (php, css, js, txt, html, htm) are stored as post meta. Other files (such as images) and the original zip file are saved as attachments to the plugin post.

To disable the included javascript, add the following to your theme’s functions.php file

add_action( 'init', function() {
    remove_action('wp_head', 'zip_embed_scripts');
});

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Zip Embed 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.4

  • Multisite compatibility
  • Prep for localization

0.3

  • Fixed broken “Upload Zip” redirect
  • Better naming of saved text files (recoginize directories)

0.2

  • Added a formatting option

0.1

  • First release