b0y-101 Mini Shell


Current Path : E:/www/plan/modules/mod_keenit_facebook_likebox/tmpl/
File Upload :
Current File : E:/www/plan/modules/mod_keenit_facebook_likebox/tmpl/default.php

<?php
/**
* mod_keenit_facebook_likebox - Responsive Facebook Like Box module for Joomla by KeenItSolution.com
* author    KeenItSolution http://www.keenitsolution.com
* Copyright (C) 2010 - 2015 Keenitsolution.com. All Rights Reserved.
* @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
* Websites: http://www.keenitsolution.com */
defined('_JEXEC') or die;
?>

<div class="keenit_likebox_<?php echo $moduleclass_sfx ?>">
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/<?php echo $language ?>/sdk.js#xfbml=1&version=v2.4";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<?php 
echo '<div class="fb-page" data-href="'.$page_url.'" data-width="'.$width.'" data-height="'.$height.'" data-small-header="'.($show_header ? 'true' : 'false').'" data-adapt-container-width="'.($adaptive_width ? 'true' : 'false').'" data-hide-cover="'.($hide_cover ? 'true' : 'false').'" data-show-facepile="'.($show_faces ? 'true' : 'false').'" data-show-posts="'.($show_stream ? 'true' : 'false').'">
  <div class="fb-xfbml-parse-ignore">
    <blockquote cite="'.$page_url.'"><a href="'.$page_url.'">'.$company.'</a></blockquote>
  </div>
</div>';

?>
</div>


Copyright © 2019 by b0y-101