Adds MIME type dependent listings to the plugin 'Media Tags' and its shortcodes.
Author: | Markus Döring (profile at wordpress.org) |
WordPress version required: | 3.4.1 |
WordPress version tested: | 3.5.2 |
Plugin version: | 0.2.1 |
Added to WordPress repository: | 01-02-2013 |
Last updated: | 05-02-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 0 |
Rated by: | 0 |
Plugin URI: | http://burgerdev.de/multi-media-tags/ |
Total downloads: | 1 373 |
Active installs: | 10+ |
Click to start download |
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"]
FAQ
ChangeLog