DM Mobile Location Help Center

🚀 Quick Start Guide

WordPress Plugin

  1. Upload dm-mobile-location.zip via Plugins → Add New → Upload
  2. Activate the plugin
  3. Go to Mobile Location → Security and copy your API key
  4. Add [dm_mobile_location] to any page

iPhone App

  1. Open the app and go to Settings
  2. Enter your API Endpoint: https://yoursite.com/wp-json/dm-mobile-location/v1/location
  3. Enter the API key from your WordPress admin
  4. 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 height
  • width="100%" - Map width
  • zoom="15" - Zoom level (1-18)
  • show="all" - Show all locations
  • id="loc_xxx" - Show specific location

Example with options:

[dm_mobile_location height="400px" zoom="14" show="all"]

Leave a Comment

You must be logged in to post a comment.