Adding Videos in the WebHelp Responsive Output

Videos can be included and played in all HTML5-based output formats (such as WebHelp). For example, to add a YouTube video in the WebHelp output generated from DITA documents, follow the procedures below.

Adding Videos to WebHelp Responsive Output

  1. Edit the DITA topic to reference the video using an object element, as in the following example:
    <object outputclass="video">
      <param name="src" value="http://www.youtube.com/watch/v/VideoName"/>
    </object>
  2. Apply a WebHelp transformation scenario to obtain the output.