Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9133045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:25:10+00:00 2026-06-17T08:25:10+00:00

I am working on stream like FB, in which users can post status/images etc

  • 0

I am working on stream like FB, in which users can post status/images etc

I want to show preloader image like in FB they show when we scroll down to our home page(at downside) and automatically show next posts then preloader image then posts and so on.

For now I am showing 20 posts by default and View button for showing next posts,

Below is my HTML structure

<div class="item Row mydiv StreamHide StreamBox">
//Posts 
//posts
</div>

and this is how i am hiding some posts

   $('.mydiv').each(function (index) {
                if (index <= 20) {
                    $(this).removeClass('StreamHide');
                    $(this).addClass('StreamShow');

                }
            });

How can i achieve the auto show functionality like FBFB Auto Preloader

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:25:11+00:00Added an answer on June 17, 2026 at 8:25 am

    You could use the infinite scroll plugin to implement this functionality.

    Here’s how you could configure it:

    $('#content').infinitescroll({
    
        // selector for the paged navigation (it will be hidden)
        navSelector  : "div.navigation",
    
        // selector for the NEXT link (to page 2)
        nextSelector : "div.navigation a:first",
    
        // selector for all items you'll retrieve
        itemSelector : "#content div.post"          
    
    });
    

    You might also find the following article useful as it contains many examples of how you could use it the plugin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an application which communicates with server and receiving a data stream,which
In an image gallery website something like the photo stream in flickr we decided
I'm working on a wcf service to stream a datafile & its relevant information
I'm working on a little Android app to stream some camera footage (as a
I am working on ffmpeg and trying to add a audio stream on the
Working with an undisclosed API, I found a function that can set the number
I am working on a server application which receives data over a TCP socket
Context: I have been working on and off on an application which uses a
I am working on Java application which should support English, Russia and Korean languages.
I am using the facebook c#-sdk v5.0.50.0. Users of my silverlight application want an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.