Youtube Player
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Overview
This module, based on Youtube APIs, provides the possibility to create Video galleries, using Youtube Playlists. In the playlist are showed video thumbnails, titles, duration and views for every video
Features
- Create a block for every youtube video or videogallery
- Embed single Youtube videos
- Embed Youtube playlists
- Show thumbnails, titles, duration and views for every video of the playlist, near the video
. With a click the video of the playlist can be loaded and played in the main video
- Configure the max number of videos of the playlist showed in the youtube_player playlist
- Autoplay can be configured
- Loop of single videos or entire playlists can be configured
- Player dimensions can be set
- Max title length can be set. If the title of the song in the playlist exceed this value it will be truncated
- Jcarousel can be enabled to guarantee better scrolling of the playlists for mobile devices
Requirements
Recommended modules
Similar projects
The best module used to embed YouTube videos in Drupal websites is Media: YouTube. The biggest difference between this one and our player is the implementation of playlists.
Some differences with Media: YouTube
 Media: YouTube Weblitz Youtube Player Visibility CCK based Block based Support playlists no yes Show playlists with thumbs, title and duration no yes Loop video playlists no yes jCarousel scrolling playlist support no yes From this module you can set:
- The autostart of video
- If the playlist should loop
- The number of characters of the video title
- Video dimensions
- jCarousel support for mobile devices
We choose jCarousel module to guarantee a good scroll of the playlist video in the playlist <div> even in the mobile devices (instead the "overflow:auto" standard taken from YouTube website).
A basic css stylesheet has been developed (youtube_player.css in the root directory). From this you can modify dimensions and colors of all the <div> involved; this is for both desktop and mobile version.
Multiblock module has been implemented to generate different blocks, with different configurations.
Please read the README.TXT for more informations on module installation.
Here you can see a youtube module in action.
Project URL: http://drupal.org/sandbox/weblitz/1315814
GIT Repository: git clone --branch master weblitz@git.drupal.org:sandbox/weblitz/1315814.git youtube_player
Drupal version : 6.x
