tags:

views:

61

answers:

2

Hello all,

I tried to insert the following snippet in my script. By clicking the link it should do a call to a skype account. I've been looking for hours now, but can't figure out why it doesnt work.

<a href="callTo://USERNAME"><img src="http://goodies.skype.com/graphics/skypeme_btn_small_green.gif&quot; border=0></a>

Is it accepted in any way or do I miss sth. here?

I'd be really thankful for an answer.

+2  A: 

Try "callto" (with no uppercase letters).

<a href="callto://+***********">Link will initiate Skype to call my number!</a>

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

source: http://geek.michaelgrace.org/2010/03/create-html-link-that-starts-a-skype-call/

Šime Vidas
Well, when clicking that link nothing happens. I tried to create a sample link <a href="#"> which worked really fine.
Faili
Did you try both callto: with the number and skype: with the username?
Šime Vidas
Yes. I also tried the get-a-skype-button method. In every case the link wasn't linked. Even if I had not installed Skype there must've been a link...
Faili
Also, try in different browsers. I don't use skype so I cannot test this myself. In Firefox, go Tools > Options..., then in the Application tab, find "skype" or "callto" and check if those are associated with the Skype application.
Šime Vidas
Well, Skype isn't running in my browser. I wasn't able to find skype or callto in my application tab. But does it make any difference when the link is no link? Forgot to try the other browsers ic. I'll be right back. Tried it with three different browsers. Same result
Faili
When you say "the link is not a link" do you mean that when you add that code to your page, it doesn't actually display a clickable link? Or that it does create a clickable link, but clicking on it doesn't do what you expect it to?
EmmyS
+1  A: 

http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/

Kezzer
Already seen it, but not, what I was asking for. Ty anyway.
Faili