Widget embedden
Voeg de widget toe aan elke website met een stukje code.
Embed code ophalen
Basis code
<script
src="https://clienta.nl/embed.js"
data-clienta-slug="jouw-slug"
data-mode="floating"
async>
</script>
Plak dit vóór </body> in je HTML.
Alle opties
| Attribuut | Waarde | Beschrijving |
| ----------- | -------- | -------------- |
| data-clienta-slug | jouw-slug | Je Clienta slug (verplicht) |
| data-mode | floating / inline | Widget type |
| data-color | #000000 | Knopkleur (hex) |
| data-text | "Boek nu" | Knoptekst |
| data-lang | nl / en / de | Taal |
| data-container | id | Container ID (voor inline) |
Floating widget
<script
src="https://clienta.nl/embed.js"
data-clienta-slug="jouw-slug"
data-mode="floating"
data-color="#ff6b6b"
data-text="Afspraak maken"
data-lang="nl"
async>
</script>
Inline widget
<div id="mijn-booking-widget"></div>
<script src="https://clienta.nl/embed.js" data-clienta-slug="jouw-slug" data-mode="inline" data-container="mijn-booking-widget" async> </script>
Per platform
Wix
Squarespace
Shopify
</body>Webflow
HTML site
Plak direct vóór</body>