Show Fit File
A plugin to display fit, gpx and tcx files.
The facts
- Rating
- 5★ from 4
- Active installs
- 100+
- Price
- Free
- Last updated
- 31 May 2026
- Added
- Sep 2020
- Requires WP
- 5.8
- Tested up to
- WP 7.0.4
- Requires PHP
- 7.4
- Downloads
- 4,433
Our analysis
AI-assistedShow Fit File is a WordPress plugin designed for sports and fitness enthusiasts. It enables you to add maps and summary exercise data from .fit, .gpx, or .tcx files, which are commonly generated by fitness devices like Garmin and Polar. The plugin supports both a Gutenberg Block and a Shortcode for easy integration into your posts.
You can upload your fitness files directly to your post, and the plugin will display a map along with an altitude profile graph. Customisation options are available for units of measurement and map colours, making it suitable for users who want to showcase their fitness activities on their WordPress site.
Best for: This plugin is best suited for fitness bloggers and enthusiasts who want to display their exercise data on their WordPress site.
What it does well
- ✓Supports .fit, .gpx, and .tcx file formats
- ✓Generates maps using leafletJS and OpenStreetMap
- ✓Includes both Gutenberg Block and Shortcode options
- ✓Allows for customisation of units and map colours
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Limited to fitness-related file formats
- •No information on additional features or support
Verdict
Show Fit File offers a straightforward way to visualise fitness data on your site. It is particularly useful for those who frequently use fitness tracking devices.
From the developer
Stuart Tevendale's own description of Show Fit File, lightly tidied.
Show Fit File is a sports & fitness oriented plugin that allows you to add a map and summary exercise data from a fit, gpx or tcx file. The maps are generated using leafletJS with the map tiles provided by OpenStreetMap.
These files are produced by fitness, running and cycling computers, such as Garmin, Polar, Suunto, Wahoo and Hammerhead devices. The files can usually be downloaded either directly from the device, or via the manufacturer’s portal.
Both a Gutenberg Block and Shortcode (.fit files only) versions are present in this plugin.
Usage
Block
Add the Show Fit File block to your post
Click on the blue button below the map to upload your .fit , .gpx or .tcx file. After a couple of seconds, your file will then be displayed.
An altitude profile graph will be displayed under the map. This can be hidden using the block controls in the side bar.
Shortcode
Upload the .fit file to your Media Library, then simply create a map from the file by adding the following ShortCode to your post:
[showfitfile file=”2019-06-16-10-48-12.fit”]
To change the units to Imperial (default is metric):
[showfitfile file=”2019-06-16-10-48-12.fit” units = “imperial”]
To change the route colour (default is ‘Red’):
[showfitfile file=”2019-06-16-10-48-12.fit” colour = “blue”]
To allow scrolling and zooming of the map (default is ‘no’)