• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
WP Akuten

WP Akuten

Take it easy - it will be fine

  • Tips
  • Development WordPress
  • Troubleshooting
Boka ett möte
Ring
Sök
  • Tips
  • Development WordPress
  • Troubleshooting

Link to phone number website

WP Akuten > Tips > Link to phone number website

Make your phone number clickable

skrivet den 10 September, 2019, uppdaterat den 20 April, 2024 av Karin H Olsson

Linking to a phone number on the webpage can be useful and modern phones automatically dial when you click on such a link. It’s a convenient and useful feature for your visitors.

Unfortunately, it works less well on computers because most people don’t have a phone on their computer. But for those who have, it works there too, of course.

The principle is very simple

A typical link looks like this kobotolo.se

kobotolo.se

A telephone link looks like this:

<a href="tel:1234567">Ring mig</a>

International numbers for links to telephone numbers

If you want an international number, add +46 for Swedish numbers in the usual way.

<a href="tel:+46500000000"
  >
Link text</a>

Many phone browsers find phone numbers and make them automatically clickable, but it’s always good to have control over the web page.

Other links that may be useful to know about

  • mailto: – skicka ett mail, se https://wp-akuten.se/lank-till-mailadress/
  • callto: open Skype
  • sms: – send an SMS
  • fax: – send a fax

When automatic telephone numbers cause problems

This can sometimes be a problem when mobiles automatically interpret digits as a phone number. A longer series of digits is not always a telephone number.

An example is a webpage I made where dates were used but interpreted as phone numbers by mobiles is djurfrid.se. It shows date of birth – date of death and unfortunately it was interpreted as a phone number on mobiles and became clickable.

länk till telefonnummer hemsida

This can be solved by adding some code that prevents mobiles from interpreting it as a link to phone number. If you add this code, you need to be careful with your links and format them as described above because you have turned off the automatic link conversion. This code goes in the header of your website and works whether you have a wordpress site or not.

  <meta name="format-detection" content="telephone=no">

Styling your links to phone numbers on the website

You can style the links to phone numbers as in Call Karin. The code works on all websites except the icon that is taken from the built-in icons in WordPress. If you have a different system, you will need to load a different icon library.

a[href^="tel:"] {
   color: brown;
   text-decoration: none;
   margin-right: 0.em;
}
a[href^="tel:"]:before {
   content: "\f525";
   font-family:"dashicons";
   color: brown;
   width:20px;
   display:inline-block;
}

Frequently asked questions about telephone links in HTML

Yes, they do.

Well, it depends a bit. Most of us don’t use the computer to talk on the phone, but for those who do, it works.

Learn more: You can also link to an email address.

Karin H Olsson

Jag har en bakgrund som konstruktör inom realtidssystem, de system som finns inbyggda i bilar, flygplan mm. Sedan tio år är jag företagare.

Utbildad systemvetare med en master i psykologi och mitt intresseområde finns där människor och datorer möts. En dag förstår vi varandra 🙂

Läs mer => KoBoToLo – Om KoBoToLo en webbyrå i Karlskoga

Previous Post:My images are cut (cropped) – about image sizes in WordPress
Next Post:Open in new window from the menu
Kategori: Tips

Jag uppskattar din kommentar

Under många år har jag lagt ner tid och engagemang på att hjälpa andra med deras wordpress-sida. Jag uppskattar all form av feedback för på så sätt så blir arbetet roligare och jag vet om det är uppskattat. Så varför inte skriva ett enkelt tack - om du fick tips för att lösa ditt problem eller löste det!
Tack för din återkoppling!
Karin

0 0 Röster
Article Rating
Prenumerera
Uppdatering av
guest
guest
0 Kommentarer
Oldest
Newest Most Voted
Inline Feedbacks
Se alla kommentarer

Sidebar

Today’s words of wisdom.

Economics: the murky science.Thomas Carlyle

Popular

  • Searching and editing in WordPresssearch
  • My images are cut (cropped) – about image…wood-working-garden-tool
  • Why do my scheduled posts not appear?function
  • Scroll forever – infinite scrollAbstract background with gold infinity sign
  • Need to roll back an update in WordPress?rollback

Du hittar mig i Värmland bland skogar, vargar och sjöar


Mail: info@kobotolo.se

Vill du istället att vi kontaktar dig så skicka ett mail så ringer vi upp. Du kan också fylla i vårt kontaktformulär:


Be mig kontakta dig


Maila mig



Tel: 070 – 49 34 191

Onsdagar 9.00 till 10.00 är vår stående hjälptimme. Då ger vi tips och råd per telefon till kunder och icke-kunder. Ingen fråga är fel!

Övrig tid kan vi tyvärr inte ge support per telefon!

Copyright © 2025 · WordPress Akuten · All Rights Reserved

  • English
  • Svenska (Swedish)