You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
actions | 8 years ago | |
classes | 8 years ago | |
forms | 8 years ago | |
js | 8 years ago | |
.jscsrc | 8 years ago | |
.jshintrc | 8 years ago | |
BrowserNotificationsPlugin.php | 8 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
README.md
GNU social Browser Notifications
Note
This plugin depends on "Realtime" updates.
You can enable realtime updates by installing/configuring either:
- Meteor plugin, or the
- Websockets plugin.
Instructions
- Navigate to your /local/plugins directory (create it if it doesn't exist)
git clone https://github.com/chimo/gs-browserNotifications.git BrowserNotifications
- Tell /config.php to use it with:
addPlugin('BrowserNotifications');