IT ENGLISH BOARD

Contact Links

WordPress
Author
inrokhah
Date
2019-05-22 22:34
Views
1656
 

Creating Email Links

To create an email link, you can type your email address as normal text, then add a link to that text to mailto:hello@example.com (replace hello@example.com with your email address.) If you are not sure how to add a link to text, please see our guide.

Another method of doing this is with the following HTML:

1

<a href="mailto:hello@example.com">Email me!</a>

You can place that code into the HTML editor of any page or into a text widget and customize it accordingly.

 

Creating Phone Links

Most modern mobile phone browsers include the ability to call a number directly from a website via the Click to Call feature. However, not all browsers automatically turn the phone number into a clickable link so here’s how to do this manually.

If your phone number is +1 (333) 333 4444, link the text to tel:+1-333-333-4444.

You can also use the HTML method:

<a href="tel:+1-333-333-4444">+1 (333) 333 4444</a>

Always use the international dialing format in HTML.

 

Creating WhatsApp Links

You can add a WhatsApp link to your site which will allow readers to send you a message using WhatsApp on their smartphone or WhatsApp Web.

If your phone number is +1 (333) 333 4444, link the text to https://wa.me/13333334444.

If you use the HTML method, you can use this format:

<a href="https://wa.me/13333334444">Send me a WhatsApp message!</a>

Again, always use the international dialing format in HTML

You can also invite your visitors to join a WhatsApp group. To do this, you can first generate the link:

Open the group you want to add an invite for in your WhatsApp app.
Click on the group name to see the group settings. Towards the end, you will see the participants and an option to invite participants with a link.
Copy the link (it looks something like https://chat.whatsapp.com/alphanumerical_group_id).
Add the link to your page, post, or text widget.

Creating Skype Links

You can create a link that opens a Skype call.

If your Skype username is “skypeusername”, link the text to skype:skypeusername?call.

You can also use this HTML:

<a href="skype:skypeusername?call">Skype call to skypeusername account</a>

Just like other links, these can be added in pages, posts, Text Widgets or Custom HTML Widgets.
Total Reply 0

Total 104
Number Title Author Date Votes Views
103
Join a Microsoft Teams meeting
author | 2020.09.22 | Votes 0 | Views 2835
author 2020.09.22 0 2835
102
How to delete songs and albums from your Google Play Music library
author | 2020.09.19 | Votes 0 | Views 3006
author 2020.09.19 0 3006
101
Watch Prime Video on Chromecast
author | 2020.09.14 | Votes 0 | Views 2996
author 2020.09.14 0 2996
100
How to Fix the Win­dows 10 We Could­n’t Con­nect to the Update Ser­vice Issue (2)
author | 2020.09.09 | Votes 0 | Views 3756
author 2020.09.09 0 3756
99
IONOS Joomla! Standard Installation
author | 2020.09.02 | Votes 0 | Views 1814
author 2020.09.02 0 1814
98
How to improve the life of a Battery: (1)
author | 2020.08.25 | Votes 0 | Views 1844
author 2020.08.25 0 1844
97
Laptop battery not charging
author | 2020.08.21 | Votes 0 | Views 2165
author 2020.08.21 0 2165
96
Plugged in, not charging (1)
author | 2020.08.21 | Votes 0 | Views 1975
author 2020.08.21 0 1975
95
How to add reCaptcha plugin to a custom form on my WordPress website?
author | 2020.08.13 | Votes 0 | Views 2138
author 2020.08.13 0 2138
94
I can't log in to the WordPress admin dashboard after installing and activating Limit Attempts plugin
author | 2020.08.13 | Votes 0 | Views 1823
author 2020.08.13 0 1823
New