jaya14
Newbie
- Nov 18, 2015
- 24
- 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,
<| a href="skype:Your Skype Username?userinfo">Your Skype Display Name |</a>
Happy to Help!
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
<| a href="skype:Your Skype Username?userinfo">Your Skype Display Name |</a>
Happy to Help!