A lot of people use Skype now-a-days and one convenient feature is the ability to use the skype:// protocol handler for creating actionable links on the web. Examples of this are to initiate a call, or add a user as a friend. The list below details the types of links that you can use:
Action | <td>
Example Link
</td>
<td>
Result
</td>
Call User | <td>
<a href="dordotky?call">skype:dordotky?call</a>
</td>
<td>
Skype will initiate a call to the user
</td>
Add User | <td>
<a href="dordotky?add">skype:dordotky?add</a>
</td>
<td>
Skype will pop up a box to add the user
</td>
Chat with User | <td>
<a href="dordotky?chat">skype:dordotky?chat</a>
</td>
<td>
Skype will initiate a chat with the user
</td>
View Profile | <td>
<a href="dordotky?userinfo">skype:dordotky?userinfo</a>
</td>
<td>
Skype will open the ‘View Profile’ window for the given user
</td>
Leave Voicemail | <td>
<a href="dordotky?voicemail">skype:dordotky?voicemail</a>
</td>
<td>
Skype will record a voicemail to leave for user
</td>
Send File | <td>
<a href="dordotky?sendfile">skype:dordotky?sendfile</a>
</td>
<td>
Skype will initiate a file send to a user
</td>