| Current Path : /home/jlgagfroyt/www/AAOLD/modules/mod_socialsharebuttons/tmpl/ |
| Current File : /home/jlgagfroyt/www/AAOLD/modules/mod_socialsharebuttons/tmpl/default.php |
<?php
/**
* @package Module Social Share Buttons
* @version 1.2.3
* @author E-max
* @copyright Copyright (C) 2008 - 2017 - E-max. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
**/
// no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<?php
echo "<!-- Social Share Buttons | Powered by <a href=\"//e-max.it/posizionamento-siti-web\" title=\"ottimizzazione siti web\" target=\"_blank\" rel=\"nofollow\">incrementa il tuo traffico web con e-max.it</a> -->";
?>
<div class="social-share-button-mod<?php echo $params->get('moduleclass_sfx');?>">
<?php
echo SocialShareButtonsHelper::getFacebookLike($params, $url, $title);
echo SocialShareButtonsHelper::getFacebookShareMe($params, $url, $title);
echo SocialShareButtonsHelper::getTwitter($params, $url, $title);
echo SocialShareButtonsHelper::getStumbpleUpon($params, $url, $title);
echo SocialShareButtonsHelper::getTumblr($params, $url, $title);
echo SocialShareButtonsHelper::getReddit($params, $url, $title);
echo SocialShareButtonsHelper::getPinterest($params, $url, $title);
echo SocialShareButtonsHelper::getBufferApp($params, $url, $title);
echo SocialShareButtonsHelper::getLinkedIn($params, $url, $title);
echo SocialShareButtonsHelper::getGooglePlusOne($params, $url, $title);
?>
</div>
<div style="clear:both;"></div>
<?php
echo "<div style=\"text-align:right;\"><a href=\"//e-max.it/posizionamento-siti-web/kickstart\" title=\"e-max.it: posizionamento siti web\" target=\"_blank\" rel=\"nofollow\"><img src=\"modules/mod_socialsharebuttons/assets/img/primi_sui_motori.png\" alt=\"primi sui motori con e-max.it\" width=\"12\" height=\"12\" style=\"vertical-align:middle;\" /></a></div>";
echo "<!-- Social Share Buttons | Powered by <a href=\"//e-max.it/posizionamento-siti-web/socialize\" title=\"social media marketing\" target=\"_blank\" rel=\"nofollow\">e-max.it: sem e smm</a> -->";
?>
<div style="clear:both;"></div>