Sample CSS

Simple shoutbox integration

Sample CSS

 

var chat = new Chat(5, "John"); // connects to id chat 5 , as John
<style >

.shoutBoxContainer {
background-color: #FF0000;

}
</style>

You can also override the CSS to create your own look&feel

Just create a new CSS based of this one:

 

if you need more details, please visit our API