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
  1. Open the page where you want the widget. Click the edit area.
  2. Click an insert point → Code (under More).
  3. Paste the snippet, click Apply, then Save.
Wix
  1. Click + Add → Embed Code → HTML iframe / Code.
  2. Paste the snippet into the Code field. Click Update.
  3. Drag the embed to the spot you want, then publish.
WordPress (Block editor)
  1. Edit your page. Add a Custom HTML block.
  2. Paste the snippet inside the block.
  3. Update or publish — the widget loads immediately.
Webflow
  1. Drag an Embed component onto your page.
  2. Paste the snippet. Click Save & Close.
  3. Publish to your live site.
Shopify
  1. From the theme editor, Add section → Custom Liquid.
  2. Paste the snippet into the Liquid code field.
  3. Save the theme — the widget appears on next page reload.
Plain HTML / anywhere
  1. Paste the snippet anywhere inside <body>.
  2. 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.