]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/InfiniteScroll/readme.txt
3ce3b7fd236922a8f8322a7edf9e8735db6b07e5
[quix0rs-gnu-social.git] / plugins / InfiniteScroll / readme.txt
1 Infinite Scroll adds the following functionality to your Laconica 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!