Skip to main content

Examples with tel links

You can see examples in this CodePen (mailgo demo), in examples folder in the repository or on mailgo examples.

<a href="tel:123456789">+39 123456789</a>
+39 123456789

Dark mode

<a class="dark" href="tel:123456789">+39 123456789</a>
+39 123456789
<a href="callto:123456789">+39 123456789</a>
+39 123456789
<a href="tel:123456789" data-skype="skype">+39 123456789</a>
+39 123456789

A complete tel example (with Telegram username)

<a href="tel:123456789" data-telegram="telegram">+39 123456789 or telegram</a>
+39 123456789 or telegram

Dark mode

<a class="dark" href="tel:123456789" data-telegram="telegram"
>+39 123456789 or telegram</a
>
+39 123456789 or telegram

Other examples

https://mailgo.dev/demo

https://github.com/manzinello/mailgo/tree/master/examples

https://github.com/manzinello/mailgo-examples