Best way to provide a "tooltip tour"

Garen Checkley picture Garen Checkley · Feb 19, 2012 · Viewed 9.7k times · Source

What is the best way to provide a quick tour of a webapp using contextual tooltips?

Use case:

  • user navigates to the webapp
  • some form of popup asking if the user wants a guided tour of the interface
  • user can click next on each tooltip to be shown the next one
  • user can cancel the tour at any time by clicking some kind of exit X or button

Is there an easy library out there that does this?

Thanks!

Answer

BenjaminRH picture BenjaminRH · Feb 19, 2012

The easiest way to do this is with Jeff Pickhardt's Guider-JS javascript tooltip walk-through library. It's very easy to use (although it has several very advanced features as well), and does exactly what you described.

You can check out this excellent example of a tooltip walk-through made with Guider-JS.

If you want to see a working example on a production site, it is used extensively on optimizely.com to provide help and walk-through guides for the user interface.

UPDATE: ZURB Foundation is now maintaining the excellent "Joyride" tooltip tour javascript library.