Advertisement
putuebo

Online Status Indicator ICQ & YM

Nov 18th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. In order to show your ICQ status on the web page add following html code:
  2.  
  3. <img src="http://web.icq.com/whitepages/online?icq=ICQNUMBER&img=NUM" />
  4.  
  5. ICQNUMBER - your ICQ number, like 1233434535
  6. NUM - number from 1 to 6 (choose from 6 different image sets). 5 is most popular (little flower).
  7.  
  8. Example:
  9. <img src="http://web.icq.com/whitepages/online?icq=1111111111&img=5" />
  10.  
  11.  
  12. For YAHOO status indicator insert this:
  13.  
  14. <img src="http://opi.yahoo.com/online?u=USERNAME&m=g&t=5" />
  15.  
  16. Where:
  17. USERNAME - your YAHOO messenger login
  18. m - can be t for textual indicator, g for graphical
  19. t - can be 0 .. 5 (indicator type)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement