=== Nike+ === Contributors: jameslaws, kstover Tags: Nike+, Nike Plus, Nike, running, widget, shortcode Requires at least: 3.1 Tested up to: 3.4.2 Stable tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Nike+ lets you brag about your running progress by displaying your stats right on your WordPress website with widgets & shortcodes. == Description == This is not an official Nike+ plugin but simply my work to integrate Nike+ stats into the WordPress enviroment. Nike+ is a personal project for the purpose of posting your Nike+ running stats that you most definitely should be proud of. Nike+ currently provides to types of stats. 1. All Time - Your total stats since you started using Nike+. You can choose from most of Nike+'s metrics to be displayed such as Fuel, Number of Runs, Distance, Duration, Average Pace, and Calories. Choose to display only the stats you want. 1. Most Recent - Your most recent run you logged with Nike+. Show off Fuel, Distance, Duration, Average Pace, and Calories. Choose to display only the stats you want. You can post these stats with two different methods. You can use the provided widgets or you can use the shortcodes [nikeplus_alltime] or [nikeplus_mostrecent] in your page or post content. Widgets have options to choose what stats you would like displayed while shortcode have additional arguments if you would like to hide a specific stat. For instance you can do the following to hide any of the stats. [nikeplus_alltime fuel=no runs=no distance=no duration=no pace=no calories=no]. = IMPORTANT = Currently NIke+ plugin requires PHP 5 with cURL and JSON. While these are common it's not beyond belief that not all web hosts have these exact specs set-up in your server. = Future Plans = I'm considering adding a feature where all your run data can be added to a custom post type and easily displayed on your own site. If you would like to see additional features or enhancements I welcome your suggestions. = Shout Out = This Nike+ WordPress plugin was built using [Nike+PHP](http://nikeplusphp.org/ "Nike+PHP") for easy connection to your Nike+ data. Nike+PHP is GPL as stated here: [License](http://code.google.com/p/nike-plus-php/ "License") == Installation == 1. Upload the plugin folder (i.e. nikeplus) to the /wp-content/plugins/ directory of your WordPress installation. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Visit the Nike+ options page under your settings menu to add your Nike+ credentials and set any additional preferences. 1. Add one of the widgets or shortcodes to your site. 1. Start Bragging! == Frequently Asked Questions == No frequently asked question have been asked as of yet. If and when they are I'll add them here. == Screenshots == I haven't taken any screenshots yet but you can see my stats displayed on my personal blog: [JamesLaws.com](http://jameslaws.com/ "JamesLaws.com") == Changelog == = 0.1 = * Initial release