VideoWrangler Recent Videos (v0.1.6)
Download VideoWrangler Recent Videos
Introduction
The Recent Videos plugin is tested to work in WordPress version 2.8.4 and extends the functionality of the original VideoPress Recent Videos 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 Recent Videos plugin when upgrading from the VideoPress version.
Installation
Download the latest version of the Recent Videos plugin and unzip the contents into your WordPress plugins directory located at 'wp-content/plugins.'
Activation
After installing the Recent Videos plugin it will be listed on the Plugins page in the WordPress Administration Panel. Click the activate button next to the VideoWrangler Recent Videos plugin to activate the Recent Videos plugin.
Usage
Once activated, the Recent Videos plugin can be configured by going to Options→Recent Videos in the WordPress Administration Panel.
The Recent Videos plugin can be used in two ways:
- Add Recent Videos as a Widget in WordPress
- Manually use the following code to generate the list of Recent Videos:
<?php do_action('videowrangler_recent_videos');?>
Changelog
0.1.6 - September 2009
Recent videos content now uses the "Poster Image" if the "Thumbnail Image" field is left blank.
0.1.5 - September 2009
Recent videos can now be displayed based on category
Added a plugin settings link for recent videos on the plugins page
0.1.4 - September 2009
Initial release.