You can embed the feed directly into a template file by using the WordPress do_shortcode function:
<?php echo do_shortcode('[custom-facebook-feed]'); ?>
You can embed the feed directly into a template file by using the WordPress do_shortcode function:
<?php echo do_shortcode('[custom-facebook-feed]'); ?>