Wordpress plugin to display the most recent video uploaded by a user
== Description == Gets the latest youtube video from your channel (based on your username) and displays them in a widget. Gives you the option to set width & height of video.
== Installation ==
- Upload the directory
aaYouTubeLatest
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Visit the Widgets page in Wordpress and drop the YouTube Latest widget into the sidebar that was created for you (or another of your sidebars)
- If using the automatically created sidebar, add the following to your WordPress theme:
<?php dynamic_sidebar('latest-video-area'); ?>
== Changelog ==
0.3 Updated directory structure to allow for easier install & license update
0.2 Updated to use YouTube's iframe embed
0.1 First version released