VideoWrangler Video Archive (v0.1.8)
Download VideoWrangler Video Archive
Introduction
The Video Archive plugin is tested to work in WordPress version 2.8.4 and extends the functionality of the original VideoPress Video Archive plugin by
Charles Iliya Krempeaux into the newest version of WordPress. All previous functionality is intact and no database changes are necessary to run the VideoWrangler version of the Video Archive plugin when upgrading from the VideoPress version.
Installation
Download the latest version of the Video Archive plugin and unzip the contents into your WordPress plugins directory located at 'wp-content/plugins.'
Activation
After installing the Video Archive plugin it will be listed on the Plugins page in the WordPress Administration Panel. Click the activate button next to the VideoWrangler Video Archive plugin to activate the Video Archive plugin.
Usage
Once activated, the Video Archive plugin can be configured by going to Options→Video Archive in the WordPress Administration Panel.
The Video Archive plugin can be used in two ways:
- Add Video Archive as a Widget in WordPress
- Manually use the following code to generate a link to the Video Archive:
<?php do_action('videowrangler_video_archive_link');?>
Changelog
0.1.8 - September 2009
Video archive content now uses the "Poster Image" if the "Thumbnail Image" field is left blank
Fixed a problem where the alt tag for the images was rendered as $v['title'] instead of the post's title
0.1.7 - September 2009
Added a plugin settings link for video archive on the plugins page
0.1.6 - September 2009
Initial release.