<aside>

For a guide on how to configure and customize your SEEN Video Player, see the Player Node article.

</aside>

Using Standalone SEEN Video Player

SEENs video player is usable as a standalone link. If used as a standalone player, the page offers a full screen experience for the receiver.

Standalone player domains follow the below structure: https://player.seen.io/v/AhdlZ6Qq28LDQAptGHUY

Each video has their unique Video Identifier.

Embedding the SEEN Video Player

Integrate SEEN’s video player seamlessly into your website with a simple HTML snippet. Follow the steps below to embed the player and customize its appearance.

Screenshot 2025-02-20 at 09.51.08.png

1. Basic Integration

To embed the SEEN video player on your webpage, include the following <iframe> snippet in your HTML code:

<iframe src="<https://player.seen.io/v/AhdlZ6Qq28LDQAptGHUY>"
        style="aspect-ratio: 16 / 9; width: 900px; border: 0;"
        webkitallowfullscreen mozallowfullscreen allowfullscreen
        allow="clipboard-write; fullscreen; web-share;">
	</iframe>

Understanding the URL Structure:

Parameters Explained: