创建指向 Skype 个人资料的应用程序链接 [英] Create application link to Skype profile

查看:25
本文介绍了创建指向 Skype 个人资料的应用程序链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在 HTML 中创建一个指向 Skype 个人资料的应用程序链接.我发现您可以执行以下操作:

I'd like to create an application link in HTML to a Skype profile. I've found that you can do the following:

<a href="skype:profile_name">Link to my profile</a>

但这似乎会触发对该配置文件的 Skype 呼叫.我只想选择浏览个人资料或将他们添加为联系人,我该怎么做?

But this seems to trigger a Skype call to that profile. I'd just want the option to browse the profile or add them as a contact, how can I do this?

推荐答案

这似乎没有很好的文档记录,但是有一些方法可以为 Skype 个人资料链接指定操作.这是语法

This doesn't seem to be very well documented, but there are ways to specify an action for a Skype profile link. This is the syntax

skype:profile_name?action

此类操作的示例是

  • 调用调用
  • chat 聊天
  • voicemail 留下语音邮件
  • sendfile 发送文件
  • add 添加到联系人
  • userinfo 查看个人资料
  • call to call
  • chat to chat
  • voicemail to leave a voice mail
  • sendfile to send a file
  • add to add to contacts
  • userinfo to view profile

在这种情况下,查看个人资料的链接将如下所示

In this case then, the link to view the profile would look like this

<a href="skype:profile_name?userinfo">Link to my profile</a>

另请参阅 MSDN 上的 Skype URI 页面.

这篇关于创建指向 Skype 个人资料的应用程序链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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