# VOD embed guide
Developers can use code to add VOD Embed.
- Embed using Script:
```html
```
- Embed using Dom:
1. Thumbnail inline mode
```html
```
2. Thumbnail popover mode
```html
```
3. Text link popover mode
```html
popover text link
```
## Dom Parameters
| Parameter | Description | Default |
| :--------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------ |
| data-channel-id Required | This is automatically generated when the code is generated. | - |
| data-video-id Required | This is automatically generated when the code is generated. | - |
| data-embed-option Required | `inline`|`popover` Automatically generated according to settings. | - |
| data-embed-display Required | `thumbnail`|`text` Automatically generated according to settings. Defaults to thumbnail in inline mode. In popover mode, it will be generated according to the setting. `thumbnail`|`text` | - |
| data-locale Optional | Currently four multi-languages are supported `en-US` English , `de-DE` German, `fr-FR` French, `ja-JP` Japanese, English is used by default. | en-US |