Customize the embedded player

Disable download, play modes, and more

J
Written by John Goode
Updated over a week ago

The following options can be added to the embed code src url to customize the embedded Teleport player on your website. Add these as the &fc= parameter:

  • disable-video-download

  • disable-image-download

  • disable-share

  • disable-zoom

  • disable-fullscreen

  • disable-embed

Here is an example, that disables video download and sharing, note the added &fc=,disable-video-download,disalbe-share parameter in the code below:

<script src="//www.teleport.io/api/v2/player?feedid=mthayes&containeraspectratio=auto&fc=,disable-video-download,disalbe-share"></script>

Did this answer your question?