You are here

function _tweetbutton_get_widgets_js_url in Tweet Button 7.2

3 calls to _tweetbutton_get_widgets_js_url()
theme_tweetbutton_follow_display in ./tweetbutton.module
theme_tweetbutton_hashtag_display in ./tweetbutton.module
theme_tweetbutton_tweet_display in ./tweetbutton.module

File

./tweetbutton.module, line 477

Code

function _tweetbutton_get_widgets_js_url() {
  $script_url = url('//platform.twitter.com/widgets.js', array(
    'external' => TRUE,
  ));
  return $script_url;
}