Skip to content

Commit 1e60e38

Browse files
authored
Merge pull request #109532 from Juliako/patch-20
Update video-indexer-embed-widgets.md
2 parents c54e305 + e3beaaf commit 1e60e38

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

articles/media-services/video-indexer/video-indexer-embed-widgets.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,12 @@ You can use the Editor widget to create new projects and manage a video's insigh
6161

6262
1. Sign in to the [Video Indexer](https://www.videoindexer.ai/) website.
6363
2. Select the video that you want to work with.
64-
3. Select the **Embed** button that appears under the video.
65-
66-
![Embed button in Video Indexer](./media/video-indexer-embed-widgets/video-indexer-widget01.png)
64+
3. Select the embed button (**</>**) that appears under the video.
6765

6866
After you select the **Embed** button, you can select the widget that you want to embed in your app.
6967
4. Select the type of widget that you want (**Cognitive Insights**, **Player**, or **Editor**).
70-
71-
5. Copy the embed code and then add it to your app.
72-
73-
![Embed code for app—Video Indexer](./media/video-indexer-embed-widgets/video-indexer-widget02.png)
68+
5. Copy the embed code (appears in **Copy the embedded code** in the **Share & Embed** dialog).
69+
6. Add the code to your app.
7470

7571
> [!NOTE]
7672
> If you have issues sharing your video URLs, add the `location` parameter to the link. The parameter should be set to the [Azure regions in which Video Indexer exists](regions.md). For example: `https://www.videoindexer.ai/accounts/00000000-0000-0000-0000-000000000000/videos/b2b2c74b8e/?location=trial`.
@@ -234,7 +230,7 @@ For example, if you want to embed a widget that contains only people and keyword
234230

235231
`https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?widgets=people,keywords`
236232

237-
The title of the iframe window can also be customized by providing `&title=<YourTitle>` to the iframe URL. (It customizes the HTML <title> value).
233+
The title of the iframe window can also be customized by providing `&title=<YourTitle>` to the iframe URL. (It customizes the HTML `<title>` value).
238234

239235
For example, if you want to give your iframe window the title "MyInsights", the URL will look like this:
240236

@@ -252,7 +248,7 @@ For example:
252248

253249
By default, Video Indexer player has autogenerated closed captions that are based on the transcript of the video. The transcript is extracted from the video with the source language that was selected when the video was uploaded.
254250

255-
If you want to embed with a different language, you can add &captions=< Language Code > to the embed player URL. If you want the captions to be displayed by default, you can pass &showCaptions=true.
251+
If you want to embed with a different language, you can add `&captions=<Language Code>` to the embed player URL. If you want the captions to be displayed by default, you can pass &showCaptions=true.
256252

257253
The embed URL then will look like this:
258254

0 commit comments

Comments
 (0)