How to make the phone number of my responsive site clickable on mobile device?

7 replies
  • WEB DESIGN
  • |
Greetings!

I humbly ask for your help.

How to make the phone number added on my responsive site clickable on mobile devices then automatically call?

I have this UK phone number, 07523 599 557

Please help me with the codes.

These codes are not working:

HTML Code:
 <h2 >Call Us Now:  <a href="tel:+07523 599 557 ">07523 599 557 </a></h2>
Any help would be greatly appreciated.

Thanks,
G.B.
#clickable #device #make #mobile #number #phone #responsive #site
  • Profile picture of the author kellter
    Try putting number like it is below in blue note no plus sign and no spaces with 3 dashes
    tel:###-###-####
    {{ DiscussionBoard.errors[9640075].message }}
  • Profile picture of the author topnichewebsites
    Or try this


    <h2 >Call Us Now: <a href="tel:07523599557 ">07523 599 557 </a></h2>
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[9640156].message }}
  • Profile picture of the author JakeM1
    If this website is on Wordpress, there's a free plugin that works and uses a simple shortcode.
    {{ DiscussionBoard.errors[9640535].message }}
  • Profile picture of the author Member8200
    Originally Posted by Go4DBest View Post

    Greetings!

    I humbly ask for your help.

    How to make the phone number added on my responsive site clickable on mobile devices then automatically call?

    I have this UK phone number, 07523 599 557

    Please help me with the codes.

    These codes are not working:

    HTML Code:
     <h2 >Call Us Now:  <a href="tel:+07523 599 557 ">07523 599 557 </a></h2>
    Any help would be greatly appreciated.

    Thanks,
    G.B.

    <h2 >Call Us Now: <a href="tel:+07523599557 ">07523 599 557 </a></h2>

    this should work. if you're on wordpress, there's a lot of plugin to accomplish this.
    {{ DiscussionBoard.errors[9640860].message }}
  • Profile picture of the author pinkwhale
    Banned
    hi,you use shortcode or hyper link than number is clickable on site.
    {{ DiscussionBoard.errors[9641098].message }}
  • Profile picture of the author Go4DBest
    Thanks for all your input.

    This is a UK phone number.
    Signature
    We setup and design wordpress sites using the Divi theme for roughly 200 USD. Let's talk.
    {{ DiscussionBoard.errors[9643334].message }}
  • Profile picture of the author Marietha
    Hi

    Please don't use the +sign in front of your number.

    For a phone call, you’ll use the tel: protocol in HTML eg:

    <a href="tel:123-456-789-0">Call Us Now</a>

    This link will start a phone call to the number specified.

    You can also create a text link. <a href="sms:123-456-789-0">Message Us Now</a>

    I hope this helps you.

    Source - How to create phone call and text links | Tribulant Software Blog

    Regards
    Marietha
    {{ DiscussionBoard.errors[10697116].message }}

Trending Topics