1

I'm making a small portfolio/application site in wordpress. Since I'm not much for social I would like to embed a contact card, like one of those you send over sms/mms/textmessage etc.

  • Is there some html syntax I could use or do I need to create a contact-card file?
  • Is there differences between platforms (windows phone, android and ios)?

EDIT: I have a link that makes the users device call me.

mipmap
  • 221
  • 1
  • 13

1 Answers1

-1

Dug up some standards for this, there seems to be a Contacts API that:

enables access to a user's address book service from inside a Web application

http://www.w3.org/TR/contacts-api/

If you'd like to use that, or other alternatives, i found more useful info at Add a contact to the mobile device Address book from an HTML webpage

Community
  • 1
  • 1
olive_tree
  • 1,417
  • 16
  • 23
  • "Work on this document has been discontinued and it should not be referenced or used as a basis for implementation." – Quentin Aug 11 '14 at 11:44