Use cases & integration¶
Mancub meets you where your customers already are. The widget is a small, self-contained script that runs on any site:

The same Mancub widget drops into WordPress, plain HTML, Webflow, Squarespace, or a landing page — and every booking ends in the same secure checkout.
- WordPress — add the booking widget to any page or post by dropping in the Mancub embed snippet (via a Custom HTML block or a small plugin/shortcode). No rebuild of your site required.
- Plain HTML / any CMS — include a single
<script>tag and a mount element; the widget renders the catalog, availability, and checkout inline. Works with Webflow, Squarespace (code blocks), static sites, and hand-built pages alike. - Landing pages & campaigns — embed a focused booking widget for a single tour or seasonal experience to convert traffic directly where it lands.
- Existing booking pages — replace a clunky form or a phone-and-email process with instant online booking and payment, keeping your own look and feel.
- Partner-to-partner referrals — a provider can sell experiences that are actually delivered by trusted partners in the circle, expanding what they offer without adding operational overhead.
A typical embed¶
<!-- Mancub booking widget -->
<div id="mancub-widget"></div>
<script src="https://cdn.mancub.io/widget.js"
data-tenant="your-agency"
async></script>
Drop that into a WordPress Custom HTML block — or any web page — and your catalog, availability, and secure checkout are live.
See it live
A real provider running on Mancub: orders.avantgarde-prague.cz. Widget assets are served from widgets.mancub.io.
Next: Getting started