이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Strava Ride Details

설명

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"]

Plugin Setup

  1. Log in to your Strava account and create an application [http://www.strava.com/developers]
  2. Make sure the redirect URI of your application is the same domain as your site
  3. Copy your client ID and client secret from your application into the Strava Ride Details settings page
  4. Click “Connect with Strava” on the settings page to generate an access token
  5. Save settings

Add to page/post

  1. Insert [strava id="ride_id"] in your post or page

스크린샷

  • Adding the shortcode
  • Ride details styled using CSS

설치

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

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Strava Ride Details”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Strava Ride Details”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.1

  • Added link to settings page on Plugins page
  • Added instructions for plugin setup on settings page

1.2

  • Updated to use version 3 of the Strava API.
  • Added settings page
  • Added authentication with Strava via OAuth.
  • Added ability to choose either English or Metric display units in settings.

1.0

  • Plugin released.