Documentation

Guides and references for integrating the Dotability widget into your site.

🚀

Getting Started

Create an account, add a domain and install the widget in minutes.

🌐

HTML / JavaScript

Integration via HTML snippet. Works with any static site or CMS.

⚛️

React

Integration guide for React, Next.js and other React-based frameworks.

💚

Vue.js

Integration guide for Vue 3, Nuxt and other Vue frameworks.

⚙️

Widget Configuration

Customize colors, position, size, language and active features.

🔑

API Reference

Widget JavaScript API: methods, events and advanced configuration options.

Quick Start

Add this snippet before the closing </body> tag on your site:

<script
  src="https://cdn.dotability.it/widget/v1/dotability.min.js"
  data-api-key="YOUR_API_KEY"
  async
></script>

Replace YOUR_API_KEY with the API key from your dashboard.