Skip to main content
All CollectionsHosting
How can I embed or integrate a video?
How can I embed or integrate a video?
Updated over a month ago

You can embed a Seenit video on any webpage (including intranets) using the embed on website button for a hosted video.

How to embed

  1. Go to the Edits page

  2. Create a Video Link for your chosen Edit

  3. Click the 'Embed' button below your video link

  4. Click 'Copy code'

  5. Paste anywhere that takes a HTML snippet (in this case, an iFrame)

Where can I use this Embed code?

You can use an embed code in whichever platform you wish that accepts an iframe, such as websites or intranets.

You can adjust the height and width of your iFrame in the code snippet if you want to personalise how it looks.

How will it look?

Your video will include the video title, description (optional) and CTA button (optional). See below the view when the description is open/closed.

Simplified design when embedding

If you want a simplified look on your embedded video then add this:

?minimal=true

to the end of the url. For example:

<iframe width="560" height="315" src="https://tv.seenit.io/watch/ZwWtIIB3?minimal=true" frameborder="0" allow="accelerometer autoplay encrypted-media gyroscope picture-in-picture" allowfullscreen></iframe>

Example of how it will look:

Troubleshooting

In some cases, you may need to allowlist the domain tv.seenit.io to watch videos on your network. Please speak with your tech teams or Seenit representative about this.

Did this answer your question?