Creating an interactive website tour

Discussion in 'Programming' started by indeep2k7, Nov 12, 2013.

  1. #1
    Basically what I am wanting to do is create a page or pages that will walk the visitor through my website. It gives them a task to do and a pop up that explains the steps to go through.

    I have found these 2 scripts but wondering if there is anything better that has more documentation with it.

    https://github.com/linkedin/hopscotch/ (I actually am trying this one but it isnt working)

    http://zurb.com/article/1079/our-joy...ets-an-overhau

    Anyone know of anymore out there that can do this and that I can see more documentation on how to install and everything?
     
    indeep2k7, Nov 12, 2013 IP
  2. croatoos

    croatoos Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    This can be easly done with jQuery...
    you can find some realy cool and easy to learn jQuery tutorials on codecademy.com
    don't see any reason why to use script at all...

    is your website online? maybe I can help you...

    Edit:
    list of similar scripts:
    - intro.js - > http://usablica.github.io/intro.js/
    - aSimpleTour - > http://alvaroveliz.github.io/aSimpleTour/
    - PageGuide.js -> http://tracelytics.github.io/pageguide/
    - Website Tour -> http://tympanus.net/codrops/2010/12/21/website-tour/
    - Bootstro.js -> http://clu3.github.io/bootstro.js/
    - Bootstrap Tour -> http://bootstraptour.com/
    - Trip.js -> http://eragonj.github.io/Trip.js/
    - Crumble -> http://blog.tommoor.com/crumble/
     
    Last edited: Dec 3, 2013
    croatoos, Dec 3, 2013 IP
  3. homer7

    homer7 Well-Known Member

    Messages:
    268
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    125
    #3
    there is http://alvaroveliz.github.io/aSimpleTour/

    hopscotch is probably the best available.
     
    homer7, Dec 3, 2013 IP