Category:Developers: Difference between revisions

Jump to navigation Jump to search
Lesley (talk | contribs)
No edit summary
Line 16: Line 16:
== Custom CSS ==
== Custom CSS ==


  Custom CSS can be added in SETTINGS > BOOKING ENGINE > DEVELOPERS > "Custom CSS"
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in SETTINGS > BOOKING ENGINE > DEVELOPERS > "Custom CSS"


To see a list of CSS examples look into this document: [[Custom_CSS|Custom CSS]]
To see a list of CSS examples look into this document: [[Custom_CSS|Custom CSS]]
Line 37: Line 37:


Your CSS file will be included.
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.
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> The external stylesheet needs to be hosted on a secure site (https) to be accepted by the secure Beds24 booking page.




Line 48: Line 48:
=== Change the title text ===
=== Change the title text ===
  /*javascript to change the titletext*/
  /*javascript to change the titletext*/
<script>document.title='your title';</script>
<code> <script>document.title='your title';</script></code>


== Booking Page Parameters ==
== Booking Page Parameters ==
Line 261: Line 261:
The documentation is directly in the API.  
The documentation is directly in the API.  


To use the API you need to allow API ACCES. Go to SETTINGS -> ACCOUNT -> ACCOUNT ACCESS and allow API access. The API is available at https://api.beds24.com. The XML functions can be accessed with your Beds24 username and password. The JSON functions can be created with a API and prop key which you set yourself in the Beds24 control panel SETTINGS->ACCOUNT and SETTINGS->PROPERTIES->LINK
To use the API you need to allow API access. Go to SETTINGS -> ACCOUNT -> ACCOUNT ACCESS and allow API access. The API is available at https://api.beds24.com. The XML functions can be accessed with your Beds24 username and password. The JSON functions can be created with a API and prop key which you set yourself in the Beds24 control panel SETTINGS->ACCOUNT and SETTINGS->PROPERTIES->LINK