To add the embed:
Insert a Container element where you want to place the iFrame.
Select the element and go to Settings in the Inspector panel on the right.
Set the ID of the element to sentiyen-iframe-wrapper
Add a custom attribute
data-id
Go to page settings and add Sentiyen script to Custom Code. (Requires Webflow hosting plan)
<script defer type="text/javascript" src="[<https://www.sentiyen.com/embed/embed.js>](<https://www.sentiyen.com/embed/embed.js>)"></script>
Here’s a demo.
To adjust the width of the embed, you have a couple of options:
<div id="sentiyen-iframe-wrapper" data-id="CHANNEL_ID" style="max-width: 80%"></div>
alignwide
:<div id="sentiyen-iframe-wrapper" data-id="CHANNEL_ID" class="alignwide"></div>
To adjust the initial iFrame height, you can use the style param:
<div id="sentiyen-iframe-wrapper" data-id="CHANNEL_ID" style="height: 700px"></div>