# Embedding Videos

## Embed Markup (HTML)

CircleHD supports embedding videos into other systems such as LMS, Wiki, Confluence and SharePoint. To get the embed markup click **sharing** below the video playback.&#x20;

![](https://1807153624-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI3eSpqZygA9Km3H9PO%2F-MN7YLdufVkteBbV0kM8%2F-MN7_Sg4uj_NN5q5Hrso%2Fshare3.png?alt=media\&token=9cc5eb9f-3134-4dcb-aa0f-450b66ab2b44)

![](https://1807153624-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI3eSpqZygA9Km3H9PO%2F-MN7YLdufVkteBbV0kM8%2F-MN7_XEcd23Zv6szeQ8g%2Fshare2.png?alt=media\&token=14a6f0b6-23f0-4200-bc61-86b20af3b8de)

\
The standard HTML Code looks like following.

```markup
<iframe allowfullscreen width="100%" height="320" frameborder="0" 
src="https://site.circlehd.com/embed/url?tok=xyz"></iframe>
```

{% hint style="info" %}
&#x20;The height and width can be modified to match the target container. Default height 320 is too small in most cases should be replaced.
{% endhint %}

### Embedding on a trusted sites.

By default users must be logged in to watch on the embed. If you have a trusted site, and you don't like to force the users to log-in before watching, you can enable trusted site under portal settings.

Users accessing iframe based embedding from these domains will not be prompted to login. However, the username will not show up in analytics if they have not previously logged into CircleHD

![](https://1807153624-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI3eSpqZygA9Km3H9PO%2F-MN7eYANDAxgZkx0NXH7%2F-MN7vPJ9jsG1qnjn_K0y%2Fportal-settings.png?alt=media\&token=47712d3d-0ca1-466c-ad0c-0e91cc16abe0)

![](https://1807153624-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LI3eSpqZygA9Km3H9PO%2F-MNTYEFblIWVIWOAvs_A%2F-MNTaA1AvIowDXsWagFV%2Fwhitelisting-domain.png?alt=media\&token=8cde569c-292c-4306-9262-eb4f9c194d53)

{% hint style="info" %}
If you have multiple domains, wildcard domain names can be added.
{% endhint %}
