Old thread, but still a valid topic…
I can see a few of ways to work this; am facing the problem myself right now.
- disable caching of pages with twitter feeds — which is fine for sites with twitter feeds only on selected pages, but no good on sites with twitter feeds everywhere
- if TWP fired an action when it updated its transients, a site could hook that action and tell WP Super Cache to clear its cache (fine for high-volume sites with frequent page/post updates, horrible for lower volume sites with infrequent page/post updates)
- TWP could have an AJAX load option, where the widget is updated via AJAX pull once the (cached) page has loaded (which means extra work for Mr. Campbell!)
Aaron, that third option is obviously best, but it means work. Is it something you have planned? If not, are you amenable to accepting a code contribution if someone else implements it?
cheers,
Ross