=== Open User Map - Users can add locations from the frontend === Contributors: 100plugins Tags: map, location, user, frontend, leaflet, marker, pins Requires at least: 4.6 Tested up to: 5.8 Requires PHP: 5.6 Stable tag: 1.1.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Let your visitors add locations directly from within the map. They drop a marker on the map and provide some location details. After submit the location proposal will be "pending" and wait for your review approval to get published. == Description == Let your visitors add locations directly from within the map. They drop a marker on the map and provide some location details. After submit the location proposal will be "pending" and wait for your review approval to get published. [Demo](https://www.open-user-map.com/demo/) The map is based on [Leaflet JS](https://leafletjs.com/) and offers you many free map styles. So you do not need an API Key, Access Token or any other external registration. There are no API request limits. Adding locations (backend and frontend) is as simple as dropping a location marker on a map. You can search for addresses worldwide to quickly find the right spots. Use the Gutenberg Block to integrate your map or place the shortcode anywhere on your site. Close by locations will group together in clusters. This is optional. **Your visitors can add locations directly inside the map (frontend):** Just by clicking a "+"-Button a form will popup to let them enter location details the same comfortable way you do it in the backend. After submit the location proposal will be "pending" and wait for your review approval to get published. https://www.youtube.com/watch?v=pwvMj0uLGxE **List of free Features:** - frontend adding - Admin approval for pending locations - based on Leaflet - no API Keys - multiple map styles - multiple marker styles - marker clustering - fullscreen option - custom "Thank you"-message **The PRO Version is currently under development and will launch a bunch of awesome features.** **A possible use case:** You want to build a map service where your visitors can add locations on their own. This could be a travel blog or a something like our [map with 500+ kite and windsurfing spots worldwide](https://surfspots.locations-and-areas.com). The possibilities are endless. We are very curious about what you are building with the help of our plugin. Please don't hesitate to let us know or ask for feature requests in the support forum. As this plugin is under constant development we are keen to know what are the features that you need? Contact us! == Installation == From your WordPress dashboard 1. Visit Plugins > Add New 2. Search for “Open User Map” 3. Install and activate Open User Map from your Plugins page 4. Click on the new menu item “Open User Map” and create your first location! 5. Use the Gutenberg Block "Open User Map" (category "Widgets") or just use the shortcode `[open-user-map]` to show the map on your site. == Frequently Asked Questions == = Do I need an API Key or some external registration? = No, the plugin is based on Leaflet.js and offers you free map styles that don’t need any kind of registration. = How to integrate the map? = Use the Gutenberg Block "Open User Map" or just place the shortcode `[open-user-map]` anywhere in your content or integrate it within your theme template with PHP: `echo do_shortcode("[open-user-map]")` = Do I need GPS coordinates? = No. Add a new location simply by droping a marker on the map. You can search for addresses as well. If you want to use GPS coordinates though, there is an option for that. = Can I use Gutenberg? = Yes! You will find the "Open User Map"-Block under widgets. = Can I use marker clustering? = Yes! This is enabled by default. You can disable it in the settings. = Can I go fullscreen? = Yes! There is a fullscreen control button on the top left of the map. You can disable it in the settings. = Can I use custom styles? = Yes, we encourage you to do so. This plugin is supposed to be developer friendly. Feel free to override the .open-user-map class in css to create your own awesome design. = I want to submit a feature request. = Please do so! You can use the support forum to let us know about your ideas helping to make this plugin better. == Screenshots == 1. Your map in the frontend 2. Show detail information on every location 3. Maybe try a different map style 4. ...or another one 5. Let your visitors add locations 6. The frontend popup form 7. The users Locations will be pending and wait for your approval 8. Use Marker clustering for locations that are close to each other 9. Edit Screen for Locations 10. Settings Screen 11. Integrate the map with Gutenberg Block Editor == Changelog == = 1.1.2 = * style fixes = 1.1.1 = * better styling for overlay = 1.1.0 = * Add Fullscreen control * Settings: custom "Thank you"-message * better opt-in screen = 1.0.0 = * basic free features * media assets & readme