I've tried and failed to create my own JQuery/Ajax (+ pagination) infinite scroll type comment system, so I'm going to try and out-source it.
Before I do, can someone advise if it is even possible if your pages are cached?
whoisgregg
5:29 pm on Sep 4, 2012 (gmt 0)
Depending on what CMS you are using, plugins may already exist for this. Of course, if you're planning on rolling your own comment system then you may have rolled your CMS, too. ;)
As far as caching goes, it should not preclude the opportunity to have an AJAX infinite scroll comment system. You may have to do some "hacky" things to break through cached pages, but if you do alot of aggressive caching now then you've probably already know what I'm talking about.