Skip to content

Instantly share code, notes, and snippets.

@andrastudio
Created December 7, 2012 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrastudio/4237548 to your computer and use it in GitHub Desktop.
Save andrastudio/4237548 to your computer and use it in GitHub Desktop.
<li>
<a href="http://twitter.com/<?php echo $warrior_twitter_username; ?>">
<img src="<?php echo get_template_directory_uri(); ?>/images/icon-twitter.png" alt="<?php _e('Twitter Followers', 'warrior'); ?>" title="<?php _e('Twitter Followers', 'warrior'); ?>" />
<strong><?php echo twitter_followers_count($warrior_twitter_username); ?>&nbsp;</strong>
</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment