I'm using this tip to integrate MSN Messenger to my Website: http://en.kioskea.net/faq/3987-integrate-msn-chat-on-your-website-or-blog It shows an icon with the current MSN status (online, away and so on). I want to change these images. Is it possible?
|
feedback
|
|
I made a snafu answering this the first time: Going here: http://messenger.services.live.com/users/XXXXXXXXXXX@apps.messenger.live.com/presenceimage?mkt=en-GB will redirect you to: http://www.wlmessenger.net/static/img/presence/Offline.gif which makes detecting the status a whole lot easier! I missed that. I looked here: http://settings.messenger.live.com/Applications/CreateHtml.aspx I picked the Status Icon option, and was given code like this:
There is no way to change the image based on which status is returned in the image with pure HTML/CSS/JS (afaik). (even after I realised it redirects) I can think of a technique to do it, You would change that code to something like this:
Figuring out how to detect which status image you were sent is | ||||
|
feedback
|