Hello there,
I have been asked by my client if the contact telephone number can be clicked on and it would then allow the user to open an app to then call the client. Is this possible within the theme and or an add on?
I have had a look online for websites that offer this and found the following, if you click the contact number it offers you the choice of app to open?
https://www.mtcmedia.co.uk/contact
Let me know your thoughts on this one.
Thanking you in advance,
Jamesy
Hey James,
Yes you need to replace the telephone number with a link to the telephone number. Use this html code:
<a href="tel:123456789">123456789</a>
and replace 123456789 with your telephone number.
Best regards,
Dude
in addition to that – that is the right way.
Important : no space between tel: and number
By the way the input field of Enfold phonenumber accepts html. (as copyright input field too)
And you can set as link your correct number with your contrycode etc
<a href="tel:+492289768293"> get in touch etc. pp anything you like</a>