Download & Extend

Video Embed Field Overlay

What is it?

Allows videos embedded using the video_embed_field module to be displayed in a DOM Window overlay.

How does it do it?

Well, first it defines a new format for the video_embed_field fields called overlay. Then, using a pretty standard theme function, combines the preexisting display modes into one, thus producing a thumbnail that is linked to the embed code (inline hidden div) which will be displayed in an overlay window using the DOMWindow jquery plugin

Using image styles, you can overlay a play button on top of your video thumbnail:
thumbnail
Notice this requires downloading the imagecache_actions module and enabling the imagecache_canvasactions submodule.

When rendered the thumbnail is displayed and linked to the embedded video player that will be displayed in the overlay
overlay

All the settings are intuitive and provided in compliance with the Field API
settings

Anything else I need to know?

Requires the video_embed_field module the DOM Window module/library and the DOM Window jQuery plugin to function correctly.

The DOM Window module includes a drush command that will download the jQuery plugin for you.

$ drush domwindow-plugin

For the "Play Button" icon all you need to do is:

$ drush dl imagecache_actions; drush en imagecache_canvasactions -y;

The module will take care of the rest.

Innovation sponsored by:

Achieve Internet

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.3 tar.gz (114.26 KB) | zip (116.38 KB) 2012-Feb-05 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (115.12 KB) | zip (117.34 KB) 2012-Mar-05 Notes

Project Information


Maintainers for Video Embed Field Overlay

  • rmontero - 9 commits
    last: 11 weeks ago, first: 18 weeks ago

Issues for Video Embed Field Overlay

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports