]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - InfiniteScroll/readme.txt
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / 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!