helenclarko / youtubevideoplaylist
Adds playlist menu to youtube embed
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Language:Scheme
Type:silverstripe-module
Requires
- silverstripe/cms: 2.4.*
- silverstripe/framework: 2.4.*
This package is not auto-updated.
Last update: 2024-10-26 15:01:28 UTC
README
############################################### You Tube Video playlist Module v0.1 ###############################################
Maintainer Contact
Sam Coursey <helenclarko (at) gmail (dot) com>
Requirements
Silverstripe 2.4.*
Documentation
Installation Instructions
-
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
Usage Overview
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
How to get the URL Code
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
Known issues/Future updates:
- 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