Skip to content

WordPress Plugin

Install the Fenod Maps plugin from the WordPress plugin directory:

  1. In your WordPress admin, go to Plugins > Add New
  2. Search for Fenod Maps
  3. Click Install Now, then Activate

Alternatively, download the plugin from wordpress.org and upload the ZIP via Plugins > Add New > Upload Plugin.

Navigate to Settings > Fenod Maps in the WordPress admin.

SettingDescription
API KeyYour Fenod Maps API key from the dashboard
Default StyleMap style used when none is specified (light, dark, streets, minimal, corporate)
Default LatitudeDefault center latitude
Default LongitudeDefault center longitude
Default ZoomDefault zoom level (1—18)

Use the [fenod_map] shortcode to embed a map in any post or page.

AttributeDefaultDescription
latSettings defaultCenter latitude
lngSettings defaultCenter longitude
zoomSettings defaultZoom level
styleSettings defaultMap style name
height400pxMap container height
width100%Map container width
api_keySettings defaultOverride API key for this map
interactivetrueEnable pan/zoom interaction

Basic map centered on Paris:

[fenod_map lat="48.8566" lng="2.3522" zoom="12"]

Dark style, fixed height, non-interactive:

[fenod_map style="dark" height="300px" interactive="false"]

Corporate style centered on Berlin:

[fenod_map lat="52.5200" lng="13.4050" zoom="10" style="corporate"]

In the block editor, click + and search for Fenod Map. Insert the block, then configure it in the sidebar panel:

  • Location — set latitude, longitude, and zoom
  • Style — choose a map style from the dropdown
  • Dimensions — set width and height
  • Interaction — toggle pan/zoom on or off

The block shows a live preview in the editor.

  • Verify your API key is entered in Settings > Fenod Maps
  • Confirm your WordPress domain is in the API key’s allowlist in the dashboard
  • Check the browser console for 401 errors, which indicate an invalid or missing key
  • Your domain may not be allowlisted. Add it in the dashboard under your API key settings.
  • Check that your plan has not exceeded its monthly request limit.
  • Make sure the plugin is activated under Plugins
  • Verify the shortcode syntax — attributes must use double quotes: [fenod_map lat="48.8566"]