Skip to main content
Participant
December 10, 2018
Question

Embedded YouTube File Issue

  • December 10, 2018
  • 1 reply
  • 175 views

So I've embedded YouTube videos in the presentation, and they work as expected...However, if the user accidentally clicks word "YouTube" at the bottom of the frame, it launches a new tab with the video. When the user revisits the presentation, the navigation controls become disabled.

Note: these are custom navigation controls that we mapped in the Master Slide so that they appear in all of the slides.

    This topic has been closed for replies.

    1 reply

    Paul Wilson CTDP
    Community Expert
    Community Expert
    December 11, 2018

    This depends on how you have embedded your YouTube video but if you are using embed codes in a web object you can add ?modestbranding=1 to your embed code to remove the YouTube logo from the video. Here is an example of it added so you can see where it should go.

    <iframe type="text/html" width="560" height="315" src="https://www.youtube.com/embed/Ogkt1PE9yeU?modestbranding=1" frameborder="0"></iframe>

    There are a bunch of elements that can be added to your embed codes to customize how your video looks and behaves. Check out this page to learn more.

    https://developers.google.com/youtube/player_parameters

    Paul Wilson, CTDP