How to request Tumblr like button status after a new page is loaded with infinite scroll
问题 This is the instruction from Tumblr documentation: Tumblr.LikeButton.get_status_by_page(n) : Call this function after requesting a new page of Posts. Takes the page number that was just loaded as an integer. Tumblr.LikeButton.get_status_by_post_ids([n,n,n]) : Request Like status for individual posts. Takes an array of post IDs. This question has been asked few times with solutions here and here both answers can tell you how to request like button status with post IDs. So is there a easier and