這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Custom Strava Integration

外掛說明

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!

螢幕擷圖

  • 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

安裝方式

  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!

常見問題集

Do i really need to add a strava app?

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

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Custom Strava Integration〉的開發相關工作。

參與者

將〈Custom Strava Integration〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Plugin released.