如何将“联系我们”部分整合到我们的网站中?

发布于 2024-10-07 05:24:34 字数 113 浏览 3 评论 0原文

您好,如何提供这些联系人的链接

Skipe

MSN

AIM

对于skipe,我给出这样的“skype:shob83?call”,但它不起作用:(

Hi how to give links to these contacts

Skipe

MSN

AIM

For skipe I give like this "skype:shob83?call" but its not working :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

九厘米的零° 2024-10-14 05:24:34

对于 MSN

<a href="msnim:chat?contact=userid">msn</a>

对于 Skype

<a href="skype:userid?chat">skype</a>

for msn

<a href="msnim:chat?contact=userid">msn</a>

for skype

<a href="skype:userid?chat">skype</a>
ゃ懵逼小萝莉 2024-10-14 05:24:34

对于 Skype 试试这个

<a href="skype:echo123?call">Click</a> (make a call to echo123)

<a href="skype:echo123;apples123;pears123?call">Click</a> (make a conference call to echo123, apples123 and pears123)

<a href=”skype:user1?chat”> (Start a text chat with user1)

<a href=”skype:user1;user2;user3?chat”>(Start a multichat with 3 people)

for skype try this

<a href="skype:echo123?call">Click</a> (make a call to echo123)

<a href="skype:echo123;apples123;pears123?call">Click</a> (make a conference call to echo123, apples123 and pears123)

<a href=”skype:user1?chat”> (Start a text chat with user1)

<a href=”skype:user1;user2;user3?chat”>(Start a multichat with 3 people)
感悟人生的甜 2024-10-14 05:24:34

AIM
<a href="aim:goim?screenname=notarealuser">Send Message</a>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文