first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-11-30 13:20:54 -05:00
commit e9e5c0546c
5833 changed files with 1801865 additions and 0 deletions
@@ -0,0 +1,22 @@
<?php
/**
* Facebook Comments Template
*
* @link https://codesupply.co
* @since 1.0.0
*
* @package PowerKit
* @subpackage PowerKit/templates
*/
?>
<?php
if ( powerkit_connect( 'facebook_app_id' ) ) {
?>
<div class="fb-comments" data-width="100%" data-href="<?php the_permalink(); ?>" data-numposts="<?php get_option( 'powerkit_facebook_number_comments', 10 ); ?>"></div>
<?php
} else {
/* translators: Facebook API Link. */
powerkit_alert_warning( __( 'Warning: Facebook ID not specified!', 'powerkit' ) );
}