Most of your bigger websites with valuable uses provide embed codes to give easy to use and visually appealing ways to plug in from their website to yours. Note that you cannot use the Browser URL located at the top of your browser as it will simply not work.
Your typical embed code will look like this:
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50283.405143289085!2d145.1827296714715!3d-38.03047394841522!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad613d180ac6a05%3A0x5045675218ce070!2sDandenong%20South%20VIC%203175!5e0!3m2!1sen!2sau!4v1634165255961!5m2!1sen!2sau" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
Otherwise if you wanted to embed a whole website page into your website just use the following code:
<iframe src="COPY AND PASTE YOUR DESIRED WEBSITE PAGE HERE" style="border:0px #ffffff none;" name="iframe" scrolling="yes" frameborder="0" marginheight="0px" marginwidth="0px" height="1000px" width="600px" allowfullscreen></iframe>
Comments
0 comments
Article is closed for comments.