Try it

Simple shoutbox integration

Simple integration of shoutbox

Let assume that your you have script number 99

Method 1: The simplest way: You just paste 1 line of script into your <div> or any html element.

<script src="https://www.shoutbox.com/chat/99"></script>


Method 2: You just paste 1 line of script into your <div> or any html element.

<script src="https://www.shoutbox.com/chat"></script>
<script>var chat = new Chat(99);</script>

You can of course integrate your username and avatar:

var chat = new Chat(99, "John","//graph.facebook.com/1293950711/picture?type=large&width=140&height=140");

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