My client needs to prove that someone spent a certain amount of time on a page of their WordPress site. Do you know of a way that we could have a page that would have a timer on it that they couldn’t click on the next button until the timer hit the right number of minutes? Can any one suggest any plugins or methods to achieve it.
Share
For a pure client side solution I would suggest a javascript plugin that
In JQuery it would look something like this
jsFiddle example
Note: Users with javascript disabled won’t have this functionality