Yahoo Messenger Status Icon
Here we will talk about how to add yahoo messengers status icon into a web page. Yahoo messenger still used for many years many and people still use them daily even more.
Yahoo messenger status allow you to display your online status in your website. So your friends will know your online status even they are not sign in into their yahoo account.
And the question is:
How to put yahoo status icon in to my blog?
It so easy. Just copy and paste the script below in to your web pages and done.
But first you should understand it first…
There is 5 Style we will learn and i called them Style 1 to Style 5 (from left to right)

And every image have their own URL Address
- http://opi.yahoo.com/online?u=YahooID&m=g&t=1 Style1
- http://opi.yahoo.com/online?u=YahooID&m=g&t=2 Style2
- http://opi.yahoo.com/online?u=YahooID&m=g&t=3 Style3
- http://opi.yahoo.com/online?u=YahooID&m=g&t=4 Style4
- http://opi.yahoo.com/online?u=YahooID&m=g&t=5 Style5
To make the url address become an image then we have to add a code:
<img src=”url address“>
And the the code become:
- <img src=”http://opi.yahoo.com/online?u=YahooID&m=g&t=1″ border=”0″>
- <img src=”http://opi.yahoo.com/online?u=YahooID&m=g&t=2″ border=”0″>
- <img src=”http://opi.yahoo.com/online?u=YahooID&m=g&t=3″ border=”0″>
- <img src=”http://opi.yahoo.com/online?u=YahooID&m=g&t=4″ border=”0″>
- <img src=”http://opi.yahoo.com/online?u=YahooID&m=g&t=5″ border=”0″>
Why there is a border script?
Just to show an image without border.
All the script doesn’t work yet. The script is still showing an image and have no reaction yet.
To make image is available to click and sent you a message, then we should add another script:
SEND IM
<a href=”ymsgr:sendIM?YOURID“>Send IM</a>
And the complete script will become:
<a href=”ymsgr:sendIM?YOURID“><img src=”http://opi.yahoo.com/online?u=YourID&m=g&t=StyleID” border=”0″></a>
SEND IM WITH MESSAGES
<a href=”ymsgr:sendIM?YOURID&m=YOUR+MESSAGE”>Send Messages</a>
The Script will become:
<a href=”ymsgr:sendIM?YOURID&m=YOUR+MESSAGE”><img src=”http://opi.yahoo.com/online?u=YourID&m=g&t=StyleID” border=”0″></a>
HOW TO ADD LINK TO CHAT FAVORITE ROOM
<a href=”ymsgr:addfriend?YOURID“> Add to list</a>
The Complete Script to add to favorite room is:
<a href=”ymsgr:addfriend?YOURID“><img src=”http://opi.yahoo.com/online?u=YourID&m=g&t=StyleID” border=”0″></a>
If the article is not clear yet, I’ll give you the sample.
Because my yahoo email is bro_adee@yahoo.com then my id is bro_adee
To send me a message using style 1 then the code is:
<a href=”ymsgr:sendIM?bro_adee“><img src=”http://opi.yahoo.com/online?u=bro_adee&m=g&t=1” border=”0″></a>
Here is the result where you can see me online or no:
By the way, please do not spam my email address after read thos article XD
Are you Yahooligans??
Leave us a comments for any question


Comments (One comment)
do you know how to use our own image? i’ve been searching like everywhere, n trying to change the code like hell. huhu. pls let me know if u found the way by dropping some comment on my blog’s shoutbox. thanks
izah / June 16th, 2008, 10:31 pm
What do you think?