php - Extend "popular posts" feed using mysql -


i have social app, , in social app i've done things extend feed if user wants scroll beyond recent 100 posts , did msg_id or timestamp.

but i'm trying extend popular posts query , rows ordered number of interactions they've received, instance multiple posts have 5 interactions.

is there way can extend such feed in mysql?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -