Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
help:irc:status [2007/02/13 20:32] rubinhelp:irc:status [2025/06/30 19:24] (current) – removed rubin
Line 1: Line 1:
-====== How to Put Your Online Status on Your Website ====== 
  
-{{:help:irc:status:status-big.png   }} 
-You can put a graphic on your website that shows your status on the network as either offline, online, or away. 
-{{  :help:irc:status:status:status-small.png}} 
-To do this, paste our example code into your html, replacing the YOURACCOUNTNAMEHERE string with your actual account name, and YOURCHANNEL with a channel you frequent not including the # (pound) sign: 
-<code> 
-<a href="http://www.afternet.org/component/option,com_chat/Itemid,60/?channel=YOURCHANNEL" > 
-  <img border=0 src="http://www.afternet.org/afternet_status/?account=YOURACCOUNTNAMEHERE&small=1"> 
-</a>  
-</code>