gnu-social/plugins/InfiniteScroll
Siebrand Mazeland d811f14bed Remove .po source files. Using pot files. 2010-04-30 01:57:22 +02:00
..
locale Remove .po source files. Using pot files. 2010-04-30 01:57:22 +02:00
InfiniteScrollPlugin.php htmloutputter->script() special cases src's that begin with plugin/ or local/ so that plugins don't need to include common_path() in every call to $action->script() 2010-02-17 12:03:14 -05:00
README Add version information to a bunch of plugins 2010-01-09 19:04:53 -05:00
ajax-loader.gif added Infinite Scroll plugin 2009-08-05 17:09:19 -04:00
infinitescroll.js Merge branch '0.9-release' 2009-11-19 20:12:46 -08:00
jquery.infinitescroll.js Make the infinite scroll plugin have a non-infinite scroll (button click to scroll) mode 2009-09-19 22:53:39 -04:00
jquery.infinitescroll.min.js added Infinite Scroll plugin 2009-08-05 17:09:19 -04:00

README

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!