You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/media-services/video-indexer/video-indexer-embed-widgets.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,12 @@ You can use the Editor widget to create new projects and manage a video's insigh
61
61
62
62
1. Sign in to the [Video Indexer](https://www.videoindexer.ai/) website.
63
63
2. Select the video that you want to work with.
64
-
3. Select the **Embed** button that appears under the video.
65
-
66
-

64
+
3. Select the embed button (**</>**) that appears under the video.
67
65
68
66
After you select the **Embed** button, you can select the widget that you want to embed in your app.
69
67
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
-

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.
74
70
75
71
> [!NOTE]
76
72
> 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
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).
238
234
239
235
For example, if you want to give your iframe window the title "MyInsights", the URL will look like this:
240
236
@@ -252,7 +248,7 @@ For example:
252
248
253
249
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.
254
250
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.
0 commit comments