Quickstart
There are 2 components you need to add your page.
You need to include our widget.js in your page. (Optional if you want your content to be automatically loaded, resized. )
<script defer src="https://platform.poltio.com/widget.js"></script>
And you need to add our widget area:
<div class="poltio-widget" data-poltio-widget-content="XXXX"></div>
Or you can include our Iframe directly:
<iframe
id="poltio-embed-XXXX"
class="poltio-embed"
loading="lazy"
src="https://www.poltio.com/widget/XXXX"
width="100%"
height="800"
frameborder="0"
allowfullscreen="allowfullscreen"
scrolling="yes"
title="Embed"
allow="clipboard-write"
>
</iframe>