
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/**
 * Facebook Comments Template
 *
 * @link       https://codesupply.co
 * @since      1.0.0
 *
 * @package    Basic Facebook
 * @subpackage Comments Template
 */

?>

<?php if ( get_option( 'csco_facebook_app_id' ) ) { ?>
	<div class="fb-comments" data-href="<?php the_permalink(); ?>" data-numposts="<?php get_option( 'bfb_number_comments', 10 ); ?>"></div>
<?php } else { ?>
	<p class="alert alert-warning">
		<?php esc_html_e( 'Warning: Paste the Facebook ID to the Facebook App ID field in Settings -> Connect -> Facebook', 'basic-facebook' ); ?>
	</p>
<?php } ?>
