Our booking engine can fully integrate with your WordPress website using our plugin.
Plugin is available for download here.
Steps:
Insert following shortcode.
[webbookingpro hotelid="xxx" language="en|de|it|sl|sr|hr|es" currency="EUR" showlogo="1|0" showfooter="1|0" darktheme="1|0"]
only hotelid is required. If you have multiple properties you can combine ids
By default URL that will lead to your reservation interface (booking engine) is
https://booking.webbookingpro.com/xxx/
where xxx is your Property ID sent via Registration email.
There are additional GET parameters you can send in link:
&adults=X
&children=X
&language=en|de|hr|it|sl|es
¤cy=CODE (e.g. EUR)
&checkin_date=DD/MM/YYYY or &checkin_date=YYYY-MM-DD
&checkout_date=DD/MM/YYYY or &checkout_date=YYYY-MM-DD
&showLogo=1|0 (default is specificed in Hotel information)
&showFooter=1|0 (default is specificed in Hotel information)
&darktheme=1|0 (default is 0)
e.g link can be http://booking.webbookingpro.com/18/?language=de&darktheme=1