Online baking class
In this section, we will add video content from YouTube that demonstrates various baking techniques used at the bakery.
Embedding a YouTube video with a filter
In this section we'll use the Media module to configure a field that will allow us to embed a YouTube video.
Goal
Add videos that are stored on YouTube to an existing page.
Additional modules needed
Media (http://drupal.org/project/media).
Media: YouTube (http://drupal.org/project/media_youtube)
File Entity: http://drupal.org/project/file_entity.
Steps
YouTube (www.youtube.com) is a popular video sharing site where you can view videos that have been created and submitted by people across the globe. YouTube allows you to link to videos stored on their site so that you can share them with your own visitors, without incurring bandwidth charges. In fact, you can even earn revenue from the videos if you have a Google AdSense account.
To insert a YouTube video into a Drupal node, we'll first install and configure the Media...