Skip to main content
All CollectionsWidgets
How do I embed a website in a Pod?
How do I embed a website in a Pod?

Learn how to embed your website into your Pod

Russell Mitchell avatar
Written by Russell Mitchell
Updated over 2 years ago

To place a website into your Pod you need to use the HTML widget.

Drag this into your Pod, select the Code toggle, and then place in the following code;

<iframe src="https://www.sendtrumpet.com" height=600px width=100% title="description"></iframe>

(Replacing www.sendtrumpet.com with your website or whichever domain you choose)

You can then click the Preview toggle to see how this would look in your Pod.

Note - You can change and customise the HTML height and width as needed.

Did this answer your question?