This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Runkeeper Recent Activities

Description

This widget shows your latest activities from Runkeeper. The number of activities can be configured, as can the values that are being displayed (distance, speed, duration, calories burned). The widget may also be called using the [runkeeper] shortcode.

A little bit of effort is required to set it up, but it’s worth it, because this way, no third party will ever get access to your data. Everything stays between your WordPress site and Runkeeper.

Screenshots

  • Widget with default settings.
  • Different values can be selected for display, and the plugin is translation-ready.
  • Backend widget options.

Installation

You need to create a Runkeeper Application first. It’s worth it, because this way, no third party will ever get access to your data. Everything stays between your WordPress site and Runkeeper. Don’t worry, it’s easy!

  1. Visit the Runkeeper Partner Portal.
  2. If asked, log in with your Runkeeper credentials.
  3. Click “Connect To Our API”, or click “Applications” at the top.
  4. Click “Register a New Application”.
  5. Fill in “Application Name”, “Description”, and “Organization”. It doesn’t really matter what values you enter, but it’s best to use sensible values anyway.
    (Example: Application Name: “Runkeeper Feed Widget”, Description: “A WordPress plugin that displays a Runkeeper activity feed.”, Organization: [Your blog title]).
    Then scroll down and click “Register Application”.
  6. In the “My Applications” overview, click “Keys and URLs” below your WordPress application.
  7. Leave this window open, you will soon need the “Client ID” and “Client Secret”.

Now you are ready to enable and connect the plugin:

  1. Extract the plugin folder to your “wp-content/plugins” directory.
  2. Activate the plugin (“Feed Widget for Runkeeper activities”) through the “Plugins” menu in WordPress.
  3. Go to “Widgets” in your WordPress backend and add the “Runkeeper Feed Widget” to your page.
    Alternatively, you may insert the widget in a page or post using the [runkeeper] shortcode.
  4. Visit the page on your website where the widget is supposed to show up. Follow the instructions there to connect the widget to your Runkeeper account, using the “Client ID” and “Client Secret” from step 8.
    (You need to be logged into your WordPress as admin in order to complete this last step.)

FAQ

How to configure the widget when called from the shortcode?

If you only use the [runkeeper] shortcode without any options, a widget with default settings will be displayed. However, if you’d like to customize it, the shortcode offers all the same options that are available when adding the widget from the “Widgets” page. You can use them like this (the values given here are the defaults):

[runkeeper title=”” numposts=5 unit=”miles” showlogo=true showdate=true showtime=true showdistance=true showduration=true showspeed=false showcalories=false dateformat=”n/j/Y” timeformat=”g:i a”]

Notes:

  • numposts defines how many recent activities to display.
  • unit can be “miles” or “km”.
  • showtime=true will only display the time, if showdate is true as well.
  • dateformat and timeformat take a PHP date format.

Reviews

February 16, 2017 1 reply
This Plugin was exactly what i was looking for. I was going to try and develop one just like this but you beat me to it… You did an amazing job!!. This deserved a positive review, keep up the great work I will look out for more of your plugins in the future.
Read all 1 review

Contributors & Developers

“Runkeeper Recent Activities” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Initial release.