Description
Powered by the AngularJS for WP plugin and Firebase, add real time communication to your site, for free. Create a new chat room (custom post type) and off you go!
- Fully CSS customizable
- Template powered – just copy the template file in the template directory into your theme – firebase-chat/chatroom.php and override as you need.
Installation
- Download zipped archive of plugin
- Log into your WordPress dashboard and add the new plugin via upload
- Activate the plugin
- Make sure you have the JSON REST API v2 (WP-API) and AngularJS for WordPress plugin activated
- Click on Chat Settings in the menu and add your Firebase URL
FAQ
- Why use AngularJS?
-
AngularJS renders your posts client-side. WordPress is built on PHP, so every page a user visits is converted to HTML on the server, then served to the client. With ANgularJS you are only getting a JSON Object (text) from the server
then renderring that to HTML using the client’s machine. This will speed up your pages as well as allow for more concurrent visitors to your site as the strain on the server is reduced.
Contributors & Developers
“Chat Rooms powered by Firebase” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Chat Rooms powered by Firebase” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial Build
1.1
- Adding Shortcode
2.0
- Fixed Security Issues
- Adding Template ability
- Better Scripting
3.0
- Adding in API v2 support