我正在寻找为移动网站建立Skype链接,有没有办法<a href="使它启动Skype并添加或呼叫用户?
Answers:
如果您的移动网站(通常)被iOS设备使用,则可以使用:
<a href="skype:YourSkypeName?call">Call me on Skype</a>
Apple iOS设备会自动识别与Skype和FaceTime链接的意图。
根据此Wikipedia页面,您可以使用skype:<username|phonenumber>[?[add|call|chat|sendfile|userinfo]]或callto:<screenname|phonenumber>:
您可以使用 <a href="skype:-skype-name-?chat">Start chat</a>
允许的查询参数:
chat -开始聊天
call -开始通话
add -将人添加到联系人
userinfo -查看用户资料
voicemail -留言
sendfile -发送文件