I am trying to generate skype links in a web page using Angular. If I hard-code the link with the skype username (e.g. <a href="skype:some_username?chat&topic=fubar">...
) the link operates as expected and opens a dialog asking me what to do with external protocols.
But if I generate the link using skype:{{skype.user}}
the link doesn't work and the status-bar reads unsafe: skype:some_username?chat&topic=fubar
- Mac OSX 10.8.4
- Chrome 28.0.1500.71
I've checked chrome in groups, and skype support blog, also googled. I get lots of hits for links not working from within skype, but nothing about generated skype links failing.
This is a Duplicate