# Typing Notifications A plugin for Candy Chat to enable typing notifications to show up. Fully compatible with the lefttabs plugin. ## Todo It would be nice to extend this to groupchat as well. Currenly only working for private chat. (Simpler.) ![Typing Notifications - Regular](screenshot1.png) ![Typing Notifications - Left Tabs](screenshot2.png) ## Usage Include the JavaScript and CSS files: ```HTML ``` To enable this typing notifications plugin, add its `init` method after you `init` Candy, but before `Candy.connect()`: ```JavaScript CandyShop.TypingNotifications.init(); ```