Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 870 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 870 Bytes

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 ==

  1. Upload the directory aaYouTubeLatest to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. 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)
  4. 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