Widget embedden

Voeg de widget toe aan elke website met een stukje code.

Embed code ophalen

  • Ga naar InstellingenWebsite Widget
  • Kopieer de code
  • 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

    AttribuutWaardeBeschrijving
    ---------------------------------
    data-clienta-slugjouw-slugJe Clienta slug (verplicht)
    data-modefloating / inlineWidget type
    data-color#000000Knopkleur (hex)
    data-text"Boek nu"Knoptekst
    data-langnl / en / deTaal
    data-containeridContainer 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

  • Voeg HTML embed toe
  • Plak code
  • Publiceer
  • Squarespace

  • Settings → Advanced → Code Injection
  • Plak in Footer
  • Save
  • Shopify

  • Online Store → Themes → Edit code
  • Open theme.liquid
  • Plak vóór </body>
  • Save
  • Webflow

  • Project Settings → Custom Code
  • Plak in Footer Code
  • Publish
  • HTML site

    Plak direct vóór </body>