Strava Ride Details WordPress Plugin

I just posted a new plugin on the WordPress Plugin repository called Strava Ride Details. Using Strava’s API, it allows you to post ride details from a single ride using only the ride ID.

Strava WordPress Plugin

Using a shortcode, you can add the following info to a post or page:

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

The details are displayed in an unordered list so you can style the elements however you would like using CSS.

By default all of the ride details are shown, but you can easily turn off the ones you don’t want to use. Here are a few examples.

Add this to a post or page. This shortcode will display all of the details.

[strava id=”ride_id”]

If you would like to remove a ride 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”]

Strava Ride ID

I have been using Strava for over a year now and really enjoy seeing my statistics after a bike ride. Now you can easily bring those stats into your WordPress powered site!

If you need any support please use the plugin’s support forum.

3 thoughts on “Strava Ride Details WordPress Plugin

    1. Thanks for the info Craig! I searched everywhere for a way to embed a single ride and couldn’t find it anywhere. Never noticed that “more” link before.

  1. But what we *do* need is an app that allows you to export the runs as one set of ifram and the rides as another. Curently it’s just one or the other.

Leave a Reply

Your email address will not be published. Required fields are marked *