Rendering the enterprise booking widget
Jubrine Fortuno avatar
Written by Jubrine Fortuno
Updated over a week ago

The enterprise booking widget cannot be created at app.appointedd.com so is currently available only through account management. If you would like to use the enterprise widget, get in touch through the support messenger.ย 

-----------------------------------------------------------------------------------------------------------------------------

The Appointedd widget only requires the ability to add a small piece of HTML and Javascript onto the page where it should be hosted.

<div id="booking-widget"></div>
<script src="https://appointeddwidgetdomain.com/widget/{widget-id}/widget.js"> </script>
<script>appointeddWidget.render('booking-widget');</script>

Please scroll right on the image to see the whole code!

Replace the widget script URL with your own - this will be provided by your account manager.

This will inject the widget as an iframe into the div above with the ID booking-widget.


If you have any feedback we would love to hear it ๐Ÿ‘‚

Did this answer your question?