gnu-social/plugins/InfiniteScroll
Craig Andrews 932d1fb7ce Move inline javascript to a separate js file 2009-08-06 15:26:13 -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 Move inline javascript to a separate js file 2009-08-06 15:26:13 -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!