Neon Chat is simple API Chat platform developed by Laborator that you can use to integrate to your own chat system. It provides bunch of options you can use to support full chat platform. Here you can test the functions and know about their usage details.
Link that toggles chat. Just add this attribute to any element: data-toggle="chat"
Toggle Chat Force Open Force Close
Toggle Chat w/ Animation Force Open Force Close
This will close the sidebar (if it is already open) when chat shows.
<a href="#" class="btn btn-default" data-toggle="chat">Toggle Chat</a>
<a href="#" class="btn btn-default chat-open">Force Open</a>
<a href="#" class="btn btn-default chat-close">Force Close</a>
<a href="#" class="btn btn-default" data-toggle="chat" data-animate="1">Toggle Chat w/ Animation</a>
<a href="#" class="btn btn-default" data-toggle="chat" data-collapse-sidebar="1">Toggle Chat w/ Sidebar</a>
data-animate="1"