]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/InfiniteScroll/readme.txt
Moved most path and server settings to a new paths admin panel
[quix0rs-gnu-social.git] / plugins / InfiniteScroll / readme.txt
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!