Add missing api=1 info in embed quickstart
authorChocobozzz <me@florianbigard.com>
Fri, 28 Feb 2020 13:01:17 +0000 (14:01 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 28 Feb 2020 13:01:17 +0000 (14:01 +0100)
support/doc/api/embeds.md

index ca480006d9c603ea13df5583c053454655a1ff95..5586e013ad1e67442d9b573dc7ee7ef28a44c032 100644 (file)
@@ -10,7 +10,8 @@ For instance, the playground URL for the above embed URL is `https://my-instance
 
 ## Quick Start
 
-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:
+Given an existing PeerTube embed `<iframe>` **with API enabled** (`https://my-instance.example.com/videos/embed/52a10666-3a18-4e73-93da-e8d3c12c305a?api=1`),
+one can use the PeerTube Embed API to control it by first including the library. You can include it via Yarn with:
 
 ```
 yarn add @peertube/embed-api