There are two different ways you can install the booking on your website. 

a. As a pop-up button on your website.  Here is an example code on how you can do

 

<!-- Start of Service Script -->

<input type="button" style="background-color:#Ec376E;  color:#fff; border:5px solid #ec376e; height:40px; width:160px;" value="Ajanvaraus" id="widget-booknpay">&nbsp;</div><div><br></div><div><script type="text/javascript" src="//app.hakema.io/hakema.js"></script>
<script type="text/javascript">
    var $bookingjQuery = jQuery.noConflict();
    $bookingjQuery('#widget-booknpay').Booking({
        provider_id: 'hakema',
        business_id: 'xxxxyyyyzzzz',
        type: 'side-button', // iframe, popup
        position: 'side-right', // side-left, side-bottom
        button_label: 'Book Now',
        button_color: '#fcd949',
        button_label_color: '#000'
    });
</script>

<!-- End of Service Script --> 

 


b. As a button with a link to book.


<!-- Start of Service integration --> 

<p><a href="https://app.hakema.io/en/places/00003" target="_blank"><img src="https://app.hakema.io/img/button-en.png" srcset="https://app.hakema.io/img/button-en.png 1x, https://app.hakema.io/img/button-en@2x.png 2x" alt="Book now" border="0"></a></p>
<!-- End of Service Integration -->



Please free to contact us via this support portal if you need further help in installing. This article tells how to find the correct code to install 


Where can I find instructions on how to add Booking to my website or blog?