]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/InfiniteScroll/README
OStatus update: now using standard save/delivery for incoming ostatus messages -...
[quix0rs-gnu-social.git] / plugins / InfiniteScroll / README
1 Infinite Scroll adds the following functionality to your StatusNet installation: When a user scrolls towards the bottom of the page, the next page of notices is automatically retrieved and appended. This means they never need to click "Next Page", which dramatically increases stickiness.
2
3 Installation
4 ============
5 Add "addPlugin('InfiniteScroll');" to the bottom of your config.php
6 That's it!