PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/jairosvt/public_html/afmedios/modules/mod_jatwitter/tmpl/ |
| Server: Linux server2.noticiasdecolima.com 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64 IP: 107.161.180.42 |
| Dir : /home/jairosvt/public_html/afmedios/modules/mod_jatwitter/tmpl/default.ajax.php |
<?php
/**
* ------------------------------------------------------------------------
* JA Twitter module for joomla 1.7
* ------------------------------------------------------------------------
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com - http://www.joomlancers.com
* ------------------------------------------------------------------------
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div id="ja_twitter_div" class="content">
<?php if($showtextheading == "1"){ ?>
<h4 class="twitter-title"><?php echo $headingtext;?></h4>
<?php } ?>
<?php if ( $showfollowlink == "1" ){ ?>
<center>
<script src='http://platform.twitter.com/anywhere.js?id=<?php echo $apikey?>&v=1' type='text/javascript'></script>
<div id="anywhere-block-follow-button"></div>
<script type="text/javascript">
twttr.anywhere(function(twitter) {
twitter('#anywhere-block-follow-button').followButton("<?php echo $screenName?>");
})
</script>
</center>
<?php } ?>
</div>