Chat Rooms powered by Firebase
Use the Chat Rooms plugin to have chat rooms added to your site, powered by Firebase and AngularJS.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3717 days ago • Support resolved 100%
Is Chat Rooms powered by Firebase abandoned?
Possibly abandoned (last update 3717 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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
Frequently Asked Questions
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.
Review feed
Screenshots
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