Help needed about embedding a booking page in my website

Everything related to your website and the Beds24 widgets
Post Reply
babilan
Posts: 2
Joined: Wed May 13, 2020 1:01 pm

Hi !
Code generated by Beds24 to embed the booking page into my website is the following one :

<!-- bookingWidget requires jQuery and jQueryUI -->
<!-- Include the following line ONCE ONLY on the page, preferably in the document head -->
<script src='https://media.xmlcal.com/widget/1.00/js ... '></script>

<!-- Place this div on your page where you want the widget to show -->
<div id='bookWidget-62596-111720-0-1589445879'> </div>

<!-- The following will initialize the widget in the above div -->
<script>
jQuery(document).ready(function() {
jQuery('#bookWidget-62596-111720-0-1589445879').bookWidget({
propid:111720,
formAction:'https://www.beds24.com/booking.php',
widgetLang:'en',
widgetType:'BookingBox'
});
});
</script>

My CMS offers following "boxes" to embed : HTML/CSS/Javascript/Jquery source code.
I don't know which part of the above code I need to copy/paste in which "box" .

Can someone please help ?

Thank you so much in advance !
iuri_rosa
Posts: 33
Joined: Fri Jun 10, 2016 9:14 pm

Hello,

What cms are you using ? most systems offer a way of inserting code in the header, if not try and do a search for any plugin that could allow you this.

If we know what system you are using we could advise you better.

Best Regards,

Iuri Rosa
babilan
Posts: 2
Joined: Wed May 13, 2020 1:01 pm

Thank you Rosa, meanwhile I have received an answer from my CMS. I thought I had erased my request here on Beds24 but apparently it didn't. Thank you for your answer though.
Post Reply