$('#element').chatbox({
id: id,
title: title,
offset: visibleBoxes.length * (width + gap),
boxClosed: closeBoxCallback
});
The example in this repo also includes a chat box manager that will be helpful when using multiple chat boxes.