Click here to Skip to main content
Licence 
First Posted 27 Mar 2005
Views 221,050
Bookmarked 41 times

Incorporating Yahoo! Messenger into your website

By | 27 Mar 2005 | Article
To see if a Yahoo! user is online or not... and send a message to this user via web...

Sample Image

Introduction

Have you ever heard of Yahoo! Messenger? If you have a website, and you want your users to contact you by a Yahoo! nickname, your users can send you an instant message by clicking on an icon on your website. You website will check if you are online or not to view the exact icons, then the users know your status.

Do you think it is interesting? If yes, please take a look over this article. I hope it is helpful for you and your website.

Using the code

I assume that you are in the intermediate level, so you know how to create an HTML website with HTML tags.

At first, I will show you how to create a hyperlink that users can use to send an instant message to the defined user using Yahoo! Messenger. It is very simple, you create a hyperlink with <a> tag with the 'href' attribute in the form 'ymsgr:sendim?userID'. For example:

<a href = 'ymsgr:sendim?novavnu'>Send me a message</a>

In this example, when the user clicks on the hyperlink, a new Yahoo! Messenger chat window will appear for the user to send a message to the defined user, in this example the user is novavnu. You can put your user ID instead of novavnu. The result looks like in the picture below:

If you use this code:

<a href = 'ymsgr:sendim?novavnu&m=hello+my+friend'>Send me a message</a>

The users don't need to type the message because the message is by default represented by the 'm' attribute value. Notice that if your message has spaces, you have to represent each space by the character '+'.

Now, you know how to let users send an instant message to you. But, there is a problem, how do the users know that if you are online or not? Remember, when you use Yahoo! Messenger, there is a small icon for you to know if the user is online or not. Why don't you use this icon like Yahoo! Messenger. Don't worry how to know if the user is online or not, because Yahoo! will do this for you, all you have to do is get the result from Yahoo! website and show the icon.

<a href = 'ymsgr:sendim?novavnu'>
  <img src="http://opi.yahoo.com/online?u=YourID&m=g&t=StyleID" border=0>
</a>

In this example, you use an <img> tag to view the picture from the result of Yahoo! website. You have two attributes in the Yahoo! website link. The first attribute is 'u', you replace YourID by your Yahoo! ID. The second attribute is 't', you replace StyleID by a number from 1 to 3, this is the style of the picture. Yahoo! gives you three styles as in the picture below. I give you six pictures, the first three pictures are for users who are online and the last three pictures are for users who are offline.

Conclusion

In this article, I showed you how to use Yahoo! icon in your website to show if the defined user is online or not. It is helpful when your website wants people to contact you by Yahoo! Messenger easily. If you have any comments or advice, please email me to improve this article.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Thang T.

Software Developer (Senior)

Vietnam Vietnam

Member

Follow on Twitter Follow on Twitter
I've been working as a freelance iOS developer since the invention of the original iPhone. After numbers of projects, I gain more and more experience, get familiar with popular 3rd-party libraries which can save time and cost in the development.
 
With the experiences gained by working on projects, I proudly offer consultancy service which supports my customers to (1) get the best way to develop their apps; (2) start up iOS apps business professionally & effectively.
 
My day starts with the practices Japanese traditional Martial Arts: Kendo (http://bit.ly/18gJm5) & Iaido (http://bit.ly/atyeSB). Therefore, I always work with Samurai Spirit in the entire day, no FEAR and willing to take CHALLENGES!
 
If you need to get your iOS games or apps done, I'm available at oDesk!


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 1 PinmemberMember 82975221:47 24 Nov '11  
QuestionIncorporating Yahoo! Messenger into your website PinmemberALexander Cady8:46 15 Sep '11  
GeneralMy vote of 1 Pinmemberdoihensuke17:02 10 Nov '10  
GeneralYM SMS Pinmemberjaka konde19:58 30 May '10  
QuestionHow to check Invisible yahoo user Status PinmemberRizwan Ahmed1:05 8 Apr '10  
Generalenable multiple users Pinmemberflazzup17:11 19 Mar '10  
GeneralInvisible status PinmemberMahdi Manavi9:00 11 Feb '09  
GeneralRe: Invisible status Pinmemberyayiharish20:02 19 Jun '09  
Generalspecial thanks PinmemberAli (X)2:15 7 Nov '08  
GeneralThanks PinmemberYulianto.20:31 16 Apr '07  
Questionwhere can i download Incorporating yahoo ? PinmemberNtajneeb16:15 6 Apr '07  
AnswerRe: where can i download Incorporating yahoo ? Pinmembercrystvn20:45 18 Jul '07  
Generalym installed Pinmembermarquoc4:39 28 Mar '07  
Generalon line problem.. [modified] Pinmemberperhentianboy14:29 14 Mar '07  
GeneralSend me a message PinmemberKedar V18:25 18 Jan '07  
QuestionCan this be incorporated with Trillian? PinmemberKDawg443:15 21 Nov '06  
Generalsome questions PinmemberSw Jiten16:13 21 Aug '06  
Generalfor blog Pinmemberseli28275:16 19 Aug '06  
GeneralWe can do a command like that Pinmembervietdoorgroup2:29 20 Jul '06  
Generalrefresh icon status Pinmemberyyhhcc7:54 27 Nov '05  
Generalgreat article PinsussAnonymous9:56 22 Oct '05  
QuestionYahoo icon PinsussAnonymous18:16 12 Oct '05  
Hi!;)
Thank you for the article. I tried putting up the tag on my website. The yahoo logo come out looking fine. However, it never seems to show that I am online, even when I am. Why is that? I would appreciate your help.
Cheers
Dayana
AnswerRe: Yahoo icon PinmemberThang Q. Tran18:42 12 Oct '05  
Generalyahoo messenger client PinsussAnonymous18:58 8 Oct '05  
GeneralIM Message Window PinmemberWVB7:32 8 Sep '05  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120529.1 | Last Updated 28 Mar 2005
Article Copyright 2005 by Thang T.
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid