gnu-social/plugins/InfiniteScroll
Craig Andrews 2260cf20f5 Corrected the Infinite Scroll CSS Selectors
Thanks dcostalis for making me aware of the issue!
2009-08-11 23:05:46 -04:00
..
InfiniteScrollPlugin.php Move inline javascript to a separate js file 2009-08-06 15:26:13 -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 added Infinite Scroll plugin 2009-08-05 17:09:19 -04:00

readme.txt

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.

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