TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Intro.js v2.3.0 – Step-by-step guide and feature introduction

82 pointsby afshinmehover 8 years ago

11 comments

planetjonesover 8 years ago
I was evaluating using this library recently. At the time I wasn&#x27;t sure if they forced you to take a commercial license or not. On their website it says:<p><i>if you are using the library for your business you can subscribe to one of commercial licenses plus support, code review and support by Intro.js team.</i><p>However, then on their github it says:<p><i>If you want to use Intro.js for a commercial application, theme or plugin the commercial license is the appropriate license.</i><p>which does not sound so optional.<p>The page says you can &quot;subscribe&quot; to their commercial plans, but it doesn&#x27;t specify if the payment is a one-off or recurring.<p>Too much hassle.<p>In the end I opted for <a href="http:&#x2F;&#x2F;bootstraptour.com" rel="nofollow">http:&#x2F;&#x2F;bootstraptour.com</a>
评论 #12408169 未加载
ceyhunkazelover 8 years ago
I have used bootstraptour, Intojs and hopscotch in order for my recent project <a href="http:&#x2F;&#x2F;www.jeviz.com" rel="nofollow">http:&#x2F;&#x2F;www.jeviz.com</a> . Here prons and cons:<p>I started with bootstraptour and it was pretty good on desktop and it is even fine with ajax DOM change while tour. Shame on me I did not test my site after adding tour on mobile then I announced jeviz.com on hackernews, a user commented about scrolling issue on mobile. Tour did not automatically scrolled down on mobile and it also prevent me scroll-down manually. Maybe it is because of dynamic content issue and I tried to fix it without success so I searched for another tour library which was intro.js<p>Intro.js at first seemed to be more polished than bootstraptour and I liked how it highlights on target element and gray out remaining parts. It has problems with ajax DOM change so I changed my tour without using ajax. It worked good on chrome then I tested on firefox and internet explorer, both with same issue: first step was fine but after that, in second step and so on tour popup and most of the site content turned to be invisible as shown below:<p><a href="https:&#x2F;&#x2F;s13.postimg.org&#x2F;4xd0f731j&#x2F;introjs2.png" rel="nofollow">https:&#x2F;&#x2F;s13.postimg.org&#x2F;4xd0f731j&#x2F;introjs2.png</a><p>Then I googled for another alternative and found Hopscotch which is Linkedin open source project. It is very solid with best scrolling experience. It does not support DOM changes but found a workaround in issue page <a href="https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;hopscotch&#x2F;issues&#x2F;56" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;hopscotch&#x2F;issues&#x2F;56</a><p>my tour code: <a href="http:&#x2F;&#x2F;www.jeviz.com&#x2F;static&#x2F;js&#x2F;tour.js" rel="nofollow">http:&#x2F;&#x2F;www.jeviz.com&#x2F;static&#x2F;js&#x2F;tour.js</a>
评论 #12407630 未加载
nathanstittover 8 years ago
Library looks attractive, but it has 185 open issues and 106 pull requests.<p>The pull requests go back to 2013, I have no idea why people continue to open new ones since it appears they have little chance of getting them merged.
评论 #12406234 未加载
评论 #12411628 未加载
MikeKusoldover 8 years ago
If the licensing is a concern, LinkedIn open sourced their onboarding library a while ago:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;hopscotch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;hopscotch</a><p>Hopscotch has an Apache license which should play better for commercial use.
sosukeover 8 years ago
This looks almost exactly like the intro for Promethease<p><a href="http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;Guov3" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;Guov3</a>
评论 #12405727 未加载
bastijnover 8 years ago
I feel completely lost using any of the options in this thread on their sample pages. Especially on a mobile phone, it&#x27;s jumping everywhere an popups and grey outs..Yanks.<p>What&#x27;s wrong with creating a proper page that your users can read from top to bottom. To me this is fancy over usability, cuz we can.
bshimminover 8 years ago
I&#x27;m sorry, but the commercial aspect of this just seems crazy. Would people really pay money for this, or ever want a code review (one of the plan differentiators)?
评论 #12405722 未加载
评论 #12405776 未加载
leesalminenover 8 years ago
I would pay monthly for a SaaS that allowed non-technical users to create (complex) tours with a fancy UI.<p>Anybody know about these offerings?
评论 #12407610 未加载
评论 #12407161 未加载
pablobazover 8 years ago
For something simpler and less time consuming for users I&#x27;d recommend <a href="https:&#x2F;&#x2F;heelhook.github.io&#x2F;chardin.js&#x2F;" rel="nofollow">https:&#x2F;&#x2F;heelhook.github.io&#x2F;chardin.js&#x2F;</a>
sleepychuover 8 years ago
<i>No</i> support<p>Not sure this reads well. ;-)
vorotatoover 8 years ago
If you have to highlight where the user should read next you have failed wrt UX.