I'm making a website where there is going to be a newsfeed. Facebook got this function in the newsfeed that it loads more/older news when you scroll down. How can i make this on my website? I didnt find any places where this was explaned, if there is a website where this is explaned, please post it !
Asked
Active
Viewed 608 times
2 Answers
1
This can easily achieved by using JavaScript.
Have a look there.
This question also appeared on StackOverflow more than once. Like here or here.

Community
- 1
- 1

Pixelmonster
- 396
- 7
- 15
0
you can search google for "Infinit scroll" There are a lot of jQuery plugins for instance.
I use jquery-endless-scroll
https://github.com/fredwu/jquery-endless-scroll
Hope it helps

Bruno Braga
- 120
- 1
- 8