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

Multi Media Tags

外掛說明

This plugin extends the shortcode functionality of the Media Tags plugin. The tag listings available via [media-tags media_tags="my-tag"] are intended for images only, other attachments produce invalid list items. This is where Multi-Media-Tags comes to the rescue. It reads the attachments MIME type (e.g. image/png, video/ogg or application/json) and decides how to format the attachment appropriately.

The most important new feature is perhaps the fallback solution: If no appropriate actions can be taken, Multi-Media-Tags provides a simple download link. The other available options right now are:

  • an HTML5 audio player for audio/*
  • an image tag for image/*

The Media Tags plugin is required to use Multi-Media-Tags!

Usage

The plugin is used via its shortcode. The options are the same as for the media-tags shortcode (see the help page in the media-tags admin menu). Examples:

  • [multi-media-tags media_tags="mytag"]
  • [multi-media-tags media_tags="foo,bar,neither-nor" orderby="title" order="ASC"]

安裝方式

To install the plugin follow these simple steps:

  1. Download the plugin archive
  2. Extract the archive in your wp-content/plugins directory
  3. Activate the plugin through the Plugins menu in WordPress
  4. Start using the shortcodes as described above

常見問題集

Which parameters can I use for the shortcode?

Exactly the same that you can use for the [mediatags] shortcode.

Which MIME types are covered?

At the moment images get an <img>-tag and audio gets an <audio>-tag. All other attachments are represented as a download link.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Multi Media Tags〉的開發相關工作。

參與者

將〈Multi Media Tags〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.2.1

Resolved babylonic version number irritation, made extensions for future development

0.2

Tagged everything the right way

0.1.1

Fixed a critical syntax error

0.1

This is the first version. It includes special listing options for

  • audio files
  • image files

and provides download links for all the other MIME types.