Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Custom Strava Integration

Descripción

The “Custom Strava Integration” is a powerful plugin that makes integrating strava activities easy and simple. It gives you the opportunity to create output exactly the way you like it.

The Plugin

Basically what this plugin does is adding the shortcode [strava id=”[activity id]”] to your post, receiving data via Strava API v3 and filling the preconfigured template with this information.

Configuration

You want full control of the shortcode’s output ? No Problem. You can specify a template at the settings page and define the positions of strava information. Therefore ‘Custom Strava Integration’ provides these placeholders:

  • [distance] – Overall distance of the activity
  • [description] – Description of the activity
  • [duration] – Duration of the activity
  • [elevation] – Overall elevation of the activity
  • [location] – Location of the activity
  • [name] – Name of the activity
  • [speed] – Depending on type (ride or run) – either running pace or riding speed
  • [time] – Local start time of the activity
  • [type] – Type of the activity (run – ride – swim)

You can not only customize the style by using CSS features, moreover you have full control over the html output.

Moreover you can choose the type of display unit (mi/ft or km/m) you want to use.

Difference to other solutaions

We know that strava also does offer their own embedded widget, but this plugin:

  • does not use iframes (if you want to)
  • allows you to fully customize the content
  • can display more information than the widget
  • does not require you to leave the site

You can concentrate on the important things – writing good blog posts!

Capturas

  • Add Client Id & Secret to be able to connect to strava
  • Configure the template the way you like it
  • Add Shortcode(s) by choosing from the list of activities

Instalación

  1. Upload the folder strava-for-wordpress to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Plugin Setup

  1. Please create a application on Strava first! Go here [http://www.strava.com/developers] for more details.
  2. It is also important to make sure that the redirect URI you enter is the same as your site.
  3. After creating the application go to the Settings page and enter the client id and secret.
  4. Save settings
  5. Click “Connect with Strava” on the settings page to generate an access token

Add to page/post

Basically what this plugin does is adding the shortcode [strava id=”[activity id]”] to your post, receiving data via Strava API v3 and filling the preconfigured template with this information. Of course you could paste the snippet manually, but in order to do so you would have to leave your site and find the needed id by yourself. The easier way is to choose one of the listed activities in the right corner of your post editing page and let the plugin do the work for you. No more copy and paste!

Preguntas frecuentes

Do i really need to add a strava app?

Yes this is required by strava to allow access to your activities

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Custom Strava Integration" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Plugin released.