Hello. First off, I love the plugin... so unique!
I am wondering if anybody has any ideas of how to run this (or a plugin that works in this fashion) selectively -- that is, only for one post (or page in my case).
Can I make creative use of Exec PHP?
Can I pass a parameter to do_action('comment_form', $post->ID) within a second comments template?
So far I've created a page that uses its own page template that calls its own comment template. However since the plugin hooks into do_action, and this appears in my regular comments template -- it appears everywhere. Is there someway to rewrite the plugin or call its functions from a template?
Yikes wayyyyy over my head.