Adding Reservie to Your Website

Updated Feb 13, 2026 2 min read

Learn how to embed your reservie booking schedule into your website using a widget or hosted page link.

Overview

Reservie provides two ways to connect your booking system to your website: an embeddable widget and a hosted page link. Both options are available from the Schedules section of the admin panel.

Getting your embed code

  1. Navigate to Schedules in the sidebar menu
  2. Find the schedule you want to embed
  3. Click the action menu (three dots) and select Get Code
  4. Choose between the Widget and Hosted Page tabs

Widget embed

The widget option provides a script tag that you add to your website’s HTML. This embeds the booking schedule directly into a page on your site.

<script src="https://public-cdn.reservie.app/embed.js"
  data-subdomain="your-site"
  data-schedule-id="your-schedule-id">
</script>

Simply paste this code into the HTML of the page where you want the schedule to appear. The widget will render inline and allow customers to browse and book events without leaving your website.

Website compatibility

The widget uses standard HTML and JavaScript, so it works with most website builders and platforms, including WordPress, Squarespace, Wix, and custom-built sites. Your website just needs to support adding custom HTML or script tags.

The hosted page option provides a direct URL to your schedule on your reservie subdomain:

https://your-site.reservie.net/schedule/your-schedule-id

You can link to this URL from your website using a button or text link. When customers click the link, they are taken to the schedule on your reservie-hosted page where they can browse and book.

This option is ideal if your website platform does not support embedding scripts, or if you prefer to direct customers to a dedicated booking page.

Your unique reservie address

Every reservie account has a unique address in the format https://your-site.reservie.net. This is configured in Settings > Configuration under “Unique reservie address”. This address is used for your customer portal and hosted schedule pages.

Next steps