Adding Gallery to Footer of Homepage

Since the gallery is rendered via a shortcode, you can try using do_shortcode() in footer.php. For example, assuming you want to output a gallery with an ID of 1:

<?php echo do_shortcode( '' ); ?>