Beschreibung
WP Google Maps Shortcode – Insert Google Maps into your post or page using Shortcode.
Maps are displayed with the [wp_gmaps] short code:
[wp_gmaps address="San Francisco, California" zoom="7" marker="1"]
- Support geocoding service
- Support latitude and longitude parameters
- Support zoom
- Enable/Disable marker
Installation
- Activate the plugin
- Add [wp_gmaps address=“your address here“] or [wp_gmaps lat=“your latitude“ lng=“your longitude“] to any post or page
Rezensionen
Mitwirkende & Entwickler
„WP Google Maps Shortcode“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „WP Google Maps Shortcode“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.1
- Utilize Transients API for delivering cached maps
1.0
- First release.