Simple Shortcode for Google Maps
by fullworks 4.6 (46 reviews)

Simple Shortcode for Google Maps

A simple shortcode for embedding Google Maps in any WordPress post, page or widget.

Simple Shortcode for Google Maps ranks #3,778 among WordPress.org plugins with 3,000+ active installations, is #601 of 8,547 in the Customization category, a 4.6/5 rating from 46 reviews, and was last updated Jun 22, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1)
v1.8.3 Current Version v1.8.3
Updated 2 months ago Last Update on 22 Jun, 2026
Refreshed 7 hours ago Last Refreshed on
#601 of 8,547 in Customization Top 10% by installs
View on WordPress.org
Rank
#3,778
-1 this week
Active Installs
3K+
-24%
KW Avg Position
11.4
0.6 worse
Downloads
169.8K
+11 today
Support Resolved
0%
No change
Rating
92%
Review 4.6 out of 5
4.6 (46 reviews)

Next Milestone 4K

Total Progress 94.6%
3K+ 4K+
132
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 54 more installs to reach 4K+

Rank Changes

3,589 3,685 3,781 3,876 3,972 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
3,768 3,773 3,778 3,783 3,788 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Current #3,778
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

10 20 30 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
0 10 20 30 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.6
46 reviews
Overall 92%
5
41 (89%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
5 (11%)

Security History

Source: WPVulnerability

1 known vulnerability on record · 1 in the last 24 months · checked 2 days ago

  1. Simple Shortcode for Google Maps [simple-google-maps-short-code] < 1.6

    CVE-2024-10621 · Fixed in v1.6

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site owners who want to add Google Maps to posts, pages, or widgets. It solves the problem of embedding maps easily via a shortcode, using cached geocoding to minimize performance impact.

  • Simple shortcode embedding
  • Multiple map pins support
  • Cached geocoding via Transients API
  • Adjustable map width and height
  • Configurable zoom level
  • Toggle scroll wheel zooming
  • Selectable map type (roadmap, satellite, hybrid, terrain)
  • Configurable gesture handling

Frequently Asked Questions

Common questions about Simple Shortcode for Google Maps

Yes, simply supply a width and height parameter: [pw_map address="New York City" width="400px" height="200px" key="YOUR API KEY"] You can also use percentages for heights: [pw_map address="New York City" width="50%" height="200px" key="YOUR API KEY"]
Yes, simple add enablescrollwheel="false" to the maps shortcode. [pw_map address="New York City" enablescrollwheel="false" key="YOUR API KEY"]
Yes, simple add disablecontrols="true" to the shortcode. [pw_map address="New York City" disablecontrols="true" key="YOUR API KEY"]
Maps are cached using the WordPress Transients API, which allows for very efficient and WordPress standard database-based caching. Each time you display a map, the address specified is used to generate a unique md5 hash, which is used for the cache identifier. This means that if you change the address used for your map, the cache will be refreshed. For testing ONLY if you want to not use the cache then specify force=true e.g. [pw_map address="New York City" force="true" key="YOUR API KEY"]
The maps are cached for 3 months. Caches are automatically cleared (for individual maps) when you change the address in the shortcode.
Yes simply separate addresses with a semi-colon ; the map will center on the first pin [pw_map address="New York City;New Jersey" zoom="8" key="YOUR API KEY"]
Initial zoom can be controlled with the shortcode option zoom= the default is zoom=15 use for instance zoom=10 to zoom out [pw_map address="New York City" zoom="8" key="YOUR API KEY" "geokey"="YOUR GEO KEY"]
This is likely to be an issue with the authorization you granted to your API key see Google API REQUEST_DENIED troubleshooting It is recommended that you set an Application Restriction to restrict your API key from others using it. However restricting the referrer HTTP will cause this error 'API keys with referer restrictions cannot be used with this API', this is because the geoencoding is performed server side and cached server side, so there is no browser referrer. If you get this message change your restriction to IP addresses (web servers, cron jobs, etc.) using the IP address of your website. If you restrict your API key to specific APIs make sure you enable at least * Maps JavaScript API * Geocoding API
For developer documentation on filters visit here https://fullworksplugins.com/docs/developers-simple-shortcode-for-google-maps/
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.

More plugins by fullworks

Sign In / Register

You need to sign in or register to use this feature.