Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Infinite Scrolling, also known as endless scrolling, is a technique that is widely used by websites and Web applications that host lots of content on a page where pagination would traditionally have been used. Infinite scrolling involves initially loading only one page of content. As the user ...

learn more… | top users | synonyms

2
votes
0answers
191 views

Facebook app infinite scroll issue

I'm trying to use infinite scroll on a Facebook app we're currently building, however it will not work due to being in an iframe. Has anyone come up with a work around for this or a similar ...
4
votes
2answers
3k views

How does Facebook achieve infinite scrolling?

My first question is how do they get this scroll bar? http://dl.dropbox.com/u/12337149/scrollbar.png I have seen it in a few places so I presume it might be in a public library? My second question ...
0
votes
1answer
521 views

Infinite scroll and facebook comments

I have a tumblr blog with facebook comments added to each post. I am also using infiniteScroll. When the browser scrolls and the content scrolls in, everything had to be initialised again, so how do ...