Examples with tel links
You can see examples in this demo page and in the examples folder in the repository.
The historical external examples repository (mailgo-examples) is no longer reachable.
A tel link with mailgo (without Telegram)
<a href="tel:123456789">+39 123456789</a>
Dark mode
<a class="dark" href="tel:123456789">+39 123456789</a>
A callto link with mailgo (without Telegram)
<a href="callto:123456789">+39 123456789</a>
A tel link with skype username (without Telegram)
<a href="tel:123456789" data-skype="skype">+39 123456789</a>
A complete tel example (with Telegram username)
<a href="tel:123456789" data-telegram="telegram">+39 123456789 or telegram</a>
Dark mode
<a class="dark" href="tel:123456789" data-telegram="telegram"
>+39 123456789 or telegram</a
>
Other examples
https://github.com/manzinello/mailgo/tree/master/examples
Historical external examples repository (mailgo-examples): unavailable