Iframes

In a recent post, @Teodor was saying that iframes are an old technology best not used any more.

So I have a need for my clients to embed a booking form page from my app into a page on their site.

What would be the best way to have them do that?

1 Like

Well, in such cases it’s fine to use iframes, but this pretty much sums up the cases when it’s fine to use them :slight_smile:

1 Like

I would use iFrames for now.

I’ve got a similar project upcoming where a white-label customer portal needs to be embeddable in client websites. iFrame works for now but doesn’t solve the upcoming issue of browsers such as Safari blocking third-party session cookies by default.

Looking at workarounds in JS, will post back here in a few weeks if I find any interesting alternatives.

the iframe tag in Node still breaks the design view. Yes, iframes are old, but still sometimes a necessity.

Page with an iframe tag:
image