![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/app/code/Smartwave/Socialfeeds/view/frontend/templates/ |
<?php $socialfeeds = $this->helper('Smartwave\Socialfeeds\Helper\Data'); $fb_result = $socialfeeds->getFBFans(); if ($fb_result) : ?> <?php $fb_fans = $fb_result['fans']; ?> <div class="block block-facebook-like"> <div class="block-title"> <strong> <span><?php echo __('Facebook') ?></span> <a target="_blank" href="<?php echo $fb_result['link'] ?>" class="btn-like f-right"> <?php echo __('Like!') ?> </a> </strong> </div> <div class="block-content"> <div class="clearfix fb-persons"> <?php echo $fb_fans ?> </div> </div> </div> <?php endif; ?>