Subscribe to wTag shoutbox - mini chat RSS feed (new releases)
Shoutbox mini chat installation guide
  • Then find and copy the code (links to required files and charset META tag):
    <!-- 2. Start Meta and links -->
    
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    
    <style type="text/css">
    /* For Mozilla only: create rounded corners */
    #box {
      -moz-border-radius: 10px 10px 10px 10px;
    }
    </style>
    
    <link rel="stylesheet" type="text/css" href="wtag/css/main.css" />
    <link rel="stylesheet" type="text/css" href="wtag/css/main-style.css" />
    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="wtag/css/ie-style.css" />
    <![endif]-->
    
    <script type="text/javascript" src="wtag/js/dom-drag.js"></script>
    <script type="text/javascript" src="wtag/js/scroll.js"></script>
    <script type="text/javascript" src="wtag/js/conf.js"></script>
    <script type="text/javascript" src="wtag/js/ajax.js"></script>
    <script type="text/javascript" src="wtag/js/drop_down.js"></script>
    
    <!-- 2. End Meta and links -->
    
    and paste it into your existing page before the </head> closing tag.