Hey Dan
I'm trying to put this on my homepage too.
I've just watched their instructional video: http://vimeo.com/3299013
Can you tell me if the new Socrates Version that includes the feature slider is going to make the 'custom fields' section where you need the absolute url for the image, thumbnail image and text etc more automated? Or will it be the same process that I just need to get used to as mentioned in the video at 10:30 approx?
Also, if my page that I want the FCG to appear on is called new-home is the code I used this?
PHP Code:
<?php if (is_page('new-home') )
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>