2011-04-24 18:28:26 +01:00
|
|
|
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.
|
2009-08-05 22:09:19 +01:00
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
Add "addPlugin('InfiniteScroll');" to the bottom of your config.php
|
|
|
|
That's it!
|