We can use <a href=”skype:theacidfrog”>Call the acid frog Web Design Leeds on Skype</a> to create a link to Skype. In order for this link to work correctly the user must have Skype installed on their machine.
Examples
Call a skype user
1 | <a href="skype:theacidfrog?call">call theacidfrog with Skype</a> |
<a href="skype:theacidfrog?call">call theacidfrog with Skype</a>
Send an Skype IM message to a Skype user
1 | <a href="skype:theacidfrog?chat">Chat with theacidfrog</a> |
<a href="skype:theacidfrog?chat">Chat with theacidfrog</a>
Send a voicemail to a Skype user
1 | <a href="skype:theacidfrog?voicemail">Send voicemail to theacidfrog</a> |
<a href="skype:theacidfrog?voicemail">Send voicemail to theacidfrog</a>
Create a Skype conference call with multiple users
1 | <a href="skype:theacidfrog;anothercontact?call">conference call with theacidfrog and anothercontact</a> |
<a href="skype:theacidfrog;anothercontact?call">conference call with theacidfrog and anothercontact</a>
Create a conference chat with multiple users
1 | <a href="skype:theacidfrog;anothercontact?call">conference call with theacidfrog and anothercontact</a> |
<a href="skype:theacidfrog;anothercontact?call">conference call with theacidfrog and anothercontact</a>