Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add infinite scroll to Twitter results #39

Open
paulgibbs opened this issue Aug 28, 2013 · 1 comment
Open

Add infinite scroll to Twitter results #39

paulgibbs opened this issue Aug 28, 2013 · 1 comment
Milestone

Comments

@paulgibbs
Copy link
Contributor

No description provided.

@ghost ghost assigned pepegar Aug 29, 2013
@pepegar
Copy link
Contributor

pepegar commented Aug 29, 2013

I've been working on this today. It's not hard, in fact is really easy because the functionality of appending the next set of tweets is already implemented by the Load more button. The bad part is that we need to override the same method of the wp.media.view.MEXP view for every service we want to implement infinite scroll, and that's not possible with our architecture.

My proposal is moving the infinite scroll support to mexp.js, and giving the service the option to implement infinite scroll or still using the Load more button for loading more content.

paulgibbs added a commit that referenced this issue Aug 31, 2013
…ade searches.

Prevents the 'load more' button being clickable while an AJAX request
is in progress, and also prevents the button showing up when you go to
a new tab. See #29.

Most of this is a temporary change until we integrate Infinite Search
for the Twitter service, see #39.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants