Embed widget (non-WordPress)
Don't have WordPress? No problem! Add the Clienta widget to any website.
Option 1: iFrame (simplest)
Copy this code to your HTML:
<iframe
src="https://clienta.nl/book/YOUR-USERNAME"
width="100%"
height="700"
frameborder="0"
style="border: none; border-radius: 8px;"
></iframe>
Replace YOUR-USERNAME with your Clienta username.
Option 2: JavaScript widget
For better integration:
<div id="clienta-booking"></div>
<script src="https://clienta.nl/widget.js"></script>
<script>
ClientaBooking.init({
container: '#clienta-booking',
username: 'YOUR-USERNAME'
});
</script>
Option 3: Booking button
Add a button that opens booking in popup:
<a href="https://clienta.nl/book/YOUR-USERNAME"
class="clienta-popup-link">
Book now
</a>
<script src="https://clienta.nl/popup.js"></script>
Platform-specific instructions
Squarespace
Wix
Webflow
Shopify
Styling
Adjust the widget:
<iframe
src="https://clienta.nl/book/username?color=FF6B6B&style=minimal"
...
></iframe>
URL parameters
| Parameter | Example | Effect |
| ----------- | --------- | -------- |
color | FF6B6B | Primary color (hex) |
style | minimal | Compact layout |
lang | en | Language |