Plugin for loading comments on-demand [closed]

A solution oriented around users without javascript:

  1. Apply a wrapper div to your comments, leave everything else (including CSS as is)
  2. On page load, use javascript to hide the wrapper and display a link or button or something for ‘view comments’
  3. onclick ‘view comments’, fade/slide the comments in.

The advantage to this is that your comments will still be visible to those not using javascript (specifically: search engines), but it will behave exactly like it would if you made the changes in the CSS.