Embedded integration (iframe)

You can use the below example code to add the SwapinWidget directly to a page of your web app or landing page.

HTML
<div style="position: relative; width: 500px; height: 80dvh; margin: auto;">
  <iframe src="https://widget.swapin.com" style="height: 100%; width: 100%; border: none" allow="camera; microphone; autoplay; encrypted-media; clipboard-read; clipboard-write">
  </iframe>
</div>

Last updated