Category:Booking Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 35: | Line 35: | ||
==Add booking Widget to your web site == | ==Add booking Widget to your web site == | ||
Go to SETTINGS->BOOKING PAGE->BOOKING WIDGETS to generate the code for your booking widgets. | Go to SETTINGS->BOOKING PAGE->BOOKING WIDGETS to generate the code for your booking widgets. | ||
== Troubleshooting == | |||
When a long page inside an <b>iframe</b> changes to a shorter page, the guest viewing the page might be left at the bottom looking at what appears to be a <b>blank page</b>. | |||
Note: Iframes on mobile devices are problematic. Make sure you have following code in the <head>: <meta name="viewport" content="width=device-width, initial-scale=1">. If you use the booking page in an Iframe we recommend you set up a special mobile page for the page where you have embedded the Iframe which opens the booking page in a new page instead of an Iframe. | Note: Iframes on mobile devices are problematic. Make sure you have following code in the <head>: <meta name="viewport" content="width=device-width, initial-scale=1">. If you use the booking page in an Iframe we recommend you set up a special mobile page for the page where you have embedded the Iframe which opens the booking page in a new page instead of an Iframe. | ||