简体   繁体   中英

correct way to use “tel:” for australia numbers

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM