Skip to content

lyndseyduffield/product-tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

product-tour

Embed a product tour, as a script, on any website.

For example, to run a simple product tour on Meeshkan.com, go to https://meeshkan.com and enter these steps in the console.

Load the product tour script:

{
  const js = "makenna-tour.js";
  const script = document.createElement("script");
  script.type = "text/javascript";
  script.src =
    "https://cdn.jsdelivr.net/gh/lyndseyduffield/product-tour/dist/" + js;
  document.getElementsByTagName("head")[0].appendChild(script);
}

About

Embed a product tour, as a script, on any website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published