Create interactive product tours on any website
Drag this button to your bookmarks bar:
Add the runtime and your exported tour to your website:
<!-- Include runtime -->
<script src="product-tour-runtime.js"></script>
<!-- Include your tour -->
<script src="my-tour.js"></script>
<!-- Start the tour -->
<script>
ProductTourGenerator.start('your-tour-id');
</script>