You may have noticed the uprising of JavaScript comment previews lately, and I must say, they are awesome.

I wanted to get in on the action, but I didn’t really want to write my own. Luckily, I found a WordPress plugin that does it quite nicely: Live Comment Preview.

It will automatically preview comments beneath the comment form, but one can quite easily change where it previews the comment by inserting

< ?php live_preview(); ?>

wherever you wish. Pretty sweet stuff…