How to add a booking form to my website? Or an availability calendar?
To add a booking form, an availability calendar, a rate table, or a list of accommodation, you can use:
HBook Shortcodes
Gutenberg HBook Blocks
What are shortcodes? Do I need coding knowledge?
You don’t need any technical skill or knowledge to use “Shortcodes”. A Shortcode is a text written between brackets that will be rendered on your website. For example, when you write in the content of your page [hb_booking_form], we will display a booking form.
A shortcode can have parameters, that are here to give instructions for the rendering. For example, if you write [hb_booking_form accom_id=”123”], it means that you wish HBook to display a booking form that is only for the accommodation type with ID “123”.