Embedded Iframe: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
|||
| Line 52: | Line 52: | ||
*SAVE | *SAVE | ||
'''Step | '''Step 4: Generate and modify the iFrame snippet''' | ||
*Click on "Get Code" | *Click on "Get Code" | ||
| Line 63: | Line 63: | ||
<span style="background-color: #f8f9fa; border: 1px solid #eaecf0;border-radius: 2px; padding: 1px 4px;"><nowiki><iFrame data-src="https://beds24.com/booking2.php?propid=12345&referer=iFrame" width="800" height="2000" style="max-width:100%;border:none;overflow:auto;"><p><a href="https://beds24.com/booking2.php?propid=12345&referer=iFrame" title="Book Now">Book Now</a></p></iFrame></nowiki></span> | <span style="background-color: #f8f9fa; border: 1px solid #eaecf0;border-radius: 2px; padding: 1px 4px;"><nowiki><iFrame data-src="https://beds24.com/booking2.php?propid=12345&referer=iFrame" width="800" height="2000" style="max-width:100%;border:none;overflow:auto;"><p><a href="https://beds24.com/booking2.php?propid=12345&referer=iFrame" title="Book Now">Book Now</a></p></iFrame></nowiki></span> | ||
'''Step | '''Step 5: Install the iFrame on your website''' | ||
*Paste the modified code snipped into the HTML of your website where you want show the iFrame | *Paste the modified code snipped into the HTML of your website where you want show the iFrame | ||
*Add the following script directly after the iFrame end tag </iFrame> | *Add the following script directly after the iFrame end tag </iFrame> | ||