Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
natchbone
/
comment-content
/
plugins
/
the-plus-addons-for-block-editor
/
includes
/
social-feed
:
fancybox-feed.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly if($FancyStyle == 'style-1'){ include TPGB_INCLUDES_URL."social-feed/fancybox-feed-style-1.php"; }else if($FancyStyle == 'style-2'){ include TPGB_INCLUDES_URL."social-feed/fancybox-feed-style-2.php"; }else{ if(empty($FbAlbum)){ $PopupTarget=$PopupLink=''; if( $PopupOption == "Donothing" ){ $videoURL = ''; }else if( $PopupOption == "GoWebsite" ){ $PopupTarget = 'target=_blank rel="noopener noreferrer"'; $PopupLink = 'href="'.esc_url($videoURL).'"'; }else if( $PopupOption == "OnFancyBox" ){ $PopupLink = 'href="'.esc_url($videoURL).'"'; } } if( $selectFeed == 'Facebook' && !empty($FbAlbum) ){ $ij=0; if(!empty($videoURL) && is_array($videoURL)){ foreach ($videoURL as $fdata){ $AImg = ( !empty($fdata['images']) && !empty($fdata['images'][0]['source']) ) ? $fdata['images'][0]['source'] : ''; if($ij == 0){ ?> <a href="<?php echo esc_url($AImg); ?>" <?php echo $FancyBoxJS; ?> aria-label="<?php echo esc_attr__('Facebook Post','the-plus-addons-for-block-editor'); ?>"> <?php if($style !== "style-4"){ ?><img class="reference-thumb tpgb-post-thumb" src="<?php echo esc_url($ImageURL); ?>" alt="<?php echo esc_attr__('Facebook Image','tpgbp'); ?>"/><?php } ?> </a> <?php }else{ ?> <a href="<?php echo esc_url($AImg); ?>" <?php echo $FancyBoxJS; ?> aria-label="<?php echo esc_attr__('Facebook Post','the-plus-addons-for-block-editor'); ?>"> <img class="hidden-image" src="<?php echo esc_url($AImg); ?>" alt="<?php echo esc_attr__('Facebook Image','the-plus-addons-for-block-editor'); ?>"/> </a> <?php } $ij++; } } }else{ if( ($Type == 'video' || $Type == 'photo') && (!empty($ImageURL)) ){ if($style == "style-1" || $style == "style-2"){ ?> <a <?php echo $PopupLink . $PopupTarget . $FancyBoxJS; ?> class="tpgb-soc-img-cls tpgb-relative-block" aria-label="<?php echo esc_attr__('Social Media Post','the-plus-addons-for-block-editor'); ?>"> <?php if( $PopupOption !== "GoWebsite" ){ ?><img class="tpgb-post-thumb" src="<?php echo esc_url($ImageURL); ?>" alt="<?php echo esc_attr__('Social Media Image','the-plus-addons-for-block-editor'); ?>"/> <?php } ?> </a> <?php }else if($style == "style-3" || $style == "style-4"){ echo '<a '.$PopupLink . $PopupTarget . $FancyBoxJS.' class="tpgb-image-link" aria-label="'.esc_attr__('Social Media Post','the-plus-addons-for-block-editor').'"></a>'; } } } } ?>