How to embed videos in Drupal

  1. Get the embed code

The first step is to upload your video to youtube site, and get the embed code that they supply to you. The embed code typically looks something like this:

<iframe width=”420″ height=”315″ src=”https://www.youtube.com/embed/tIBxavsiHzM” frameborder=”0″ allowfullscreen></iframe>

editing-wordpress-page-content-youtube

2. Posting in Drupal

Log into your Drupal account, go to the page you would like to post the video. Enter edit mode.

Very important – Change Text format to Plain Text

edit-department-content-welcome-dekalb-county-ga

The paste code you got from step 1, where you want the video to be viewed.

Very important – Change Text format back to FULL HTML

e2dit-department-content-welcome-dekalb-county-ga

3. Submit the page

When you’ve finished with your changes, click the Submit button. Your video should now appear correctly in your Drupal page.