ti crei il file html della chat...inserisci lo script nel index.php del tuo template...ricordati di metterlo nel header
<script>
var theURL = 'PAGINA.html';
var width = 400;
var height = 400;
bgcolor = black
function popWindow() {
newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=yes,location=no,width='+width+',height='+height);
}
</script>
fammi sapere