How to embed a widget using an iFrame?

You can embed your Senja widget on your website using an iFrame, though it may load slower than other methods.

Get your widget URL

First, get your widget URL from the Senja studio. Watch this video to learn how: https://share.cleanshot.com/PcmvvT2c

Embed the widget with an iFrame

You can embed the widget onto your site using an iFrame. Use the following HTML code.

<iframe 
  id="senja-widget" 
  src="SENJA_WIDGET_URL"
  title="Senja widget"
  frameborder="0"
  scrolling="no"
  style="width:100%; height: 100%;"
></iframe>

Replace SENJA_WIDGET_URL with your actual widget URL.

Did this answer your question?