Installation

Install Visitors

Visitors works on any website, you just need a simple script file that's on every page.

Replace YOUR_TOKEN with your project token.

Simplest approach

For every html page, ensure to add the script in the head of your document.

index.html
<html lang="en">
  <head>
    <script 
      src="https://cdn.visitors.now/v.js" 
      data-token="YOUR_TOKEN">
    </script>
  </head>
  <body>
  </body>
</html>