Every booking through Booking.com or Expedia costs you 15–20% in commission. Zitlin's direct booking engine lets guests book straight from your website — no middleman, no commission, no complex setup.
Integration is a single HTML link. If you can paste text, you can do this.
Simple Integration Across All Platforms
Your Zitlin account comes with a unique public booking URL. Add it anywhere on your website as a button or link — that's the entire integration.
Works on every major platform:
- Wix — Use the Button element or Embed a Site block, paste your Zitlin URL
- WordPress — Add a Button block in Gutenberg, or any page builder (Elementor, Divi, etc.)
- Shopify — Add to your homepage, product pages, or blog via the HTML editor
- Squarespace — Use the Button block or Code block
- Webflow — Add a Link Block or Embed element
- Joomla / Drupal / Weebly — Paste into any HTML editor
- GoDaddy Website Builder — Use the Embed HTML or Button feature
- Custom HTML sites — Paste the anchor tag directly into your source
How to Add the Booking Button
Basic booking button:
<a href="https://server.zitlin.com/pub/engine/YOUR-PROPERTY-SLUG/">Book Now</a>
Replace YOUR-PROPERTY-SLUG with the slug from your Zitlin dashboard under Booking Engine settings.
Link to a Specific Room Type
If your website has separate pages per room type, you can link guests directly to that room in the booking engine:
<a href="https://server.zitlin.com/pub/engine/YOUR-PROPERTY-SLUG/?room_type=720">Book Deluxe Double</a>
Replace 720 with the room type ID from your Zitlin account.
Frequently Asked Questions
Do I need a developer to integrate this? No. If your website has a button or link element — which every platform does — you can do this yourself in under 5 minutes.
Does Zitlin charge commission on direct bookings? No. Direct bookings through your Zitlin booking engine are commission-free, on all plans including Free.
Which website platforms does this work on? Any platform that lets you add a hyperlink or custom HTML — which includes every platform listed above and any custom-built website.
Can I link to a specific room type from my website?
Yes. Use the ?room_type= query parameter to send guests directly to a specific room or rate tier.
