I have a phone number on the site but when I view on mobile, it does not have the click to call function. It's just a string of text. I'm wondering if I can turn a number into click to call number.

Thanks in advance

-Edit: Solved with simple html tag

Comments

kunalkursija’s picture

Hi,

To make a number clickable in mobile, you will have to convert it to link.

For ex : the href of link will look like this
href="tel:+9999999999". & the link will look as Call Me

Where "tel" is protocol. you can also use oher protocols like "sms" for sms sending, "youtube" for videos e.t.c.