Last Updated: 10/20/2023 - 14:35

Embedding Videos and Forms

Using the editor toolbar, you have the option to embed 3rd party videos like Vimeo or YouTube or even embed things like Google Docs, Calendars, and Forms.  If your site is on Drupal 10, there are additional options for using videos.

 

Add Video (YouTube or Vimeo)

  1. Go to the source of the video you wish to embed. 
  2. Select the 'Share' option on the video page. 
  3. For Vimeo - select 'more options' from the Share screen and check the box for Responsive.
  4. Highlight or copy all the embed code that appears in the box.
  5. Log in to your Web Theme site, edit a page, and in the editor toolbar select 'Source'.
  6. Paste the embed code into the Editor Toolbar and select 'Source' again.
  7. The video should appear as a preview in the editor toolbar.
  8. Save the page.

 

Since we use Bootstrap as our framework, we can also use the built-in video embed utilities that come with Bootstrap.

Add a Google Form

  1. In Google Forms, open a form.
  2. At the top right, click Send.
  3. A box will open up with 3 options. Select <> Embed.
  4. Copy the HTML that appears by selecting Copy (adjust width and height if necessary)
  5. Log in to your Web Theme site, edit a page, and in the editor toolbar select 'Source'.
  6. Paste the HTML embed code from Google into the Editor Toolbar and select 'Source' again.
  7. A preview of the form will appear.
  8. Save the page.