From 4c8336af67bf4e570e227d5cb1fbcb7a53b3776e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jun 2022 14:49:05 +0200 Subject: Update embed URL query doc --- support/doc/api/embeds.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'support/doc/api') diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index bc3b5304c..c3be120a1 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md @@ -79,7 +79,7 @@ Value must be `0` or `1`. ## peertubeLink -Hide PeerTube link in control bar. +Hide PeerTube instance link in control bar. Value must be `0` or `1`. @@ -101,6 +101,55 @@ Auto select a subtitle by default. Value must be a valid subtitle ISO code (`fr`, `en`, etc.). +## autoplay + +Try to automatically play the video. +Most web browsers disable video autoplay if the user did not interact with the video. You can try to bypass this limitation by muting the video + +Value must be `0` or `1`. + +## title + +Hide embed title. + +Value must be `0` or `1`. + +## warningTitle + +Hide P2P warning title. + +Value must be `0` or `1`. + +## p2p + +Disable P2P. + +Value must be `0` or `1`. + +## bigPlayBackgroundColor + +Customize big play button background color. + +Value must be a valid color (`red` or `rgba(100, 100, 100, 0.5)`). + +## foregroundColor + +Customize embed font color. + +Value must be a valid color (`red` or `rgba(100, 100, 100, 0.5)`). + +## mode + +Force a specific player engine. + +Value must be a valid mode (`webtorrent` or `p2p-media-loader`). + +## api + +Enable embed JavaScript API (see methods below). + +Value must be `0` or `1`. + # Methods -- cgit v1.2.3