'', 'via' => 'yes', 'url' => 'yes', 'nofollow' => 'no', 'user' => '', 'hashtags' => '', 'usehashtags' => 'yes', 'template' => '', 'image' => '' ) , $atts ) ); $handle = $user; if (function_exists ( 'mb_internal_encoding' )) { $handle_length = (6 + mb_strlen ( $handle )); } else { $handle_length = (6 + strlen ( $handle )); } if (! empty ( $handle ) && $via != 'no') { $handle_code = "&via=" . $handle . "&related=" . $handle; } else { $handle_code = ''; } if ($via != 'yes') { $handle = ''; $handle_code = ''; $handle_length = 0; } if ($usehashtags != 'no' && $hashtags != '') { $handle_code .= "&hashtags=".$hashtags; if (function_exists ( 'mb_internal_encoding' )) { $handle_length = (6 + mb_strlen ( $hashtags )); } else { $handle_length = (6 + strlen ( $hashtags )); } } if ($template != '') { $template = ' essb-click-to-tweet-'.$template; } $text = $tweet; $post_url = get_permalink(); // @since 3.4 - fix problem with missing url in click-to-tweet if ($url == '') { $url = $post_url; } $short_url = ""; $twitter_shareshort = essb_option_bool_value('shorturl_activate' ); if ($twitter_shareshort) { $provider = essb_option_value('shorturl_type'); $shorturl_bitlyuser = essb_option_value('shorturl_bitlyuser'); $shorturl_bitlyapi = essb_option_value('shorturl_bitlyapi'); essb_depend_load_function('essb_short_url', 'lib/core/essb-shorturl-helper.php'); $short_url = essb_short_url ( $post_url, $provider, get_the_ID (), $shorturl_bitlyuser, $shorturl_bitlyapi ); } if (filter_var ( $url, FILTER_VALIDATE_URL )) { $bcttURL = '&url=' . $url; } elseif ($url != 'no') { if ($short_url != '') { $bcttURL = '&url=' . $short_url.'&counturl='.$post_url; } else { $bcttURL = '&url=' . $post_url; } } else { $bcttURL = ''; } $bcttBttn = __('Click to Tweet', 'essb'); $user_text = essb_option_value('translate_clicktotweet'); if ($user_text != '') { $bcttBttn = $user_text; } if ($url != 'no') { $short = essb_ctt_shorten ( $text, (217 - ($handle_length)) ); } else { $short = essb_ctt_shorten ( $text, (240 - ($handle_length)) ); } $link_short = $short; if ($image != '') { $link_short .= ' '.$image; } //$link_short = str_replace('#', '%23', $link_short); if ($nofollow != 'no') { $rel = "rel='nofollow'"; } else { $rel = ''; } if (! is_feed ()) { return "