Frage

this is more of a 'straya question. I want to have a number on a website clickable on mobile. But I'm not sure what syntax to use. Example I have so far:

<a href="tel:+0744444444">07 4444 4444</a>

Is the area code (07) necessary? Any help would be greatly appreciated.

War es hilfreich?

Lösung

The 07 code is necessary if you are not calling from within the 07 area. There might be another number 4444 4444 elsewhere in Australia but not within 07.

You are probably best to use the international code for Australia +61 and then drop the 0. So the number would be +61744444444. That will work from anywhere.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top