Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing pop-up window #141

Open
DavidJanku opened this issue Jan 28, 2020 · 1 comment
Open

installing pop-up window #141

DavidJanku opened this issue Jan 28, 2020 · 1 comment

Comments

@DavidJanku
Copy link

DavidJanku commented Jan 28, 2020

Problem: since there is quite a lot of content on the website already, I assume that some people will get the value out of the website only by reading the content and deciding to change their focus based on that, without applying for coaching (based on some accidental feedback this actually already happened a few times). Since we don't have any mechanism to track these people unless they apply for coaching, we might be missing information about some part of the value we create.

Potential solution: installing a pop-up window on the Topics page with a text

"Would you like to get updates on our advice and recommendations? (--> link to newsletter sign up page)"

that will appear to all users who spend more than 120 seconds on the page. The pop-up window should ideally not be that intrusive (ie should not make it impossible for a visitor to continue browsing the page without interacting with the window) but should catch the attention of most visitors.

I've tried installing something like that via Hotjar with a condition that after 120 seconds spent on the page the window will appear.

@DavidJanku
Copy link
Author

if programming our own pop-up window proves difficult, we can use this code generated by Mailchimp. The disadvantages are that it does not allow to set the timing after which the window appears (the option are only 10 or 20 seconds which is too early; or on exiting the site which I chose in the end) and also only allows the pop-up window over the whole screen (which is pretty intrusive), not the "chat window" that hotjar uses

<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us14.list-manage.com","uuid":"15335b0eeb05fa20bca2bde01","lid":"b239eecd18","uniqueMethods":true}) })</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant