PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/hotebooking.site/wp-content/themes/traveler/vc_templates/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/hotebooking.site/wp-content/themes/traveler/vc_templates/vc_tweetmeme.php

<?php
$type = '';
extract( shortcode_atts( array(
	'type' => 'horizontal'//horizontal, vertical, none
), $atts ) );

$css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'twitter-share-button', $this->settings['base'], $atts );
if(st_is_https()){
	$output = '<a href="https://twitter.com/share" class="' . $css_class . '" data-count="' . $type . '">' . __( "Tweet", 'traveler' ) . '</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>' . $this->endBlockComment( 'tweetmeme' ) . "\n";
}else{
	$output = '<a href="http://twitter.com/share" class="' . $css_class . '" data-count="' . $type . '">' . __( "Tweet", 'traveler' ) . '</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>' . $this->endBlockComment( 'tweetmeme' ) . "\n";
}
echo balanceTags($output);