Add Arketa to your website

Embed your class schedule, pricing, video library, or booking widget directly into your website.

You can embed Arketa's scheduling widget directly into your existing website — Squarespace, Wix, WordPress, Webflow, Showit, and others. Clients can book, purchase memberships, and watch videos without ever leaving your site.

Get your embed code

Before embedding, find your code in the dashboard:

  1. Go to Sales Channels → Website Integration
  2. Select the widget you want to embed (schedule, pricing, video library, etc.)
  3. Copy the embed code

Each widget has its own code — make sure you're copying the right one for what you want to display.

Squarespace

Make sure your Squarespace account is updated to the latest version before embedding.

Add a Code Block

In your Squarespace editor, add a new Code Block to the page where you want the widget to appear. Squarespace embed guide →

Paste your embed code

Click on the Code Block, clear any existing text, paste your Arketa embed code, and make sure HTML is selected in the dropdown.

Publish

Save and publish your changes.

Fix a cut-off embed on Squarespace

Sometimes an embedded widget — or a pop-up window inside it — gets clipped or cut off by your Squarespace template. This shows up most often with the On-Demand Library embed, where the video pop-up opens larger than the space the template gives it. A few different things can cause it, so work through the fixes below one at a time.

Wix

Add an Embed element

In the Wix editor, click Add Elements → Embed Code → Popular Embeds → Embed HTML.

Paste your code

Paste your Arketa embed code into the Add your code here field.

Resize and position

Drag the embed element to position it, and resize it to fit your layout.

Wix embed guide →

WordPress

Copy your embed code

Get your embed code from Sales Channels → Website Integration in your Arketa dashboard.

Add a Custom HTML block

In the WordPress block editor, add a Custom HTML block to the page where you want the widget.

Paste your code

Paste the Arketa embed code into the HTML block and update/publish the page.

Webflow

Add a new HTML Embed element to your page and paste your Arketa code. Webflow handles iframes natively.

Webflow embed guide →

Showit

In the Showit editor, add a Widget element and paste your embed code into the HTML field.

Other website builders

Most website builders support iframe/HTML embeds in some form. The general process is:

  1. Find where your builder lets you add custom HTML or embed code
  2. Paste your Arketa embed code there

If you're on a builder not listed here, chat us and we'll help you figure it out.

Remove gift cards from the pricing widget

If you want to embed your pricing page but hide the gift card option, add ?giftcard=false to the src URL in your embed code:

<iframe
  id="sutraWidgetIframe"
  src="https://app.arketa.co/iframe/YOUR_URL_HERE/pricing/cards?giftcard=false"
  width="100%"
  frameBorder="0"
  allowfullscreen>
</iframe>
<script src="https://app.arketa.co/scripts/embed.js"></script>

Replace YOUR_URL_HERE with your scheduling URL.

Add a client login page

You can embed the Account Information widget to create a dedicated login page on your website. Clients use it to manage their bookings, purchases, and profile straight from your site.

  1. Go to Sales Channels → Website Integration
  2. Select the Account Information widget and copy its embed code
  3. Paste it onto its own page, using the steps for your website builder above

Using Arketa's branded website instead

If you don't have an existing website, or want to move everything onto one platform, Arketa's branded website builder handles hosting, design, and embedding automatically — no code required.

Learn about the branded website →

Was this helpful?