Skip to content

Instantly share code, notes, and snippets.

@alexandrascript
Created May 6, 2015 18:24
Show Gist options
  • Save alexandrascript/3faf6f62fa8319e411e6 to your computer and use it in GitHub Desktop.
Save alexandrascript/3faf6f62fa8319e411e6 to your computer and use it in GitHub Desktop.
Chartbeat Datagather
if ( false === ( $sidebar_popular_chartbeat = get_transient( 'sidebar_popular_chartbeat' ) ) ) {
$sidebar_popular_chartbeat = wp_remote_get("http://api.chartbeat.com/live/toppages/v3/?apikey=XXXXX&host=yourwebsite.com");
set_transient( 'sidebar_popular_chartbeat', $sidebar_popular_chartbeat, 600 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment