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