How to embed any webpage into a webflow page?

How can I embed any webpage into an existing webflow page? Is it even possible? I want to integrate a BigCartel shop into a UI made in webflow.

You can use the embed element and add something like:

<iframe src="http://www.google.com" style="width: 100%%; height: auto"></iframe>

Did you ever figure this out!? I’m actually trying to do the same thing.

If you could give me some insight, that’d be great! :smile: