Just wanted to drop some code-hack value for you today. Having a phone number that is clickable or “Click To Call” on your website is important. There are thousands of combinations of website browsers, operating systems, content management systems and BIOS builds that can for whatever reason cause your click to call HTML code to hiccup. There is a way to make sure your button works on everyone’s devices regardless of how they access your website. Here is that code:
<a href=”tel:/13333333333″>Click Here</a>
It’s important to have that “/” after the tel: and the “1” before your US-based phone number. Good luck!