Feature a website within another website

Hello everyone :slight_smile:

We sometimes see website and template presentations popping up on other websites. For example, our extension and template vendors dynamically present their creations in pop-up windows.

Take the excellent FleXon website ( @WeaverPixel), for instance:

I can’t figure out how to create similar presentations.

Can anyone help me?

Do you mean embed another website page? if so use iframe - HTML component and paste URL link

Thank :slight_smile:

here’s code but this one shows RealMac site just open in HTML view and change the path. You can put these in min containers or whatever you like. Just dont forget to change the name of component each time otherwise you will change everyone.

<div class="w-full h-screen">
  <iframe 
    src="https://www.realmacsoftware.com/rapidweaver/"
    class="w-full h-full border-0"
  ></iframe>
</div>

Thank you, that’s exactly the answer I needed! :slight_smile:

Glad to help, anything else please ask – I can always say NO!:joy::joy:

There’s a good atmosphere on the forum, and that’s nice to see. :grinning_face_with_smiling_eyes: :joy:

More a community now than a forum!