Add Videos

Add videos to your company announcements, documents, and library items.

Add a YouTube Video to a Company Announcement

You can add YouTube videos to any of your company announcements.

For help setting up an announcement, see Create a Company Announcement.
  1. Select Employee Tools > Document Dashboard.
  2. Select +Add New or Edit.
    The Edit Bulletin dialog box opens.
  3. In the Body section, select the Insert video icon.
  4. In the pop-up, enter the URL for the YouTube video, and select OK.
    A thumbnail of the video displays in the Body section.
    Note: The URL pop-up prefills with https://. If you are copying and pasting a video URL directly into the pop-up, ensure that you delete the prefilled https:// first. Otherwise, https:// may be duplicated in your link, and the link will not work.
  5. Select Save.

Autoplay Your Embedded Videos

Set up embedded videos to play automatically in a company announcement, document, or library item.

For additional information, see Create a Company Announcement, Create a Document for Signature or Acknowledgment, and Create a Library Item.
  1. Select Employee Tools > Document Dashboard.
  2. Open the Company Announcement, Document, or Library Item.
  3. In the Body section, select the Insert video icon.
  4. In the pop-up, enter the URL for the video, and select OK.

    A thumbnail of the video displays in the Body section.

    Note: The URL pop-up prefills with https://. If you are copying and pasting a video URL directly into the pop-up, ensure that you delete the prefilled https:// first. Otherwise, https:// may be duplicated in your link, and the link will not work.
  5. Within the HTML, paste this string directly after the video URL: ?rel=0&autoplay=1
    For example:
    https://youtube.com/vi/Fu2DcHzokew/?rel=0&autoplay=1
    Note: In the rich text editor, the option no longer functions for editing HTML code. Selecting this icon only highlights text in the editor.
  6. Select Save.
Your video will autoplay after the page loads.

Insert Videos not on YouTube

Embed videos that are not on YouTube in a company announcement, document, or library item.

For additional information, see Create a Company Announcement, Create a Document for Signature or Acknowledgment, and Create a Library Item.
  1. Select Employee Tools > Document Dashboard.
  2. Open the Company Announcement, Document, or Library Item.
  3. In the HTML, copy and paste the following string into the text box:

    <div class="WordSection1"><p class="MsoNormal"><img class="ta-insert-video" src="test.jpg" ta-insert-video="https://player.vimeo.com/video/218579461" contenteditable="false" allowfullscreen="true" frameborder="0" style="width: 25%;"></p></div>

    Note: In the rich text editor, the option no longer functions for editing HTML code. Selecting this icon only highlights text in the editor.
  4. In the src="" expression, replace test.jpg with your image URL.
  5. Replace the contents of the ta-insert-video="" expression with your video link.