Walk Score Real Estate Tile
The patent-pending Walk Score tile lets visitors to your website compare the walkability of properties and see a map of what's nearby.
Edit the fields below to customize the live preview.
Get the Code
To add the tile to your website:
-
Get a Walk Score I.D. (WSID) by entering your website's domain below. Enter the base domain only, e.g. "yourdomain.com". If your page is on a subdomain, like "test.this.com", just enter "this.com":
Your WSID:
- Copy the code below onto your website
If you have any trouble getting the code to work, read our troubleshooting guide.
Parameters
You can use the following parameters to customize the tile:
- Required parameters:
- ws_address - The address the tile will center
on. Note: you may want to write this parameter dynamically using
server-side scripting to populate it with an address from your
database.
Example: var ws_address = "1501 Pike Place, Seattle, WA, 98101"; - ws_width
- The pixel width of the tile. Note: For widths less than 450, the tile will change to a single column
layout.
Example: var ws_width = "600";
- ws_address - The address the tile will center
on. Note: you may want to write this parameter dynamically using
server-side scripting to populate it with an address from your
database.
- Styling the iframe that contains the tile:
- ws_iframe_css - Any css you want applied to
the iframe element (default: none).
Example: var ws_iframe_css = "margin-left: 30px; border: 1px solid #c4dceb;";
- ws_iframe_css - Any css you want applied to
the iframe element (default: none).
- The frame around the map:
- ws_map_frame_color - A color for the double
frame (default: #999) .
Example: var ws_map_frame_color = "#999";
- ws_map_frame_color - A color for the double
frame (default: #999) .
- The score and accompanying text:
- ws_score_color - A color for the score (default:
#000).
Example: var ws_score_color = "#000"; - ws_headline_color
- A color for the text around the score (default: #888).
Example: var ws_headline_color = "#888";
- ws_score_color - A color for the score (default:
#000).
- Additional colors:
- ws_category_color - A color for the category
names (default: #777).
Example: var ws_category_color = "#777"; - ws_result_color - A color for the
names and distances of each destination (default #333).
Example: var ws_result_color = "#333";
- ws_category_color - A color for the category
names (default: #777).
Read the Walk Score Real Estate Tile Terms of Use.

