############################################### You Tube Video playlist Module v0.1 ###############################################
Sam Coursey <helenclarko (at) gmail (dot) com>
Silverstripe 2.4.*
-
Unzip this file inside your SilverStripe installation directory. It should be at the same level as the 'cms' and 'sapphire' modules.
-
Ensure the directory name for the module is 'youtubevideoplaylist'.
-
Visit your SilverStripe site in a webbrowser and run www.yoursite.com/dev/build
This module will create a playlist for your youtube videos. the "src=" for the embedded youtube video is swapped out with jQuery.
You can change the layout and colours from the layout tab
The URL is the unique identification code from the videos web address. for example, if the videos web address is as follows:
http://www.youtube.com/watch?v=FG45SDqwsFQ"
You would take the following:
FG45SDqwsFQ
- Update code for 3.0
- Add showing and hiding of the playlist menu toggle
- Allow for the user to change whether the playlist is shown on page load
- Add custom scroll bars