gnu-social/plugins/InfiniteScroll
Siebrand Mazeland e6d053ac41 Update translator documentation.
L10n/i18n updates.
Whitespace updates.
Break long lines in README files.
2011-04-24 19:28:26 +02:00
..
locale Localisation updates from http://translatewiki.net. 2011-04-20 10:19:58 +02:00
InfiniteScrollPlugin.php Update translator documentation. 2011-04-24 19:28:26 +02:00
README Update translator documentation. 2011-04-24 19:28:26 +02: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!