A pagination method where upon reaching the end of a list the next "page" of results is appended to the existing list of items.

learn more… | top users | synonyms

2
votes
4answers
86 views

Should I use 'Load More' or Automatic Loading? [duplicate]

I am creating a website that I want to have an infinite loading system on the home page. This page contains a tiled list that will fill up the page from left to right, and also most likely from top to ...
8
votes
3answers
194 views

Infinite scrolling and page views

I'm working on a content-delivery portal restyle. Basically, it has huge lists of addresses and numbers (sort of whitepages). What I was wondering is: I wanted to test infinite scrolling and avoid ...
3
votes
2answers
167 views

How to effectively paginate many objects

We used to have a table interface which showed 1-10 on load and had the pages listed all the way from 2, 3, 4, ... n. We would like to re-design this interface to support scrolling of objects much ...
1
vote
3answers
85 views

Is there a limit to the length of an infinitely scrolling page of content where readers are willing to read?

I have done some research on this subject and find much about the "myth of the fold," why infinite scrolling is not great for ecommerce, and how users benefit from a button to click to load more ...
6
votes
2answers
310 views

Faceted Search and Infinite Scrolling Together

Is it a good idea to use faceted/refining search with infinite scrolling in terms of user experience? If so, would it be a good idea to statically position the search/filter component on a web page? ...
35
votes
6answers
3k views

Infinite scroll vs Pagination in E-commerce websites

Infinite scroll has been around for a while now, however I have not seen infinite scroll being implemented on any successful or well known e-commerce sites. Does anyone know of any e-commerce sites ...
0
votes
2answers
227 views

Infinite scroll alternatives

I am working on a web application which requires me to display thousands of images as stored in the database. I want to implement it in this way: Each time the user scrolls through a certain number of ...
1
vote
1answer
303 views

Footers on Website with infinite scroll [duplicate]

Possible Duplicate: How can the classic footer elements be integrated into an infinite scrolling layout? I don't know if this question exists in the forum. But I was on Facebook and ...
6
votes
1answer
161 views

Does anyone have any test data on 'Load-more-button' infite scroll Vs 'Auto-load' infinite scroll?

We have multiple magazine and digital titles that are cross-sold in our site footers. Not to mention corporate messages and awards to convey. Obviously 'load-more' is the right solution but one of our ...
5
votes
2answers
169 views

Linking into an infinite scrollable stream

I have a web app that contains a stream of entries with a "more..." button at the bottom that loads in older entries. If one of the entries is selected then the right panel displays details on that ...
35
votes
6answers
5k views

Regular pagination vs. infinite scroll

I'm currently making a dating site, my choice for pagination is between the traditional: [<< Prev] [1] [2] [3] [Next >>] vs [ Load More ] The 2nd is the "load more" bar or button ...