How To Create Links To Phone, WhatsApp, Telegram, Skype Etc.
Có thể bạn quan tâm
SMM, Web-development
Templates for links to messengers Posted on 8 September 202023 May 2024Authors: 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 usefulTemplates for links to post on your site
- Phone
- Telegram
- Skype
- 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> |
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> |
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:
- Variant 1
- Variant 2
https://t.me/username
XHTML <a href="https://t.me/username">Telegram</a>1 | <a href="https://t.me/username">Telegram</a> |
Result: Telegram
tg://resolve?domain=username
XHTML <a href="tg://resolve?domain=username">Telegram</a>1 | <a href="tg://resolve?domain=username">Telegram</a> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
Result: Facebook Messenger
+1(221) 555-55-55
Email link example
Từ khóa » Html Telegram Link Chat
-
How To Create A Link To Contact Specific Phone Number Via Telegram?
-
How To Add Telegram Chat Widget To HTML (2021) - YouTube
-
Sharing Button - Telegram APIs
-
Telegram Link In Html Code Example
-
Link To Chat In Telegram Code Example - Code Grepper
-
Telegram Link Generator
-
How To Integrate Telegram On Your Website - Callbell
-
How To Add Hyperlink To Text In Telegram - Techrolet Tech Guides
-
Add Telegram Chat Box To HTML Website [2022] - Elfsight
-
878+ HTML Telegram Group Links & Channels List 2022
-
Chat-ml - Telegram Group Link
-
How Do I Add Clickable Links On Telegram Posts? - Quora
-
Add Telegram To Website: A How-To Guide [June 2022]
-
How To Get Channel Or Group Information Using Telegram API