• 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 arbetar med teknisk utveckling i WordPress – framförallt när standardlösningar inte räcker.

Jag har en bakgrund som konstruktör inom realtidssystem (de system som finns i bilar, flygplan m.m.) och har följt utvecklingen hela vägen till dagens moderna webb.

Med utbildning inom både systemvetenskap och psykologi arbetar jag i gränslandet mellan teknik och användning – där systemen inte bara ska fungera, utan också fungera för människor.

→ 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

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Sidebar

Today’s words of wisdom.

Economics: the murky science.Thomas Carlyle

Popular

  • Scroll forever – infinite scroll
  • Link to phone number website
  • My images are cut (cropped) – about image…
  • Searching and editing in WordPress
  • Line breaks on the web – absolutely not!

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 © 2026 · WordPress Akuten · All Rights Reserved

  • English
  • Svenska (Swedish)