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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top