How-To/The Web Part

This plugin is web chat, so you need to set up the web part too.

  1. First, you need a web server or a web hosting service to post your web page. This is essestial at least for this version, and I'm planning to work on it.

    If you don't know what web server program to use, there's a well-known web server program, Apache.
    The installation guide for Apache can be found in here, or can be easily found by googling for it.

    A web hosting services mostly spends cost, but provides stable service.
    They are quite a lot on the internet. If you like, search for it.

  2. Next, you need to make the page to chat. This requires a little bit of setting, or you can make a new one.
    You can download a sample here(Save as file). The sample describes the script, but maybe not understandable :/

    The things you need to set is some variables. Download the sample file from link up there.
    After you have downloaded it, open the .html file in any text editors(eg. Notepad)

    You will see some texts, look for "SERVER_ADDRESS". The line would be like 'var SERVER_ADDRESS = "localhost:880"'.
    Change the text "localhost" to your server's IP address or domain.

  3. After this, upload the file to your web server or web hosting service.
    If you open the page, it shows a poor layout. It's sample! I'll upload a better-designed one soon :)
    However, if you can see what you say in MC, it's successful!
    The "saying" part, from web to server, will be added in next update.

    If you know HTML and CSS, you can customize the page at your own. With Javascript, you can create new line of code, maybe better than mine. :)
    For that, read "How-To/Creating a new Web Page"