gnu-social/plugins/InfiniteScroll
Siebrand Mazeland 13ae3ab259 Localisation updates from http://translatewiki.net. 2011-04-18 13:41:15 +02:00
..
locale Localisation updates from http://translatewiki.net. 2011-04-18 13:41:15 +02:00
InfiniteScrollPlugin.php InfiniteScroll uses Plugin::path() 2011-02-03 11:23:39 -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 Ticket #1968: fix favoriting, reply when using InfiniteScroll 2011-01-06 16:53:39 -08:00
jquery.infinitescroll.js Fix regression in last year's update of InfiniteScroll -- having debug off caused breakage due to bad code interpreting every variable as a selector, and jQuery then failing when passed 'false'. 2011-01-06 16:36:57 -08: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!