treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Building contact info into a telephone link

  • Has anyone found a way to build in contact information into a telephone link?

    <a href="tel:5551234567">Call (555)123-4567</a>
    

    So that when people using mobile click on the phone # link you can "add to contacts" without having to have the user generate that information. There must be a way to generate this, like a QR Code does.
    Any thoughts?

  • a QR code doesn't generate anything - it's just textual information.
    What a phone does with that info is up to the phone.

    I'd be surprised if there wasn't "an app for that."