=== Breadcrumbs === # Contributors: breadcrumbs Tags: gpx, gps, gps track, map, mapping, google maps Requires at least: 3.0 Tested up to: 3.2 Stable tag: 0.2 Breadcrumbs GPS lets you embed GPS tracks uploaded to Breadcrumbs (www.gobreadcrumbs.com) into your WordPress blog. == Description == [Breadcrumbs](http://www.gobreadcrumbs.com "homepage") is a free online application that allows you to edit, split GPS tracks and add photos and videos to the track. There is no better way to manage and organise your adventures online. The wordpress plugin makes it easy to embed your uploaded tracks into your blog. Find out more and see it in action [here](http://www.gobreadcrumbs.com/en/learn/articles/share/breadcrumbs_gps_wordpress_plugin/ "Plugin description"). Features include: * Hovering over graph moves pin to the position * Playback functionality with statistics updating * Photos, Videos right on GPS track (auto-geotagged) You can do this using simple shortcodes, e.g.: * [breadcrumbs track="104731" width='500' height='300' ] The following attributes are allowed: * `track`: The track id (an integer) * `width`: The width of the map (an integer, default: 640) * `height`: The height of the map (an integer, default: 400) * `unit`: The unit used in the route info (km|miles, default:km) * `showmedia`: Show photos/videos panel (show|hide, default:show) * `showplayback`: Show toolbar to playback (show|hide, default:show) * `showstatsbar`: Show the statistics panel (show|hide, default:show) * `showchartinfo`: Show the chart and track description * `type`: The map type (map|hybrid|terrain|satellite) == Installation == Follow one of the standard installation processes: * Upload the plugin folder `breadcrumbs` to the `/wp-content/plugins/` directory and activate it * OR use the search function within WordPress admin, search for the plugin, install and activate. * Then [visit](http://www.gobreadcrumbs.com/en/learn/articles/share/breadcrumbs_gps_wordpress_plugin/ "Plugin description") for details on how to configure and use the plugin. == Upgrade Notice == == Frequently Asked Questions == == Screenshots == 1. Plugin with all features enabled. == Changelog == = 0.2 = * Updated description and added screenshot = 0.1 = * First public release