如何使用 HTML 进行 Skype 通话?
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><a href="callTo://USERNAME"><img src="http://goodies.skype.com/graphics/skypeme_btn_small_green.gif" border=0></a></code></pre>
Is it accepted in any way or do I miss something here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试“callto”(不带大写字母)。
来源:http://geek. michaelgrace.org/2010/03/create-html-link-that-starts-a-skype-call/
Try "callto" (with no uppercase letters).
source: http://geek.michaelgrace.org/2010/03/create-html-link-that-starts-a-skype-call/
我一整天都在与以下链接作斗争。
我遇到的问题是 USERNAME 部分
最后,我刚刚解决了它。
我在 Skype 网页上的名字是姓名,但真实姓名是姓氏。我的网页中的链接确实使 Skype 加载到我的 Android 手机中,但是 Skype 无法找到我想要呼叫的帐户(姓氏)。
我尝试过,但失败了:
然后,解决方案:
我只是希望你发现它有用。
并且,不要忘记,您可以在 url 中的 ? 之后添加大量命令(添加、通话、聊天等)。
I have been fighting with the following link all day.
The problem that I had was with the USERNAME part
Finally, I just solved it.
My name on Skype web page was name but the real name was name lastname. The link in my web page did make Skype to load in my Android phone but, Skype failed to find the account to wich I wanted to call (name lastname).
I tryed, and failed:
Then, the solution:
I just hope u find it usefull.
And, do not forget that u have a plenty of commands to add after the ? in the url (add,call,chat,and so on).
只是为了他们官方网站上的另一个选择:
https://www.skype.com/en/developer/create-contactme-按钮
它很好用,很容易使用,可以用于聊天或/和通话。
Just for another option from their official website:
https://www.skype.com/en/developer/create-contactme-buttons
It's nice and easy to use, can be used both for chat or/and call.