PickupUltimate.com Logo Add Your Game

PickupUltimate.com

Games by City

United States

International Cities

Embed Games on Your Site

Have a website for your local Ultimate community? Want to embed the games from PickupUltimate.com on your site? It's easy, just follow these steps:

  1. Find the latitude and longitude for your city (you can use this tool to help).
  2. Include some markup and JavaScript on your site:
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://pickupultimate.com/js/embed_map?lat=YOUR_LATITUDE_HERE&lng=YOUR_LONGITUDE_HERE"></script>
<div id="pickupultimate_gmap2"></div>

Please note: the <div id="pickupultimate_gmap2"></div> is required.

You can also pass a radius and zoom parameter to the script to adjust the map as required.

Examples:

Houston, latitude 29.759609, longitude -95.362701, zoom of 10 (default), all the games in a 60 mile radius

<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://pickupultimate.com/js/embed_map?lat=29.759609&lng=-95.362701&radius=60"></script>
<div id="pickupultimate_gmap2" style="width:100%; height:600px"></div>

Colorado Springs, latitude 38.833882, longitude -104.821363, zoom of 12, all the games in a 50 mile radius (default)

<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://pickupultimate.com/js/embed_map?lat=38.833882&lng=-104.821363&zoom=12"></script>
<div id="pickupultimate_gmap2"></div>

Send me an email if you need help getting this set up.