diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-28 14:01:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-28 14:01:17 +0100 |
commit | 9a207a71b23574853275366857181d21b96a6920 (patch) | |
tree | f0b920e798b19efe3adb9f7b0ac6b42ebb0c0d24 | |
parent | b6e0e6a31bdef7c0faebca96864eb334dd9e7ad7 (diff) | |
download | PeerTube-9a207a71b23574853275366857181d21b96a6920.tar.gz PeerTube-9a207a71b23574853275366857181d21b96a6920.tar.zst PeerTube-9a207a71b23574853275366857181d21b96a6920.zip |
Add missing api=1 info in embed quickstart
-rw-r--r-- | support/doc/api/embeds.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index ca480006d..5586e013a 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md | |||
@@ -10,7 +10,8 @@ For instance, the playground URL for the above embed URL is `https://my-instance | |||
10 | 10 | ||
11 | ## Quick Start | 11 | ## Quick Start |
12 | 12 | ||
13 | Given an existing PeerTube embed `<iframe>`, one can use the PeerTube Embed API to control it by first including the library. You can include it via Yarn with: | 13 | Given an existing PeerTube embed `<iframe>` **with API enabled** (`https://my-instance.example.com/videos/embed/52a10666-3a18-4e73-93da-e8d3c12c305a?api=1`), |
14 | one can use the PeerTube Embed API to control it by first including the library. You can include it via Yarn with: | ||
14 | 15 | ||
15 | ``` | 16 | ``` |
16 | yarn add @peertube/embed-api | 17 | yarn add @peertube/embed-api |