# How to make auto scroll

**URL:** https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327
**Category:** Help
**Created:** [January 3, 2018, 5:06pm UTC](https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327 "2018-01-03T17:06:29Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![justinechacko](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/justinechacko/32/675_2.png) [@justinechacko](https://talk.jekyllrb.com/u/justinechacko)
#### Post date: [January 3, 2018, 5:06pm UTC](https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327/1 "2018-01-03T17:06:29Z")

</div>

Please tell me how to make auto scroll pages like infinite scroll. Any working one for minima

---

<div class="post-metadata">

### Author: ![justinechacko](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/justinechacko/32/675_2.png) [@justinechacko](https://talk.jekyllrb.com/u/justinechacko)
#### Post date: [January 5, 2018, 12:59pm UTC](https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327/2 "2018-01-05T12:59:58Z")

</div>

Some help please  
I mean how to make auto load next page if we move down to the page

---

<div class="post-metadata">

### Author: ![mmistakes](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/mmistakes/32/2169_2.png) [@mmistakes](https://talk.jekyllrb.com/u/mmistakes)
#### Post date: [January 5, 2018, 2:21pm UTC](https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327/3 "2018-01-05T14:21:03Z")

</div>

> **[tobiasahlin/infinite-jekyll](https://github.com/tobiasahlin/infinite-jekyll)**
>
> Infinite scroll for Jekyll based blogs. Contribute to tobiasahlin/infinite-jekyll development by creating an account on GitHub.

---

<div class="post-metadata">

### Author: ![yashumittal](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/yashumittal/32/1260_2.png) [@yashumittal](https://talk.jekyllrb.com/u/yashumittal)
#### Post date: [August 9, 2018, 5:36pm UTC](https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327/4 "2018-08-09T17:36:18Z")

</div>

Can you suggestion any other option @mmistakes?

My requirement is that more posts should load after clicking the load more button _(on the same page)_.

---

<div class="post-metadata">

### Author: ![rdyar](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/rdyar/32/710_2.png) [@rdyar](https://talk.jekyllrb.com/u/rdyar)
#### Post date: [August 9, 2018, 6:32pm UTC](https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327/5 "2018-08-09T18:32:08Z")

</div>

so the infinite scroll just needs a button to say load more rather than showing immediately once you scroll? I’m sure that is doable. You just need to figure out the JS to make that happen. That link is probably a good starting point though as it gets you the json file of the posts which is probably one of the more important parts.

---

<div class="post-metadata">

### Author: ![mmistakes](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/mmistakes/32/2169_2.png) [@mmistakes](https://talk.jekyllrb.com/u/mmistakes)
#### Post date: [August 9, 2018, 6:38pm UTC](https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327/6 "2018-08-09T18:38:58Z")

</div>

As @rdyar metioned start with that plugin and learn how they’re building the JSON file that holds all the post data.

Doing the actual “infinite scroll” after that is purely a front-end thing. I’m sure if you search around you can find a few tutorials or open-source solutions on how best to do that view. It’ll have nothing to do with Jekyll at that point which gives you way more options.

---

<div class="post-metadata">

### Author: ![bpmottathai](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/bpmottathai/32/1434_2.png) [@bpmottathai](https://talk.jekyllrb.com/u/bpmottathai)
#### Post date: [February 9, 2021, 12:04pm UTC](https://talk.jekyllrb.com/t/how-to-make-auto-scroll/1327/7 "2021-02-09T12:04:45Z")

</div>

Is this plugin working, not seems to be working for me…
