How to create an application link in HTML to a Skype profile

jaya14

Newbie
Joined
Nov 18, 2015
Messages
24
Reaction score
16
I'd like to show you how to create an application link in HTML to a Skype profile.

Today I've found that you can do it by adding following HTML code:

<| a href="skype:Your Skype Username?action">Your Skype Display Name |</a>

Examples of such "actions" are,
  • call - to call
  • chat - to chat
  • voicemail - to leave a voice mail
  • sendfile - to send a file
  • add - to add to contacts
  • userinfo - to view profile
For example, the link to view the profile would look like this:
<| a href="skype:Your Skype Username?userinfo">Your Skype Display Name |</a>


Happy to Help!
 
Back
Top