Skip to content

Instantly share code, notes, and snippets.

@itzmekhokan
Last active March 26, 2019 15:54
Show Gist options
  • Save itzmekhokan/949dae9519f99df7fb51e94b7530bb44 to your computer and use it in GitHub Desktop.
Save itzmekhokan/949dae9519f99df7fb51e94b7530bb44 to your computer and use it in GitHub Desktop.
Display Twitter Followers Counts and more in WordPress do follows
<?php
echo get_twitter_user_data('Khokan', 'name') . ' has ' .
get_twitter_user_data('Khokan', 'followers_count') . ' followers after ' .
get_twitter_user_data('Khokan', 'statuses_count') . ' updates.';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment