Layoutify-for-Instagram icon indicating copy to clipboard operation
Layoutify-for-Instagram copied to clipboard

Limited Scrolling on Liked Posts/Limited Liked Posts Appearing on Desktop

Open CherryAmbition opened this issue 4 years ago • 12 comments

I can't endlessly scroll my liked posts on desktop the way I can on the mobile app. I seem to only be able to see a limited amount of liked posts (when I actually have thousands more). I would like to be able to scroll down my liked posts the way that I do on my phone. But if that isn't possible, I'd like to at least be able to look at double the amount the liked posts that are showing up on my desktop. (I do not know how many are actually appearing, as I haven't counted).

CherryAmbition avatar Feb 09 '20 08:02 CherryAmbition

If there is a way to manipulate the URL for the liked page to show more posts, please let me know. Currently, this is the URL - chrome-extension://nekeeojpcbiehcignddhindbgacbghmi/index.html?tabid=98

CherryAmbition avatar Feb 10 '20 00:02 CherryAmbition

Currently, I'm trying to implement a feature for this.

kurtextrem avatar Mar 05 '20 09:03 kurtextrem

Or using pagination, I think it can be easier to use than an infinity scroll down.

jessariasmtz avatar Mar 07 '20 16:03 jessariasmtz

A real pagination is hard, because there is no way to tell the user how many pages there are (I can only tell for example 1 ... infinity)

kurtextrem avatar Mar 07 '20 20:03 kurtextrem

Currently, I'm trying to implement a feature for this.

I greatly appreciate this.

CherryAmbition avatar Mar 08 '20 01:03 CherryAmbition

I am now having an even MORE difficult time with seeing my liked posts. I can now see LESS posts (only a few hundred posts) before that "Load More" button stops working and stops allowing me to scroll further.

CherryAmbition avatar Apr 03 '20 16:04 CherryAmbition

How many posts are loaded when you first click on the 3-dot page after clearing data (on the "?" menu point)?

kurtextrem avatar Apr 03 '20 16:04 kurtextrem

How many posts are loaded when you first click on the 3-dot page after clearing data (on the "?" menu point)?

Give me a moment to find out.

CherryAmbition avatar Apr 03 '20 17:04 CherryAmbition

How many posts are loaded when you first click on the 3-dot page after clearing data (on the "?" menu point)?

I'm not seeing 3 dots on any of the pages. There are 231 images I can see on the liked posts page, but even that number is inaccurate because most of the images are duplicates. So really, it's like 115 original images I can see, and then they duplicate throughout the page. Before I believe I could see 1,000 - 2,000 original images at a time.

CherryAmbition avatar Apr 03 '20 17:04 CherryAmbition

I fixed a bug regarding the load more button in commit #885779d and next I'll put more time into finding a) why there are duplicates and b) why you can't see as many posts as you'd like.

A short question: At the beginning you said, it would be nice to have a way to do this in the URL. What would be the best way for you? Please keep in mind, that I can not predict how many pages the like feed has. I can only see "it does have a next page" or "it does not". I'm open to any idea, so please let me know if you got a one or a few :)

kurtextrem avatar Apr 05 '20 08:04 kurtextrem

I fixed a bug regarding the load more button in commit #885779d and next I'll put more time into finding a) why there are duplicates and b) why you can't see as many posts as you'd like.

A short question: At the beginning you said, it would be nice to have a way to do this in the URL. What would be the best way for you? Please keep in mind, that I can not predict how many pages the like feed has. I can only see "it does have a next page" or "it does not". I'm open to any idea, so please let me know if you got a one or a few :)

I'll keep this in mind and let you know if I (or someone else) come up with a good suggestion for the feed pages.

CherryAmbition avatar Apr 17 '20 19:04 CherryAmbition

I haven't come up with anything for the URL. Right now, I'd just like it to stop showing multiples of the same image/post. I'd also like the "Load More" button to remain clickable and continue allowing the next page to load if/when it can see there is another page and that there are more posts. That should allow me to keep loading pages until it gets to the end of my "Liked" posts.

CherryAmbition avatar May 03 '20 16:05 CherryAmbition