Back to articles
Integrations

Integrating Reservine Into WordPress, Wix and Other CMS Platforms

Lukáš Přibík

Lukáš Přibík

January 30, 2025

Integrating Reservine Into WordPress, Wix and Other CMS Platforms

Introduction

If your website runs on WordPress, Wix, Webflow or another CMS, you do not need a custom development project to accept online reservations. Reservine can be added with a small script and a reservation button that opens your booking flow.

This is useful when you already have a working website and only need a reliable reservation system for clients.

Why Use a CMS Integration?

  • No redesign required: Keep your current website and add reservations where they make sense.
  • One clear call to action: Place the button on your homepage, pricing page or service detail.
  • Real-time reservations: Customers book into your Reservine calendar immediately.
  • Flexible placement: Use the button in a page builder block, custom HTML section or template.

Step 1: Add the Reservine Script

Insert this script into your website header:

Add to the website header1<script defer src="https://unpkg.com/reservine-button@latest"></script>

In WordPress, this is usually done through your theme settings, a header/footer plugin or a custom code manager. In Wix and Webflow, use the custom code or embed settings.

Step 2: Add the Reservation Button

Paste the button where you want visitors to book:

ReservationButton.html1<reservine-button 2reservationUrl="https://mytimegym.reservine.me" 3branch="2" 4text="Book now" 5color="#3b82f6" 6size="medium" 7appearance="primary" 8width="auto" 9borderRadius="6" 10></reservine-button>

Common placements include:

  • homepage hero section,
  • pricing section,
  • service detail page,
  • contact page,
  • fixed call-to-action block.

Step 3: Customize the Button

You can customize the text, color, size, width, style and corner radius. The goal is to make the button look native to your website while keeping the booking action obvious.

Use clear button text. For example:

  • Book now
  • Reserve a slot
  • Book a gym session
  • Reserve the room

Step 4: Test the Booking Flow

After publishing the change, test the full flow:

  1. Open the website in an incognito browser window.
  2. Click the reservation button.
  3. Choose a time.
  4. Continue through the customer details and payment steps if enabled.
  5. Confirm that the reservation appears in Reservine administration.

Conclusion

CMS integration is the fastest way to add Reservine to an existing website. You keep your current website, add one reservation button and let Reservine handle availability, booking, payment and customer communication.

If you want help with setup, contact us and we can prepare the integration with you.