DM Mobile Location Help Center
🚀 Quick Start Guide
WordPress Plugin
- UploadÂ
dm-mobile-location.zip via Plugins → Add New → Upload - Activate the plugin
- Go to Mobile Location → Security and copy your API key
- AddÂ
[dm_mobile_location]Â to any page
iPhone App
- Open the app and go to Settings
- Enter your API Endpoint:Â
https://yoursite.com/wp-json/dm-mobile-location/v1/location - Enter the API key from your WordPress admin
- Tap "Test Connection" to verify
đź”§ Troubleshooting
"Invalid API key" error
- Make sure the API key matches exactly (no extra spaces)
- Check that the plugin is activated
- Try regenerating the API key in WordPress: Mobile Location → Security
"Connection failed" error
- Verify your website URL is correct
- Make sure your site uses HTTPS
- Check that WordPress REST API is enabled
Map not showing on website
- Verify the shortcode is correct:Â
[dm_mobile_location] - Make sure you've set at least one location from the app
- Clear any caching plugins
Location not updating
- Check that "Location updated" message appears in the app
- Clear your website cache
- Check the Security Log for any blocked requests
📝 Shortcode Reference
Basic usage:
[dm_mobile_location]
Options
height="500px"Â - Map heightwidth="100%"Â - Map widthzoom="15"Â - Zoom level (1-18)show="all"Â - Show all locationsid="loc_xxx"Â - Show specific location
Example with options:
[dm_mobile_location height="400px" zoom="14" show="all"]