Sublist


Chat API

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.


See the Markup

Toggle Chat

Link that toggles chat. Just add this attribute to any element: data-toggle="chat"

Toggle Chat Force Open Force Close


With Animation

Toggle Chat w/ Animation Force Open Force Close


Toggle Left Sidebar

This will close the sidebar (if it is already open) when chat shows.

Toggle Chat w/ Sidebar Toggle Chat w/ Sidebar (Animated)

See how its implemented

Code for Toggle Chat
<a href="#" class="btn btn-default" data-toggle="chat">Toggle Chat</a>

Force open
<a href="#" class="btn btn-default chat-open">Force Open</a>

Force close
<a href="#" class="btn btn-default chat-close">Force Close</a>

The above buttons with animation feature
<a href="#" class="btn btn-default" data-toggle="chat" data-animate="1">Toggle Chat w/ Animation</a>

Toggle Chat + Sidebar
<a href="#" class="btn btn-default" data-toggle="chat" data-collapse-sidebar="1">Toggle Chat w/ Sidebar</a>

To add animations simply add this attribute:
data-animate="1"