Trying to install a button on the site with the transition to Skype. I put the link correct, 100 times checked. And opens the empty about:blank tab. Why it can be and what needs to be done?

I put such a link

 <a href="skype:SkypeUser">SkypeUser</a> 

only instead of skypeuser your skype

  • 3
    bring your code. intuitive help is unlikely to wait - lexxl
  • I put such a link <a href="skype:SkypeUser"> SkypeUser </a> only instead of SkypeUser your Skype - Nataly Fein
  • If you are given an exhaustive answer, mark it as correct (a daw opposite the selected answer). - Nicolas Chabanovsky
  • Is Skype installed? - Qwertiy
  • one
    skype://SkypeUser ? - Qwertiy

3 answers 3

Try another option: http://www.skype.com/en/create-contactme-buttons/

Example:

 <script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script> <div id="SkypeButton_Call_myskype_1"> <script type="text/javascript"> Skype.ui({ "name": "call", "element": "SkypeButton_Call_myskype_1", "participants": ["здесь укажите ваш логин скайп"] }); </script> </div> 

  • Thanks, I'll try now) - Nataly Fein
  • It didn't help either (I don't understand anything ( - Nataly Fein

To make Skype call you need to add a call :

 <a href="skype:username?call"></a> 

Send a message to the chat, add chat :

 <a href="skype:username?chat"></a> 

Example:

 <a href="skype:echo123?call">Call</a> <br/> <a href="skype:echo123?chat">Chat</a> 

a source

    Check if Skype username is correct. And check this option:

    <a href="skype:********?call">Skype to call my Skype username</a>