To show it only on home page use this:
<?php
if(is_home() || is_front_page())
{
global $post;
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
and you can add it to the header.php file before or after this
<?php do_action('graphene_top_content'); ?>