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

EndomondoWP

外掛說明

Endomondo is a sports community based on free real-time GPS tracking of running, cycling, etc. Bring your mobile on the track and get a complete training log. You can show your workout on WordPress with Endomondo WP.
Download the plugin from WordPress Site, install it and add EndomondoWP on page/post
It’s easy, add the shortcode [ endomondowp user=“XXXX” ] and swap “XXXX” with your Endomondo ID. You can find your id on URL of your endomondo profile http://www.endomondo.com/profile/XXXX

DEMO and INFO

You can find more info and demo of plugin on plugin homesite.

It’s opened to extensions

You can use it on your plugin or into “Page Template” (see Page Templates « WordPress Codex ) with the function do_endomondowp(…) or with 4 custom actions!!

Configure it

If you want to control the view, you can add these attributes on shortcode

  • user: The endomondo User ID
  • type: The type of view (default is ‘last-workout’)
  • id: unique id of element (default is random number)
  • width: the width of page (default is 680)
  • height: the height of page (default is 600)

For designers

If you want to customize the style of view, you can add css and use the hook!!

For developer

You can use the EndomondoWP on your plugin! Otherwise you can use it on your current theme. In according to Codex, you can modify the current theme with “Child Themes « WordPress Codex”,
with a new “Page Templates « WordPress Codex” or simply modify directly the php file of theme. In any of this case you can add a invocation of function do_endomondowp(…) and you will have same action of shortcode.
Also the parameters of function are the same of shortcode.
Otherwise on your plugin or on your function.php you can add one hook to one of 4 action and you can run your custom code.
The allowed action are show below and every action have the same parameter of do_endomondowp(…) function:

  • pre_ewp_show action. It’s called before do_endomondowp(…) function
  • post_ewp_show action. It’s called after do_endomondowp(…) function
  • pre_ewp_shortcode action. It’s called before invocation of all shortcode [endomondowp …]
  • post_ewp_shortcode action. It’s called after invocation of all shortcode [endomondowp …]

Disclaimer, legalese and everything else.

This is not affiliated or endorset by Endomondo, or any other party.
This software available on the site is provided “as is” and any expressed or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall Alessandro Staniscia, or any of their contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

Credits

Copyright 2012 Alessandro Staniscia (email : alessandro@staniscia.net)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

螢幕擷圖

  • Screenshot with all views
  • Screenshot Shortcode type="last-workout"
  • Screenshot Shortcode type="workout-list"
  • Screenshot Shortcode type="event"
  • Screenshot Shortcode type="team"
  • Screenshot Shortcode Edit forms
  • Screenshot Shortcode type="workout"

安裝方式

EndomondoWP can be installed using integrated WordPress plugin installer or manually.

Integrated WordPress plugin installer method

  • Go to Plugins > Add New.
  • Under Search, type in ’EndomondoWP’.
  • Click Install Now to install the WordPress Plugin.
  • A popup window will ask you to confirm your wish to install the Plugin.
  • If this is the first time you’ve installed a WordPress Plugin, enter the FTP login credential information. If you’ve installed a Plugin before, it will still have the login information.
  • Click Proceed to continue with the installation. The resulting installation screen will list the installation as successful or note any problems during the install.
  • If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.

Manual method

  • Upload ’EndomondoWp ’ folder from EndomondoWp.zip file downloaded from EndomondoWp WordPress plugin directory page to the ’/wp-content/plugins/’ directory.
  • Activate ’EndomondoWp’ plugin through the ’Plugins’ menu in WordPress.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

ToDo

  • I18n

0.1.1

  • deploy system + github repo

0.1.0

  • https supports

0.0.6

  • Added view “workout” for the showing of one specific workout
  • Improved the editor aspects

0.0.5

  • Added button WordPress on editor

0.0.4

  • Wrong release

0.0.3

  • Removed new line

0.0.2

  • Add view event
  • Add view team
  • Add view challenge
  • Admin Changed with more info
  • Bugfix and removed broken link

0.0.1

  • Review Baseline

0.0.0

  • Baseline to Release