Option 1:
If you do not have Chatbot

Add the embed code to your site. Obtain the embed code from the "share" option in the Amenity Booking screen. The standard Amenity Booking button will appear in the lower right corner of your site.

a) If you want to customize the amenity button, send the below code to your web team.

<button id="amenity-booking" onclick="respage_amenity_booking_open()">Amenity Booking</button>

b) Additionally, add this code to the embed code so that the standard Amenity Booking button does not display.

<style>
.chatprompt { display: none !important; }
</style>

Example:
<!-- Respage services embed script -->
<link href="//app.respage.com/asset/css/webchat.css" rel="stylesheet" type="text/css">
<style>.chatprompt { display: none !important; }</style>
<script src="//app.respage.com/asset/js/webchat.js"></script>
<script>respageBot_Load("a08e595d9ae9c0a18b9ff03f6a0e3dff");</script>

Options 2:
If you have Chatbot and want to add additional Amenity Book button, send this code to your web admin to customize the button

Use this code to add Amenity booking to your site. Send it to your web team.
 <button id="amenity-booking" onclick="respage_amenity_booking_open()">Amenity Booking</button>