Some tools and themes to extend Bootstrap Tour: Cross-domain localStorage, popup themes.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Demo Page</title> <link href="bootstrap.min.css" rel="stylesheet"> <link href="bootstrap-tour.min.css" rel="stylesheet"> <link href="theme-uikit.css" rel="stylesheet"> </head> <body> </body> </html>
<script type="text/javascript" src="cdstorage.js"></script>
<script>
var tour = new Tour({
name: "tour",
storage: window.CDStorage,
...
});
</script>