gnu-social/plugins/InfiniteScroll
Evan Prodromou df86aa7214 define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
..
InfiniteScrollPlugin.php define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
ajax-loader.gif added Infinite Scroll plugin 2009-08-05 17:09:19 -04:00
infinitescroll.js Corrected the Infinite Scroll CSS Selectors 2009-08-11 23:05:46 -04:00
jquery.infinitescroll.js added Infinite Scroll plugin 2009-08-05 17:09:19 -04:00
jquery.infinitescroll.min.js added Infinite Scroll plugin 2009-08-05 17:09:19 -04:00
readme.txt last scrub of Laconica -> StatusNet 2009-08-26 03:33:43 -04:00

readme.txt

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.

Installation
============
Add "addPlugin('InfiniteScroll');" to the bottom of your config.php
That's it!