Below is an example embed for the LiveChat plugin and if you're looking to keep the chat maximized on a user visit, you want to add this piece of code before the </script>
window.addEventListener("load",function(event) {
LiveChatWidget.call('maximize')
},false);