HTML

This components offers you to inject any type of HTML, CSS or JavaScript into your website. It's usuable in a variety and is an essential part of third party integrations. You could use it to embed a video from YouTube or to integrate with AddToCart-Buttons.

Usualy it's a good idea to add specific rights to the availability configuration. So that only superusers can use it.

<div class="text-center">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/xvFZjo5PgG0?si=AoxfwHoG1vcwuazJ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

Default