Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a user first-time screen guide for my application [closed]

I need to create a short first-time here user guide for an application I am building and i don't know what to search for.

What I need is a dialogs guide, like Facebook does when you create a new page. For those that don't know, when you create a new fb page, Facebook guides you with small dialogs for key actions on the page like share,post etc..

How can I do this?

like image 418
Βασίλης Κερασιώτης Avatar asked Dec 16 '12 05:12

Βασίλης Κερασιώτης


2 Answers

I believe what you're looking for is a feature tour library. Search for that term and you're likely to find what you're looking for. Joyride is a popular one. Crumble is another option, but I don't think it's quite as customizable. Both of these are jQuery plugins.

like image 123
Justin Avatar answered Nov 13 '22 21:11

Justin


Here is the list of jquery plugins I know for website tour 1. http://usablica.github.io/intro.js/ 2. http://alvaroveliz.github.io/aSimpleTour/ 3. http://clu3.github.io/bootstro.js/# 4.http://tracelytics.github.io/pageguide/ 5.http://tympanus.net/Development/WebsiteTour/ 6. http://ryanfunduk.com/jquery-tourbus/ 7. http://eragonj.github.io/Trip.js/

like image 9
Guruganesh Avatar answered Nov 13 '22 21:11

Guruganesh