Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 158: | Line 158: | ||
exchange ffffff with the hex code of the color you want to use. | exchange ffffff with the hex code of the color you want to use. | ||
== External CSS file == | |||
It is possible to make the booking page use a CSS file that you supply, you must host the CSS file on a secure web server (using https:). | |||
To do this you need to add the &cssfile parameter to the URL for the booking page, or for example the iframe SRC. | |||
You could do this to use different styling per page or site. | |||
For example if your css file is: | |||
https://yoursite/path/your.css | |||
Goto this site and encode it: | |||
http://meyerweb.com/eric/tools/dencoder/ | |||
Add the resulting parameter to the booking page URL like this: | |||
&cssfile=https%3A%2F%2Fyoursite%2Fpath%2Fyour.css | |||
Your CSS file will be included. | |||
Note: | |||
The external stylesheet needs to be hosted on a secure site (https) to be accepted by the secure Beds24 booking page. | |||
Keywords: URL parameter, parameter, language, number of guests, web design, web designer, developer | |||
== Javascript == | == Javascript == | ||
* Javascript can be entered in SETTINGS->BOOKING PAGE ->DEVELOPERS"Advanced HTML Settings" | * Javascript can be entered in SETTINGS->BOOKING PAGE ->DEVELOPERS"Advanced HTML Settings" | ||
| Line 347: | Line 370: | ||
|- | |- | ||
| hidedesc || yes, no || Do not show the description | | hidedesc || yes, no || Do not show the description | ||
==Custom Applications / API == | ==Custom Applications / API == | ||