Skip to main content
Archived Documentation

ScheduleWidget has been deprecated and is no longer supported.

We recommend upgrading to Book Now button which provides the same functionality with improved features and ongoing support.

Customizing ScheduleWidget

The widget can be customized to better align with your website's style by adding configuration parameters to the script URL. You can combine any of the available parameters to achieve your desired customization. Below is a list of all the available customization options:

Script URL parameter documentation

info

practice_id is required for the widget to work correctly. All other URL parameters are optional and can be used in combination.

URL parameter nameRequiredExampleDescription
practice_idYes ✅<script type="text/javascript" src="https://app.intelibly.com/widget.js?practice_id=PRACTICE_ID"></script>Practice ID is required in order for widget to work correctly. Invalid ID will cause widget to stop working.
darkNo<script type="text/javascript" src="https://app.intelibly.com/widget.js?practice_id=PRACTICE_ID&dark=true"></script>Enables button dark mode which will change the color to a darker color. By default the button will display in light mode
positionNo<script type="text/javascript" src="https://app.intelibly.com/widget.js?practice_id=PRACTICE_ID&position=right"></script>Changes the button position on the screen. The position can only be changed to left or right side of the page. The button will always display on the bottom of the page for best user experience. By default the button will always display on the left side of the page.
btn-textNo<script type="text/javascript" src="https://app.intelibly.com/widget.js?practice_id=PRACTICE_ID&btn_text=My Button Text"></script>Changes the button text. Limit the text to less than 30 characters to avoid distorted layout.