Is there an href attribute for skype, like "mailto:" or "tel:"?

Viewed 80639

I am looking to make a skype link for a mobile site, is there a way use <a href=" to make it launch skype and add or call a user?

5 Answers

You can use <a href="skype:-skype-name-?chat">Start chat</a>

Allowed query parameters:

chat - start a chat

call - start a call

add - add person to the contacts

userinfo - view user's profile

voicemail - leave a voice message

sendfile - send a file

Related