Changes

Jump to navigation Jump to search

Category:Developers

505 bytes added, 14:16, 2 May 2022
https://yoursite/path/your.css
Goto Go to this site and encode it:
http://meyerweb.com/eric/tools/dencoder/
For example: this would cause property 1234 to open in the parent window (frame busting) when it's book button is clicked on the multiple property page
<script> $(document).ready(function(){ $('#propid1234 a').attr('target', '_parent'); }); </script>
<span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Check the settings under {{#fas:cog}} (SETTINGS) >BOOKING ENGINE > PROPERTY BOOKING PAGE > BEHAVIOUR before you add such a script.
=== Change the title text ===
javascript Javascript to change the titletext.
<code> <script>document.title='your title';</script></code> === Change date format to American ===Javascript to change the date format.
== Booking Page Parameters ==
*The behavior of the booking page can be controlled with the following parameters passed in the URL or form<script>$(document). URL Parameters are always added in the format name=value. To separate them, the first parameter must have a ? before it and all following parameters must have an & before them. For example if you want to change the default for the numbers of night selector to 7 nights you change the link to your booking page from ready(function(){
https://beds24$('#inputcheckin').data('date-format','MMMM DD, YYYY');$('#inputcheckout').comdata('date-format','MMMM DD, YYYY');})</booking2.php?propid=2047script>
to<script>window.onload = function() {$("[id^='ptdate']").text(function(i, t) {return t.split(' ').reverse().join(' ');})};
https://beds24window.comonunload = function(){};</booking2.php?propid=2047&numnight=7script>
== Booking Page Parameters ==
'''Example: hide header'''The behavior of the booking page can be controlled with the following parameters passed in the URL or form. URL Parameters are always added in the format name=value. To separate them, the first parameter must have a ? before it and all following parameters must have an & before them. For example if you want to change the default for the numbers of night selector to 7 nights you change the link to your booking page from
https://beds24.com/booking2.php?propid=2047
to
https://beds24.com/booking2.php?propid=2047&hideheadernumnight=yes7 
Example: Make a booking page for selected rooms only
|-
| hideheader ||yes, no || Do not show the property information at the top of the page. Do not use this option when using a "Full Width Slider".
|-
| lang ||en (English), ar (Arabic), bg (Bulgarian), ca (Catalan), hr (Croatian), cs (Czech), da (Danish), de (German), el (Greek), es (Spanish), et (Estonian), fi (Finnish), fr (French), he (Hebrew), hu (Hungarian), id (Indonesian - Bahasa Indonesia), is (Icelandic), it (Italian), ja (Japanese), ko (Korean), lt (Lithuanian), lv (Latvian) mn (Mongolian), my (Burmese), nl (Dutch), no (Norwegian), pl (Polish), pt (Portuguese), ro (Romanian), ru (Russian), sk (Slovak), sl (Slovenian), sr (Serbian), sv (Swedish), th (Thai), tr (Turkish), vi (Vietnamese), zh (Chinese simplified), zt (Chinese traditional) || Sets the default language to open the booking page. (2013 new style booking pages only)
|-
To use the API you need to allow API access. Go to This page is about the menu {{#fas:cog}} (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 This page is about the menu {{#fas:cog}} (SETTINGS) > ACCOUNT and This page is about the menu {{#fas:cog}} (SETTINGS) > PROPERTIES > ACCESS
 ==Skip to Checkout Page from Beds24 Plugin Widget== Check the following instructions: https://gist.github.com/koryrichardson/55a460ce298ea1879c041e90d1e1e527 == Create a website connected to my with the content in your Beds24 account ==
We have an integration with Rezintel which allows users/developers to create a website with the data you have in Beds24.
Go to [https://wiki.beds24.com/index.php/Rezintel_Website_Builder Website builder] for more details.
119

edits

Navigation menu