URL formats
Last updated on 8/22/2025@mrbirddev
Sites
URL for an outer website
https://my-domain.com/path
URL to a specific page of the current website.
/path/to/page
Email
URL to your email. When clicked the user's email client will be opened.
mailto:name@my-domain.com
And you can add subject & body text to your email links. Especially useful when you have multiple email links and wants to distinguish them. You can generate the email URL here Mailto link generator
mailto:name@your-domain.com?subject=mysubject&body=mybody
Phone
URLs to your phone. When clicked the user's phone/SMS/skype client will be opened.
tel:1234567
sms:1234567
skype:1234567
Scroll point
You can target a specific scroll point on this page with #name
( replace name
with the actual name of the scrollpoint ).
Or use smart links starting with scrollpoint:
.
#scrollpointname
scrollpoint:next
scrollpoint:prev
scrollpoint:first
scrollpoint:last
Slide
You can target a specific slide on this page with #name
( replace name
with the actual name of the slide ).
Or use smart links starting with slide:
.
#slidename
slide:next
slide:prev
slide:first
slide:last
Last updated on 8/22/2025@mrbirddev