Get the snippet
A VoxHealth admin generates it under Settings → Scheduling Widget. Generating mints the public token and records the domains it is allowed to run on. You cannot construct a working snippet by hand.Paste it
</body> tag. defer matters: the widget captures its own script element at load and needs the document to be parseable.
data-token and data-api-url are both required. If either is missing the widget initializes nothing and exits silently. By design, so a half-configured tag never renders a broken booking form to patients.Verify it
1
Load the page
The bubble should appear in the corner you configured.
2
Open it
You should see real available times within a second or two. Times that never load usually mean the domain is not on the allow-list. Check the browser console for a 403.
3
Book a test appointment
Use a real mobile number you control. Then confirm the appointment appears in the practice’s PMS with the right provider, operatory, and duration.
4
Cancel it
Use the same form to find and cancel the test booking. This exercises the manage path as well as the booking path.
Platform notes
WordPress
WordPress
Add it to the theme footer, or use a “custom HTML / code injection” block. Do not paste it into the post editor. The visual editor strips script tags.
Squarespace
Squarespace
Settings → Advanced → Code Injection → Footer.
Webflow
Webflow
Project Settings → Custom Code → Footer Code.
A single-page app
A single-page app
Do not inject the tag on every route change. Load it once, or use the programmatic API in Configuration.