diff options
-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 |