2

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 !

Murillio4
  • 485
  • 5
  • 17

2 Answers2

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