Embedded Iframe: Difference between revisions

Jump to navigation Jump to search
Line 32: Line 32:
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}}  </span>The solution requires that your website can have additional parameters added to your page URL without affecting their ability to load.
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}}  </span>The solution requires that your website can have additional parameters added to your page URL without affecting their ability to load.


  the principle here is to open your URL directly with the booking page parameters added to the URL after a ?. The script installed on your page will pass these URL parameters through to the iFrame which will apply them to the booking page within the iFrame.
  The principle here is to open your URL containing the iFrame directly with the booking page parameters added to your URL after a ?. The supplied script installed on your page will pass these URL parameters through to the iFrame which will apply them to the booking page within the iFrame.


'''Step 1: Customize the widget'''
'''Step 1: Customize the widget'''