For those who used the template tag:
just widgetize your template with
<?php
if ( dynamic_sidebar('secondary-widget-area') ) :
else :
?>
You may have to register a sidebar within the functions.php but that’s quite easy. If successfully done, you may activate the widget.
I think that’s a concenvenient way to use the plugin furthermore.