aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-28 14:01:17 +0100
committerChocobozzz <me@florianbigard.com>2020-02-28 14:01:17 +0100
commit9a207a71b23574853275366857181d21b96a6920 (patch)
treef0b920e798b19efe3adb9f7b0ac6b42ebb0c0d24
parentb6e0e6a31bdef7c0faebca96864eb334dd9e7ad7 (diff)
downloadPeerTube-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.md3
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
13Given 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: 13Given an existing PeerTube embed `<iframe>` **with API enabled** (`https://my-instance.example.com/videos/embed/52a10666-3a18-4e73-93da-e8d3c12c305a?api=1`),
14one 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```
16yarn add @peertube/embed-api 17yarn add @peertube/embed-api