Documentation

Installation

Add WalkmanJS to your website

WalkmanJS can be installed on any website with a single script tag. The widget loads asynchronously and won't affect your page's performance.

Choose Your Framework

<!-- Add before closing </body> tag -->
<script 
  src="https://widget.walkmanjs.com/tour.js"
  data-tour-id="YOUR_TOUR_ID"
  data-api-key="YOUR_API_KEY"
></script>

Configuration Options

AttributeRequiredDescription
data-tour-idYesYour unique tour identifier from the dashboard
data-api-keyYesYour API key for authentication

Important

Make sure to replace YOUR_TOUR_ID and YOUR_API_KEY with the actual values from your WalkmanJS dashboard.