leah3842's profile

22 Messages

 • 

1.2K Points

Monday, October 14th, 2024 2:18 AM

link phone number

I want to put a live link in with my phone number, how do I do that?

1.9K Messages

 • 

18.8K Points

1 month ago

Per Google:

Href=tel: creates the call link. This tells the browser how to use the number. “Tel: 123-456-7890 “creates the HTML phone number. The number within the quotes is the number it will call.

Start your code with <a href=“”></a> Make a note of where the quotation marks are, because you'll now enter your business phone number between the quotes. Make sure to enter it without dashes and enter “tel:” before you start typing your number. For example: <a href= “tel:+YOURNUMBERHERE”

(edited)