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 -

Python ctypes access violation with const pointer arguments -