Oops, you might actually have to add it before that code (outside the loop). Anyone know?
Yes rcktech. If you want the plugin to show up on your home page, add that code to your home page file (home.php or index.php). Make sure you add it after the code that says something like:
<?php if ($wp_query->have_posts()) : while ($wp_query->have_posts()) : $wp_query->the_post();?>