Docs · Embed
Drop circleit on your site in 30 seconds.
Pick a snippet, paste it into your site. That's the whole install. Replace your-username with the username you picked at signup.
The basic embed (floating button)
Drops a "Book a call" button in the bottom-right of every page.
Default — floating button
<script src="https://circleit.app/embed.js" data-circle="your-username"></script>Inline embed
Drops the widget right where the script tag lives — perfect for landing pages and contact pages.
Inline placement
<script src="https://circleit.app/embed.js"
data-circle="your-username"
data-mode="inline"></script>Skip the event picker
Jump straight to a specific event type — e.g., a "30-min intro call".
Single event
<script src="https://circleit.app/embed.js"
data-circle="your-username"
data-event="intro"></script>Prefill the attendee form
If you already know who the visitor is (logged-in customer, etc.), prefill their name and email so they don't retype.
With prefill
<script src="https://circleit.app/embed.js"
data-circle="your-username"
data-event="intro"
data-prefill-name="Jane Smith"
data-prefill-email="jane@example.com"></script>Per-platform install
One copy-paste, three clicks. Tap your site builder to expand:
Squarespace
- Open the page where you want the widget. Click the edit area.
- Click an insert point → Code (under More).
- Paste the snippet, click Apply, then Save.
Wix
- Click + Add → Embed Code → HTML iframe / Code.
- Paste the snippet into the Code field. Click Update.
- Drag the embed to the spot you want, then publish.
WordPress (Block editor)
- Edit your page. Add a Custom HTML block.
- Paste the snippet inside the block.
- Update or publish — the widget loads immediately.
Webflow
- Drag an Embed component onto your page.
- Paste the snippet. Click Save & Close.
- Publish to your live site.
Shopify
- From the theme editor, Add section → Custom Liquid.
- Paste the snippet into the Liquid code field.
- Save the theme — the widget appears on next page reload.
Plain HTML / anywhere
- Paste the snippet anywhere inside <body>.
- That's it. No build step, no framework, no extra setup.
After you paste — quick smoke test
- The widget appears on the page (button or inline panel).
- Clicking it opens the booking flow.
- Times shown are in YOUR visitor's timezone, not yours.
- Submitting a test booking sends a confirmation email.
- The booking appears on your Google Calendar within ~10 seconds.
Need help installing?
Send a screenshot of your site builder to support@circleit.app — we'll write the install instructions for your specific setup and send them back, free.