Shortcodes

WP Strava ERROR strava_info should be an array, received: false
– add to any page or post. Shows a summary of the activity plus a map if a google maps key has been added.

Also takes the following optional parameters:

som – english/metric (system of measure – override from default setting).
map_width – width (width of image in pixels).
map_height – height (height of image in pixels).
athlete_token – specify a different athlete (you can copy this value from https://www.strava.com/settings/api or the wp-strava settings page at /wp-admin/options-general.php?page=wp-strava-options).
markers – Display markers at the start/finish point (true/false, defaults to false).

WP Strava ERROR 401 Unauthorized - See full error by adding
define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
– an alias for
WP Strava ERROR 401 Unauthorized - See full error by adding
define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
that will accept the same parameters (kept for backwards compatibility).

WP Strava ERROR 401 Unauthorized - See full error by adding
define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
– add to any page or post. Shows a summary of the activity plus a map if a google maps key has been added.

This also takes the same optional parameters as the

WP Strava ERROR 401 Unauthorized - See full error by adding
define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
shortcode above.

WP Strava ERROR 401 Unauthorized - See full error by adding
define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
– shows a list of recent activities the same way the “Strava Latest Activities List” does, but with a shortcode rather than a widget. Takes the following optional parameters:

som – english/metric (system of measure – override from default setting).
quantity – number of activities to show.
athlete_token – specify a different athlete (you can copy this value from https://www.strava.com/settings/api or the wp-strava settings page at /wp-admin/options-general.php?page=wp-strava-options).
strava_club_id – Will display activity from the specified Strava club ID instead of an athlete.