1. Select a name for your Chat Room.
 
2. Add the following HTML to your page substituting the name you chose in Step 1 for roomname.
 
<a href="http://chat.machine.net/?room=roomname">My Chat Room at The Chat Machine!</a>
 
Any spaces in the Chat Room's name should be replaced with "+" signs in the href part of the link.
 
For example, if your Chat Room was called "My Chat Room", the HTML would look like this:
 
<a href="http://chat.machine.net/?room=My+Chat+Room">My Chat Room at The Chat Machine!</a>
 
3. You're all set! When visitors to your page click on the link you've created, they'll be sent to The Chat Machine with your Chat Room preselected as their default destination!

 

You can also create a Chat Machine Login Form that will allow visitors to go directly into your Chat Room by simply entering a name and clicking on a button. To create the Login Form just follow these simple instructions:

1. Select a name for your Chat Room.
 
2. Add the following HTML to your page substituting the name you chose in Step 1 for roomname.
 
<form action="http://chat.machine.net" method="POST">
<table border="0"><tr>
<td>User Name</td>
<td align="center">
<input type="TEXT" name="FROM" value="" size="20">
</td></tr><tr><td></td><td>
<input type="SUBMIT" name="ROOMMODE" value="Enter Chat!">
<input type="HIDDEN" name="FROMCOLOR" value="#FF0000">
<input type="HIDDEN" name="FROMSTYLE" value="NORMAL">
<input type="HIDDEN" name="REFRESH" value="15">
<input type="HIDDEN" name="CLEAN" value="FILTER">
<input type="HIDDEN" name="ROOM" value="roomname" size="20">
</td></tr>
</table>
</form>
 
3. You're all set! When visitors to your page fill out the form and click on the "Enter Chat!" Button, they'll be sent directly to your Chat Room on The Chat Machine!
 

Return to the Chat Machine