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

dev-master 2014-09-30 21:29 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:17:13 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

  1. Unzip this file inside your SilverStripe installation directory. It should be at the same level as the 'cms' and 'sapphire' modules.

  2. Ensure the directory name for the module is 'youtubevideoplaylist'.

  3. 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:

  1. Update code for 3.0
  2. Add showing and hiding of the playlist menu toggle
  3. Allow for the user to change whether the playlist is shown on page load
  4. Add custom scroll bars