by Alan Fuller
4.6 (46 reviews)
Simple Shortcode for Google Maps
A simple shortcode for embedding Google Maps in any WordPress post, page or widget.
Tested up to WP 6.7 (Current: 6.9)
v1.8.2
Current Version v1.8.2
Updated 9 months ago
Last Update on 25 Mar, 2025
Synced 10 hours ago
Last Synced on
Rank
#3,677
-2 this week
Active Installs
4K+
-9.3%
KW Avg Position
96.5
—
No change
Downloads
169.2K
+9 today
Support Resolved
0%
—
No change
Rating
92%
Review 4.6 out of 5
4.6
(46 reviews)
Next Milestone 5K
4K+
5K+
258
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
Need 621 more installs to reach 5K+
Rank Changes
Current
#3,677
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.6
46 reviews
Overall
92%
5
41
(89%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
5
(11%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| gmaps | 8 | — | Tag | 11 hours ago |
| google maps shortcode | 185 | — | Tag | 11 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.8.2
- Last Updated
- Mar 25, 2025
- Requires WP
- 4.6+
- Tested Up To
- 6.7
- PHP Version
- 7.4 or higher
- Author
- Alan Fuller
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.6
- Reviews
- 46
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,736
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#929
Qi Addons For Elementor
200K+ installs
#253
MW
MW WP Form
200K+ installs
#262
WPFront Scroll Top
200K+ installs
#270
Frequently Asked Questions
Common questions about Simple Shortcode for Google Maps
[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"]
You can also use percentages for heights:
[pw_map address="New York City" width="50%" height="200px" key="YOUR API KEY"]
[pw_map address="New York City" enablescrollwheel="false" key="YOUR API KEY"]
[pw_map address="New York City" disablecontrols="true" key="YOUR API KEY"]
How are the maps cached?
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"]
How often do caches refresh?
The maps are cached for 3 months. Caches are automatically cleared (for individual maps) when you change the address in the shortcode.
Can I specify multiple pins?
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"]
How do I change the initial zoom?
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"]
Why do I get REQUEST_DENIED error?
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
Are there any filters for developers?
For developer documentation on filters visit here https://fullworksplugins.com/docs/developers-simple-shortcode-for-google-maps/
How can I report security bugs?
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.
How are the maps cached?
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"]
How often do caches refresh?
The maps are cached for 3 months. Caches are automatically cleared (for individual maps) when you change the address in the shortcode.
Can I specify multiple pins?
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"]
How do I change the initial zoom?
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"]
Why do I get REQUEST_DENIED error?
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
Are there any filters for developers?
For developer documentation on filters visit here https://fullworksplugins.com/docs/developers-simple-shortcode-for-google-maps/
How can I report security bugs?
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.