Separate Timer, Title, and Progress Bar on the Viewer Screen

Use the URL parameters only-timer-display hidden-timer-time hidden-timer-title hidden-timer-currenttime hidden-timer-progress to separate the timer, title, currenttime, and progress bar on the viewer screen.

You can also combine multiple 'hide' options.

When specifying multiple parameters, start the first parameter with '?' and separate the second and subsequent parameters with '&'.

ex. https://timer-share.com/timer_sections/UUID?hidden-timer-time=true&hidden-timer-title=true


Display Only Time/Title/Progress Bar

1. Display Only Time

ex. https://timer-share.com/timer_sections/UUID?only-timer-display=time

2. Display Only Title

ex. https://timer-share.com/timer_sections/UUID?only-timer-display=title

3. Display Only Current Time

ex. https://timer-share.com/timer_sections/UUID?only-timer-display=currenttime

4. Display Only Progress Bar

ex. https://timer-share.com/timer_sections/UUID?only-timer-display=progress

Hide Time/Title/Progress Bar

1. Hide Time

ex. https://timer-share.com/timer_sections/UUID?hidden-timer-time=true

2. Hide Title

ex. https://timer-share.com/timer_sections/UUID?hidden-timer-title=true

3. Hide Current Time

ex. https://timer-share.com/timer_sections/UUID?hidden-timer-currenttime=true

4. Hide Progress Bar

ex. https://timer-share.com/timer_sections/UUID?hidden-timer-progress=true

Last updated

Was this helpful?