The Walk Score plugin provides a shortcode so you can embed neighborhood maps in your posts and pages.
walk-score folder to the /wp-content/plugins/ directory.Shortcode Usage
The plugin makes the following shortcode available.
[walk-score-map address="ANY-ADDRESS-GOES-HERE"]
Attributes:
* address="" - required attribute, enter a complete address.
* size="" - size of map, options: small, medium, large, s, m, l.
* format="" - orientation, options: vertical, horizontal, v, h.
Note the optional attributes override the default attributes for all maps set in the plugin settings.
Shortcode Examples
Display a map of the White House, USA:
[walk-score-map address="1450 Pennsylvania Avenue Northwest, Washington DC"]
Display a map of the Sydney Opera House in the small horizontal format (overrides default map size):
[walk-score-map address="2 Macquarie Street, Sydney NSW 2000, Australia" size="s" format="h"]