Make Your Own Booking Widget: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
[[Category:How to]]
[[Category:How to]]


''This page explains how to create your own booking widget''
== Introduction ==


'''Introduction'''


Making your own booking widget is not hard. It only involves opening the booking page and optionally passing some information to it.  
Making your own booking widget is not hard. It only involves opening the booking page and optionally passing some information to it.  
Line 212: Line 215:
  <input type="submit" value="Book Now">
  <input type="submit" value="Book Now">
  </FORM>
  </FORM>
== Widget for specific dates ==
1. Customise widget, then generate code.
[[Image:Custom-Widget1.png|350px|link=]]
[[Media:Custom-Widget1.png|view large]]
[[Image:Custom-Widget2.png|350px|link=]]
[[Media:Custom-Widget2.png|view large]]
2. The code consists of three parts. Identify the <script></script> and delete it.
[[Image:Custom-Widget3.png|350px|link=]]
[[Media:Custom-Widget3.png|view large]]
3. Customise the content of the selects to only contain the dates you want to offer. In this example is for a booking strip for  December 1st 2015 3 nights.
[[Image:Custom-Widget4.png|350px|link=]]
[[Media:Custom-Widget4.png|view large]]
4. Paste the code into the source code of your web site
Result:
[[Image:Custom-Widget5.png|350px|link=]]
[[Media:Custom-Widget5.png|view large]]