Next revision | Previous revision |
help:irc:status [2007/02/13 20:30] – created rubin | help:irc:status [2013/05/13 14:57] (current) – rubin |
---|
====== How to Put Your Online Status on Your Website ====== | ====== AfterNET Status Graphic ====== |
| |
{{:help:irc:status:status:status-big.png }} | {{http://www.afternet.org/afternet_status/afternet_status_button_onli.png }} |
You can put a graphic on your website that shows your status on the network as either offline, online, or away. | 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}} | {{ :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: | ===== Your Own Website ===== |
<code> | To put the image on your own website, paste our example html code into your page, replacing the YOURACCOUNTNAMEHERE string with your actual account name, and YOURCHANNEL with a channel you frequent not including the # (pound) sign: |
<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 html> |
| <a href="https://www.afternet.org/qwebirc/?nick=website_visitor.&channels=YOURCHANNELNAMEHERE&prompt=1&uio=d4 |
| <img border=0 src="http://www.afternet.org/afternet_status/?account=YOURACCOUNTNAMEHERE&small=1"> |
| </a> |
</code> | </code> |
| |
| ===== Your AfterNET User Page ===== |
| Every user on AfterNET has a [[:users|user page]] (/users/youraccountname) they can edit. If you want to put your status on this page, you can simply put |
| <code dokuwiki> |
| {{status>YOURACCOUNTNAMEHERE|YOURCHANNEL|PARAMS}} |
| </code> |
| where it says PARAMS, you can leave it empty, or put any of the words: "right", "left", or "small" to change the graphic. Replace YOURACCOUNTNAMEHERE and YOURCHANNEL with your (lowercase!) account name and a channel name people will be linked to if they click the image. |
| |