Embedded Iframe: Difference between revisions
Jump to navigation
Jump to search
| Line 24: | Line 24: | ||
Consider opening the booking page in a new tab instead of embedding it in an iFrame. | Consider opening the booking page in a new tab instead of embedding it in an iFrame. | ||
If you do want to use an iFrame you can use following method to overcome the issue. This solution passes the widget data directly to the page holding the iFrame and relies on a special script installed on the page to pass the parameters to the iFrame. The iFrame then loads the booking page with the data from the widget. | |||
If you do want to use an iFrame you can use following method to overcome the issue. This | |||
This avoids the use of cookies to pass the data and should not be blocked by security or privacy settings. | This avoids the use of cookies to pass the data and should not be blocked by security or privacy settings. | ||