I am trying to create a link from my website to my skype profile. I saw this post by Alex Turpin Create application link to Skype profile. This works fine, When skype link is clicked it goes straight to my skype profile.
However if the skype link(<a href="skype:profile_name?userinfo">Link to my profile</a>
) is clicked while the user is not logged-in skype, this fails(skype client crash).
So I removed 'userinfo' from this link(<a href="skype:profile_name?">
) and tried again, Skype did not fail, it asked me to login, but after that it made a skype call instead of viewing the profile.
How can I resolve this? How to view a skype profile succesfully while user is not loggged-in skype.
Thanks.