I’m just wondering if anyone knows of a method or plugin that I can implement that will keep track of Facebook likes within WordPress posts, and allow me to show posts in order of “most liked”?
Leave a Reply
You must be logged in to post a comment.
I’m just wondering if anyone knows of a method or plugin that I can implement that will keep track of Facebook likes within WordPress posts, and allow me to show posts in order of “most liked”?
You must be logged in to post a comment.
Similar question: Top 3 posts in last week ordered by Facebook and Twitter share counts
Basically, you have to write something to get the like count and store it as metadata with the posts every so often. Then you can order based on that count.