I'd like to create an application link in HTML to a Skype profile. I've found that you can do the following:
<a href="skype:profile_name">Link to my profile</a>
But this seems to trigger a Skype call to that profile. I'd just want the option to browse the profile or add them as a contact, how can I do this?