File "fancybox-feed-style-2.php"

Full Path: /home/digimqhe/flashdigi.uk/social-feed/fancybox-feed-style-2.php
File size: 1.53 KB
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
?>
<div class="tpgb-block-<?php echo esc_attr($block_id); ?> fancybox-si fancy-<?php echo esc_attr($FancyStyle); ?>" id="Fancy-<?php echo esc_attr($PopupSylNum); ?>" data-FancyFeedType="<?php echo esc_attr($selectFeed) ?>" >

    <div class="fancy-fcb-flax d-flex flex-row">
        <div class="tpgb-fcb-img" >
            <?php include TPGB_INCLUDES_URL."social-feed/fancybox-feed-post.php"; ?>
        </div>
        <div class="tpgb-fcb-contant">
            <?php 
                include TPGB_INCLUDES_URL."social-feed/fancybox-header.php"; 

                if(!empty($Massage)){ 
                    echo '<div class="tpgb-fcb-title">'.wp_kses_post($Massage).'</div>';
                } 
                if(!empty($Description)){ 
                    include TPGB_INCLUDES_URL."social-feed/feed-Description.php"; 
                }
                echo '<div class="tpgb-fcb-footer">';
                        include TPGB_INCLUDES_URL."social-feed/feed-footer.php";
                        echo '<div class="tpgb-btn-viewpost">
                                <a href="'.esc_url($UserLink).'" target="_blank" rel="noopener noreferrer" aria-label="'.esc_attr__('View Post','the-plus-addons-for-block-editor').'">'.esc_html__("View post",'the-plus-addons-for-block-editor').'</a>
                            </div>'; 
                echo '</div>';
            ?>
        </div>
    </div>

</div>

<?php include TPGB_INCLUDES_URL."social-feed/popup-type.php"; ?>