IT ENGLISH BOARD

Contact Links

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

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
13
Remove Footer Credit (1)
inrokhah | 2019.05.25 | Votes 0 | Views 2203
inrokhah 2019.05.25 0 2203
12
Easy Media WordPress Download Plugin
inrokhah | 2019.05.25 | Votes 0 | Views 1746
inrokhah 2019.05.25 0 1746
11
Uploading Documents
inrokhah | 2019.05.24 | Votes 0 | Views 1579
inrokhah 2019.05.24 0 1579
10
37 Best Free Ecommerce WordPress Themes 2019
inrokhah | 2019.05.23 | Votes 0 | Views 1806
inrokhah 2019.05.23 0 1806
9
Contact Links
inrokhah | 2019.05.22 | Votes 0 | Views 1566
inrokhah 2019.05.22 0 1566
8
Using the Broken Links Checker plugin
inrokhah | 2019.05.22 | Votes 0 | Views 1509
inrokhah 2019.05.22 0 1509
7
Using NextGEN Gallery
inrokhah | 2019.05.22 | Votes 0 | Views 1522
inrokhah 2019.05.22 0 1522
6
Positioning images in WordPress
inrokhah | 2019.05.22 | Votes 0 | Views 1454
inrokhah 2019.05.22 0 1454
5
Setting links to open in a new tab
inrokhah | 2019.05.22 | Votes 0 | Views 1500
inrokhah 2019.05.22 0 1500
4
Adding/Uploading PDFs
inrokhah | 2019.05.22 | Votes 0 | Views 1443
inrokhah 2019.05.22 0 1443
New