VideoWrangler Related Videos (v0.1.4)
Files Included »
about-videopress-related-videos.php, form.php, list.php, videopress-related-videos.php :: Dependencies »
WordPress 2.8.4 or higher
Download VideoWrangler Related Videos
Introduction
The Related Videos plugin is tested to work in WordPress version 2.8.4 and extends the functionality of the original VideoPress Related 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 Related Videos plugin when upgrading from the VideoPress version.
Installation
Download the latest version of the Related Videos plugin and unzip the contents into your WordPress plugins directory located at 'wp-content/plugins.'
Activation
After installing the Related Videos plugin it will be listed on the Plugins page in the WordPress Administration Panel. Click the activate button next to the VideoWrangler Related Videos plugin to activate the Related Videos plugin.
Usage
Once activated, the Recent Videos plugin can be configured by going to Options→Related Videos in the WordPress Administration Panel. Each WordPress entry will now have a form at the bottom which allows for the addition of Related Videos. Related Videos must be customized and defined for each WordPress entry that you want to have Related Videos for. Future versions of the Recent Videos plugin will allow for a Recent Videos list to be generated from content in the same category or from content with similar tags.
The Related Videos plugin can be used in two ways:
- Add Related Videos as a Widget in WordPress
- Manually use the following code to generate the list of Related Videos:
<?php do_action('videowrangler_related_videos');?>
Changelog
0.1.4 - November 2009
Fixed a broken link that caused an error on the add/edit post pages
0.1.3 - September 2009
Added a plugin settings link for related videos on the plugins page
0.1.2 - September 2009
Initial release.