Strava Ride Details

plugin banner

This plugin allows you to display Strava ride details from a specific ride in your posts and pages using a shortcode.

Author:Endo Creative (profile at wordpress.org)
WordPress version required:3.4
WordPress version tested:3.8.1
Plugin version:1.2.1
Added to WordPress repository:25-01-2013
Last updated:23-03-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:1
Plugin URI:http://www.endocreative.com
Total downloads:3 401
Active installs:50+
plugin download
Click to start download

Strava Ride Details allows you to display Strava ride details from a specific ride in your posts and pages using a shortcode. It uses v3 of Strava's API, and uses OAuth for authentication.

The details displayed by default are:

  • Ride Name
  • Distance
  • Elevation Gain
  • Moving Time
  • Location

Each of the details can be turned on or off. The details are displayed in an unordered list so you can style the elements however you would like using CSS.

You can also choose to display units in mi/ft or km/m.

While Strava does offer their own embed widget, this plugin:

  • does not require an iframe
  • allows you to style the results to match your site
  • will work in responsive themes

By default all details are display using the shortcode [strava id="ride_id"], where ride_id is the string of digits at the end of the URL when viewing a single ride on Strava.

If you would like to remove a detail, just set it to false in the shortcode. For example, if you would like to show only the distance, then use this shortcode:

[strava id="ride_id" name="false" elevation="false" moving_time="false" location="false"]

Screenshots
ChangeLog