• My site have auto load previous post feature enabled.

    The problem is that the plugin only works for first load post only.

    I checked on your source codes js file, that found out you are using id ? ? ? ??$('#authorize_comment').click(function(e){` for js binding to fire the posting comment feature in js.

    In my opinion, you should the bind the js click event to the class instead. Because right now there are many theme that support auto load previous post features, it will the plugin to work in the theme out of the box.

    Please let me know if you have intention to add this feature in your next update.

  • The topic ‘Implement in auto load post theme’ is closed to new replies.