Sharing Timers
Three ways to share a timer: export to a file, publish it on intervaltimer.com, or generate a local URL scheme link.
Export to File
- Tap Edit.
- Select the timers and folders to export.
- Tap the Export icon () in the toolbar.
Send the resulting file to install the timers on another device, or keep it as a backup.
Publish a Timer
Publishes the timer to intervaltimer.com, generating a link anyone can use to install it.
Two ways:
- Swipe the row to the right and tap Share.
- Tap and hold the row, then tap Publish.
Local Link
Tap and hold the row, then select Shortcuts Link. The resulting seconds:// link only works on this device but lets other apps launch the timer in Seconds.
Editing Local Links Manually
All Seconds links start with seconds://? followed by parameters separated by &.
action=open-timer(required) — tells Seconds to open a timer.path=<percent-encoded path>(required) — either a full folder path or just a timer name. If only a name, Seconds depth-first-searches for the first match. Spaces must be percent-encoded as%20.auto-start=true|false— opens and starts the timer immediately. Defaults tofalse.prefer-internal-audio=true|false— when the timer has audio assigned and another app is playing music, Seconds normally asks which to play. URL opens bypass that prompt.truedefaults to the timer's audio;falsekeeps external playback. If omitted, the behavior followsauto-start: when auto-start istrue, external audio is kept; otherwise the prompt shows.