0:00
Hi everyone, welcome to KeyTube blogging and in this video, I will show you how you can
0:04
add infinite scrolling to your Flutter Pro theme. So in the last video, I have shown you how to add a floating notification to your blogger
0:12
website and in this video, I will show you how you can add infinite scrolling like this
0:18
So when users scroll down the page, it will start loading the post automatically without
0:23
clicking on the button. But if I go to the Techelib website here and here I am using the Flutter Pro theme and
0:31
if I scroll down the page, it is not loading the post automatically
0:35
I have to click on the load more post button here and then only it will start loading the
0:41
blog post. But here in this case, the posts are loading automatically
0:46
So let me just show you again. So when I scroll down the page, it will start loading the content automatically like this
0:52
So let's check how you can enable this infinite scrolling option in your Flutter Pro theme
0:58
So for this, I will go to the blogger theme here and here I will click on the edit HTML
1:07
Now here you can simply search for pagination like this and here you will see this option
1:17
load more pagination. And here you need to tweak a little bit
1:23
So here by default you will see this type 0. So make sure to change it from type 0 to type 1
1:30
That's it. Now your infinite scrolling will be activated in your Flutter Pro theme
1:36
So let me just click on save here. Now let's go to the Techelib website and let me just refresh this page
1:47
And when I start scrolling the website, it will start loading the content like this
1:53
So it will load the content infinitely and user don't have to click on the load more
1:59
button every time. So in this way, you can enable infinite scrolling to your Flutter Pro theme
2:06
So if you found this video helpful, then make sure to hit the like button and I will see
2:10
you in the next one. Bye bye