如何使用HTML进行Skype通话? [英] How to use HTML to do a Skype call?

查看:138
本文介绍了如何使用HTML进行Skype通话?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在脚本中插入下面的代码片段。通过点击链接,它应该打电话给Skype帐户。


我现在一直在寻找几个小时,但不知道为什么它不起作用。 < pre>< code>& lt; a href =& quot; callTo:// USERNAME& quot;& gt;& lt; img src =& quot; http://goodies.skype。 COM /图形/ skypeme_btn_small_green.gif&安培; QUOT; border = 0& gt;& lt; / a& gt;< / code>< / pre>


是否以任何方式接受或者我在这里错过了什么?

尝试callto大写字母)。

 < a href =callto:// + *********** >链接将启动Skype来拨打我的号码!< / a> 

< a href =skype:********?call> Link将启动Skype
来拨打我的Skype用户名!< / a>

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


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 doesn't work.

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

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

解决方案

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/

这篇关于如何使用HTML进行Skype通话?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆