Add a Video on a Page

To share pertinent information, you can include videos on a page.

Before you start

Create a Sandbox and Make It Active

Here's what to do

  1. Go to Navigator > Configuration > Sandboxes.
  2. Enter your sandbox.
  3. Go to and open the page that you want to add video to, such as Me > Benefits > Review Employee Resources.
  4. On the Settings and Actions menu, click Edit Pages.
  5. Confirm that the edit page header has Edit Layer: Site - SITE.
  6. On the View menu, select Source.
  7. Add an HTML markup component.
    1. Click the area where you want to add the video, such as under the Announcement header.
    2. On the Confirm Shared Component Edit dialog box, click Edit.
    3. On the Source pane toolbar, click the Add content into the selected component icon.
    4. On the Add Content dialog box, in the Components row, click Open.
    5. In the HTML Markup row, click +Add.
    6. Click Close.
  8. Configure the HTML markup component.
    1. Expand the Source pane and search for and select outputText: New HTML Markup.
    2. On the Source pane toolbar, click the Show the properties of New HTML Markup icon.
    3. On the Component Properties: New HTML Markup dialog box, in the Value field, select Expression Builder.
    4. On the Expression Editor dialog box, in the Type a value or expression field, enter the HTML to embed the video. Here's a partial example:
      frameborder="0" allowfullscreen
              style="position:absolute; top:0; left:0;
      width:100%; height:100%;">
          </iframe>
      </div>
    5. Click OK.
    6. On the Component Properties: New HTML Markup dialog box, click Apply.
    7. Click OK.
  9. To render your changes, on the page, click Close.
  10. To verify your changes, on the Sandbox Mode: Edit menu, select Preview as if Published (Context: All).
  11. To publish your changes, on the <YourSandboxName> menu, select Publish.