=== geoURI === Contributors: CottonEyeJoe Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y6HR3MPTGQXYA Tags: geolocation, geotag, geo, gps, latitude Requires at least: 3.0.1 Tested up to: 3.5.1 Stable tag: 0.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Link to geo-locations and let your user decide how to open them: Google Maps, Open Streetmap, App etc. A handler for geo uri links. == Description == When you blog about a specific location, you may want link to it. On android devices, you can use links in the style `geo:37.786971,-122.399677` for opening the location in a native map app such as Google Maps. However, most browsers will not understand this yet. On the other hand, if you link to the Open Street Map project directly, some users may not prefer this. With this plugin, you can link to geo locations and support the user with a handler for it. Activating a geo-link will show a popup menu with various options for the user. The urls have to follow the specification from . **Your Feedback** goes here: **Note:** This is the first beta release. I hope to develop this plugin much further. Please report every wish or issue you may have. == Installation == 1. Upload the unzipped folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the `Plugins` menu in WordPress. 3. Add a link with a href like `geo:37.786971%2C-122.399677`, where `%2C` is the url-encoded comma (,). == Frequently Asked Questions == Ask questions and suggest new features [here](http://tricider.com/brainstorming/13HJn). == Screenshots == 1. Popup dialog for a geo-link. == Changelog == = 0.2 = * some minor bugs in different browsers * getting wordpress plugin repository right = 0.1 = * first version! == Upgrade Notice == = 0.2 = Solved bugs making it work in all major browsers (Firefox, IE, Chrome) = 0.1 = First version.