Skype 链接和 HTML 编码?
我正在尝试让 Skype 按钮从这里开始工作:http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/
但我在使用 Skype 名称时遇到问题href,其中包含 3 个单词及其类似内容: “单词 1 单词 2 - 单词 3”。该生成器创建的链接如下:
<a href="skype:word1 word2 - word3?call"><img src="http://mystatus.skype.com/bigclassic/word1 word2 - word3" style="border: none;" width="182" height="44" alt="My status" /></a>
如果我单击此链接,Skype 会呼叫 3 个名字?!
单词之间应该是什么,尝试使用 %20 但什么也没有?
谢谢
编辑
对不起,伙计们...客户...嗯,他们给了我那个用户名,但它不是,它带有点:\ 我没有使用 Skype,所以我不知道,
再次抱歉,谢谢
I'm trying to get Skype button to work from here: http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/
But I'm having problems with Skype names in href, which contains from 3 words and its like:
"Word1 word2 - word3". That generator creates link like:
<a href="skype:word1 word2 - word3?call"><img src="http://mystatus.skype.com/bigclassic/word1 word2 - word3" style="border: none;" width="182" height="44" alt="My status" /></a>
If I click on this link, Skype calls 3 names?!
What should be between words, tried with %20 but nothing?
Thanks
EDIT
Sorry guys... clients... ehm, they gave me that Username, but its not, its with dots :\
Im not using Skype so i didnt know
Sorry one more time, and thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的赌注是
+
。这是邮件列表等最常用的内容。其他可以尝试的分隔符是_
和-
,但+
是最有可能的分隔符。My bet would be a
+
. This is what is most commonly used on mailing lists and such. Other separators to try would be_
and-
, but+
is the most likely one.