Colorbox Video Popups D7
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Colorbox Video Popups D7 is a features module which creates colorbox popups to display YouTube and Vimeo videos.
I've tried to include all the dependencies and variables including site_frontpage. Instructions for this module are as follows:
1. On a fresh installation of Drupal 7, enable the module.
2. Add 2 terms to the taxonomy 'Video'
Vimeo
YouTube
3. Create 2 contents of type 'video'
I've included Video thumbnail images (in /sharks) that work well with the CSS.
for Vimeo:
use http://vimeo.com/5606758
not http://vimeo.com/video/5606758
Don't forget the Video term for each content!
Notes:
To expose blocks in Context, you will need to clear the caches admin/config/development/performance after visiting the Context page admin/structure/context ( see http://drupal.org/node/1297776 for more information).
I've hand coded the blocks into sidebar_first (see file colorbox_video_popup_d7.module) to highlight the Drupal issue with the scrollbars ( http://drupal.org/node/1439154 ).
The buttons below the Thumbnail images in the Content region are there to highlight the Drupal issue with .emvideo-thumbnail-replacement span ( http://drupal.org/node/1439128 ).
I've also included the colorbox patch ( http://drupal.org/node/1280456 ) which makes the replacement patterns visible in the Colorbox trigger field.
