How To Create Links To Phone, WhatsApp, Telegram, Skype Etc.

Skip to content
SMM, Web-development
Templates for links to messengers Posted on 8 September 202023 May 2024

Authors: Alex

In this article we share HTML templates for links to messengers, social media, email and telephone links to use them on your web-sites.

Add to bookmarks, it's useful

Templates for links to post on your site

  1. Phone
  2. Email
  3. Telegram
  4. WhatsApp
  5. Skype
  6. Facebook Messenger

How to create a call-able link

HTML code of the telephone link to copy:

tel:+12215555555

XHTML <a href="tel:+12215555555">+1(221) 555-55-55</a>
1 <a href="tel:+12215555555">+1(221) 555-55-55</a>
CopyCopy ➚ Copy HTML-code CopyCopy ➚ Copy link

Result: +1 (221) 555-55-55

When you tap on the link from a mobile device, you’re offered to call on the number, on the desktop version – to choose an app for making a call.

Link to the email address

In order to create a link use this HTML code:

mailto:mail@example.com

XHTML <a href="mailto:mail@example.com">Email link example</a>
1 <a href="mailto:mail@example.com">Email link example</a>
Copy ➚ Copy HTML code CopyCopy ➚ Copy link

Result: Email link example

When you tap on the link, a default mail programme is opened. In the “to” field you can see the email address from the HTML link.

Link to chat in Telegram

It works with the help of username only. Change the username “test1” on your own:

https://t.me/username

XHTML <a href="https://t.me/username">Telegram</a>
1 <a href="https://t.me/username">Telegram</a>
Copy ➚ Copy HTML code CopyCopy ➚ Copy link

Result: Telegram

tg://resolve?domain=username

XHTML <a href="tg://resolve?domain=username">Telegram</a>
1 <a href="tg://resolve?domain=username">Telegram</a>
Copy ➚ Copy HTML code CopyCopy ➚ Copy link

Result: Telegram

You can create a link to a channel or a group chat.

Link to WhatsApp

1. Link to open a chat

Change “009999999” to the WhatsApp user number.

https://wa.me/009999999

XHTML <a href="https://wa.me/009999999">Chat with a WhatsApp user</a>
1 <a href="https://wa.me/009999999">Chat with a WhatsApp user</a>
Copy ➚ Copy HTML code CopyCopy ➚ Copy link

Result: Chat with a WhatsApp user

2. Link to open a chat and send a message:

Change “009999999” to the WhatsApp user number.

https://wa.me/009999999?text=Hello!

XHTML <a href="https://wa.me/009999999?text=Hello!">Chat+message on WhatsApp</a>
1 <a href="https://wa.me/009999999?text=Hello!">Chat+message on WhatsApp</a>
Copy➚ Copy HTML code CopyCopy ➚ Copy link

Result: Chat+message on WhatsApp

3. Share the text

You see your contacts in the app.

whatsapp://send?text=Hello!

XHTML <a href="whatsapp://send?text=Hello!">Share text on WhatsApp</a>
1 <a href="whatsapp://send?text=Hello!">Share text on WhatsApp</a>
Copy➚ Copy HTML code CopyCopy ➚ Copy link

Result: Share text on WhatsApp

Link to Skype

1. See the profile

Change “LOGIN” to Skype username.

skype:LOGIN?userinfo

XHTML <a href="skype:LOGIN?userinfo">Skype</a>
1 <a href="skype:LOGIN?userinfo">Skype</a>
Copy➚ Copy HTML code CopyCopy ➚ Copy link

Result: See a skype profile

2. Add to contacts

Change “LOGIN” to Skype username

skype:LOGIN?add

XHTML <a href="skype:LOGIN?add">Change “LOGIN” to Skype username</a>
1 <a href="skype:LOGIN?add">Change “LOGIN” to Skype username</a>
Copy➚ Copy HTML code CopyCopy ➚ Copy link

Result: Add to contacts

3. Call

Change “LOGIN” to Skype username.

skype:LOGIN?call

XHTML <a href="skype:LOGIN?call">Call on the skype user</a>
1 <a href="skype:LOGIN?call">Call on the skype user</a>
Copy➚ Copy HTML code CopyCopy ➚ Copy link

Result: Call on the skype user

4. Send message

Change “LOGIN” to Skype username.

skype:LOGIN?chat

XHTML <a href="skype:LOGIN?chat">Send message on Skype</a>
1 <a href="skype:LOGIN?chat">Send message on Skype</a>
Copy➚ Copy HTML code CopyCopy ➚ Copy link

Result: Send message on Skype

5. Send a voice message

Change “LOGIN” to Skype username.

skype:LOGIN?voicemail

XHTML <a href="skype:LOGIN?voicemail">Send a voice message on Skype</a>
1 <a href="skype:LOGIN?voicemail">Send a voice message on Skype</a>
Copy➚ Copy HTML code CopyCopy ➚ Copy link

Result: Send a voice message on Skype

Link to Facebook Messenger

Link to a chat with a Facebook Messenger user.

https://www.messenger.com/t/test

XHTML <a href="https://www.messenger.com/t/test">Facebook Messenger</a>
1 <a href="https://www.messenger.com/t/test">Facebook Messenger</a>
Copy➚ Copy HTML code CopyCopy ➚ Copy link

Result: Facebook Messenger

+1(221) 555-55-55

Email link example

Từ khóa » Html Telegram Link Chat