Integrate a website

Hi, i have a question
I have a website (example1.com) and i want to implement in my website (example2.com) i think with an <embed >tag or somethinng else i can implement it
Is is possible
How can i do it?

What do you mean by “implement”? Can you give an example of exactly what you want to do?

You may be able to use an iframe. However, the security system will probably prevent that. This, however, is not true while using CloudFlare.

6 Likes

Ok

I have made this:

iframe src=“https://example com” style=“border:0px #ffffff none;” name=“myiFrame” scrolling=“no” frameborder=“1” marginheight=“0px” marginwidth=“0px” height=“400px” width=“600px” allowfullscreen></iframe

How can i make it in the full page and not for only 400px and 600px?

Found this on StackOverflow, worth spending time there :smirk:

1 Like

Perhaps change the 400px and 600px command? Perhaps use a different CSS unit? Perhaps use 100vw and 100vh?

1 Like

100% is best for full screen, not messing with other units.

Well you could you that as well…

1 Like

A post was split to a new topic: Cannot use iFrame

Yes, by using an iframe (inline frame) that used to display content from another source into a web page.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.