|
You can implement these into your webpage in a few ways.
If you use PHP, you may include the URL. If not, you can use javascript or ajax, or use an iframe. For the latter method,
you may wish to customize the colors. You may also use this API for custom systems or software.
Please take care to not refresh this data at an unreasonable rate. Cache updates and limit your refreshes to at least
5 minute intervals. Channel User Count Allows you to display the number of users in a channel. Usage Format: http://chat.microswift.com/api.asp?a=chancount&channel=[CHANNEL][&bgcolor=[COLOR]&color=[COLOR]] Optional Parameters: Background Color: bgcolor=[COLOR] Font Color: color=[COLOR] Examples: http://chat.microswift.com/api.asp?a=chancount&channel=zelda http://chat.microswift.com/api.asp?a=chancount&channel=zelda&bgcolor=36592d&color=white Network User Count Allows you to display the number of users on the entire network (including invisible). Usage Format: http://chat.microswift.com/api.asp?a=users[&bgcolor=[COLOR]&color=[COLOR]] Optional Parameters: Background Color: bgcolor=[COLOR] Font Color: color=[COLOR] Examples: http://chat.microswift.com/api.asp?a=users Network Channel Count Allows you to display the number of channels on the entire network (including invisible/private). Usage Format: http://chat.microswift.com/api.asp?a=channels[&bgcolor=[COLOR]&color=[COLOR]] Optional Parameters: Background Color: bgcolor=[COLOR] Font Color: color=[COLOR] Examples: http://chat.microswift.com/api.asp?a=channels |