Changeset 1594981
- Timestamp:
- 02/13/2017 02:20:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
feed-widget-for-runkeeper-activities/trunk/readme.txt
r1594977 r1594981 12 12 13 13 == Description == 14 This widget shows your latest activities from runkeeper.com. 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. 14 15 This widget shows your latest activities from runkeeper.com. 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. 16 17 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. 15 18 16 19 == Installation == 17 20 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. 21 18 22 1. Go to the [Runkeeper Partner Portal](https://runkeeper.com/partner) 19 23 1. If asked, log in with your Runkeeper credentials. … … 25 29 26 30 Now you are ready to enable and connect the plugin: 31 27 32 1. Extract the plugin folder to your "wp-content/plugins" directory. 28 33 1. Activate the plugin through the "Plugins" menu in WordPress. … … 31 36 32 37 == Frequently Asked Questions == 38 33 39 = How to configure the widget when called from the shortcode? = 40 34 41 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): 42 35 43 [runkeeper title="" numposts=5 unit="km" showlogo=true showdate=true showtime=true showdistance=true showduration=true showspeed=false showcalories=false dateformat="n/j/Y" timeformat="g:i a"] 36 44 37 45 Notes: 38 - *numposts* defines how many recent activities to display. 39 - *unit* can be "km" or "miles". 40 - *showtime=true* will only display the time, if showdate is true as well. 41 - *dateformat* and *timeformat* take a [PHP date format](http://php.net/manual/en/function.date.php). 46 47 * **numposts** defines how many recent activities to display. 48 * **unit** can be "km" or "miles". 49 * **showtime=true** will only display the time, if showdate is true as well. 50 * **dateformat** and *timeformat* take a [PHP date format](http://php.net/manual/en/function.date.php). 42 51 43 52 == Screenshots == 53 44 54 1. Widget with default settings. 45 55 2. Displayed values can be customized, and the plugin is translation-ready. … … 47 57 48 58 == Changelog == 59 49 60 = 0.1 = 61 50 62 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.