# Setup via IFrame tag

WARNING

Loading the Player via an IFrame is deprecated in favour of installing it via the NPM Registry.

NOTE

This example is using recommended v3-public version of SDK. If you want to use the latest version just switch to v3 usage.

If you need only simple video player without any other Pixellot SDK features, than you can use the IFrame setup.

Below is a sample of the IFrame setup, for viewing video only.

For more details, see the complete guide for IFrame setup.

<iframe
    width="720"
    height="400"
    id="player-iframe"
    src="https://pixellot-web-sdk.pixellot.tv/v3-public/embed.html?project-id={{PROJECT_ID}}&api-base-url={{API_BASE_URL}}&hd-src={{HD_SOURCE_URL}}&pano-src={{PANO_SOURCE_URL}}"
    frameborder="0"
    allowfullscreen
></iframe>
Last Updated: 4/3/2023, 12:48:25 PM