Skype/MSN/Yahoo icon for online/offline status [closed]

旧时模样 提交于 2019-12-23 03:30:48

问题


I want to show skype/msn/yahoo icons that show the online status in my ASP.NET website. The purpose is that user can click the online icon and can directly chat if he's online on skype/msn/yahoo.


回答1:


visit those links for

skype status button http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/

for yahoo

<a href="ymsgr:SendIM?n_nicq">
<img border=0 src="http://opi.yahoo.com/online?u=n_nicq&m=g&t=1"></a>

try changing the number http://opi.yahoo.com/online?u=n_nicq&m=g&t=1 after t=1 in this line of html and get new buttons for yahoo online /offline status. (note: you can try upto 1-24 let me give you an example so that for no confusion)

<a href="ymsgr:SendIM?n_nicq">
<img border=0 src="http://opi.yahoo.com/online?u=n_nicq&m=g&t=1"></a>

<a href="ymsgr:SendIM?n_nicq">
<img border=0 src="http://opi.yahoo.com/online?u=n_nicq&m=g&t=2"></a>

<a href="ymsgr:SendIM?n_nicq">
<img border=0 src="http://opi.yahoo.com/online?u=n_nicq&m=g&t=3"></a>

and for msn messenger http://settings.messenger.live.com/Applications/CreateHtml.aspx

enjoy...




回答2:


Get Skype button

Get Yahoo button

Get MSN button



来源:https://stackoverflow.com/questions/8413693/skype-msn-yahoo-icon-for-online-offline-status

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!