Embedded Iframe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 96: | Line 96: | ||
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. | 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. | ||
==Google Map not showing== | |||
Make sure you have: | |||
*Entered your Google Maps API key in {#fas:cog}} (SETTINGS) > BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPERS | |||
*Allowed access from your URL with the API Key (needs to be set in Google Cloud Platform) | |||
*Activate the "Maps JavaScript API" in Google (which is the one for embedding maps to websites) | |||
*Enabled billing in Google | |||