Responsive Booking Page: Difference between revisions
Jump to navigation
Jump to search
| Line 316: | Line 316: | ||
=== Add Chat === | === Add Chat === | ||
Chat systems provide a script which you can add in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPER "Insert in HTML <HEAD>" to add a chat to a property booking page or {{#fas:cog}} (SETTINGS) BOOKING ENGINE > MULTI BOOKING PAGE > DEVELOPER "Insert in HTML <HEAD>" to add a chat to the the multi property booking page. | Chat systems provide a script which you can add in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPER "Insert in HTML <HEAD>" to add a chat to a property booking page or {{#fas:cog}} (SETTINGS) BOOKING ENGINE > MULTI BOOKING PAGE > DEVELOPER "Insert in HTML <HEAD>" to add a chat to the the multi property booking page. | ||
==Accessability== | |||
The booking page has a basic optimisation for barrier-free access. | |||
If accessibility is important to you, you must also make sure | |||
1. that you choose colours with high contrast. The following are recommended: | |||
Body Background ? | |||
Content Background: ffffff | |||
Content Text: 000000 | |||
Link Colour: 1a5176 | |||
Border Colour: bdbdbd | |||
Highlight Background From: ffffff | |||
Highlight Background To: ffffff | |||
Highlight Text: 000000 | |||
Form Background: ffffff | |||
Form Text: 000000 | |||
Selected Dates Background: f2f2f2 | |||
Selected Dates Text: 000000 | |||
Available Dates Background: 12852b | |||
Available Dates Text: ffffff | |||
Request Dates Background: def7e3 | |||
Request Dates Text: 000000 | |||
Not Available Dates Background: db5148 | |||
Not Available Dates Text: ffffff | |||
2. if your booking page opens as a new page/tab, or is used as a landing page for Google, you should add a property description with H1 and ideally also H2 headlines at the top. | |||
==Use multiple layouts== | ==Use multiple layouts== | ||