Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created July 16, 2013 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/6011761 to your computer and use it in GitHub Desktop.
Save wboykinm/6011761 to your computer and use it in GitHub Desktop.
Embed Maps, Blog Layout
<html>
<head>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<link href="http://netdna.bootstrapcdn.com/bootswatch/2.3.2/superhero/bootstrap.min.css" />
</head>
<body>
<div class="container">
<h2>First a look at Ushahidi Embedded:</h2>
<iframe src="http://fundgrazer.com/" width=640px height=400px></iframe>
<hr>
<h2>Then a look at CartoDB embedded:</h2>
<script id='cartodb-1374001472631' src='http://geosprocket.cartodb.com/viz/e3a95a7e-ee49-11e2-88df-6805ca04cef1/embed_map.js?title=true&amp;description=false&amp;search=false&amp;shareable=true&amp;cartodb_logo=true&amp;layer_selector=true&amp;scrollwheel=true&amp;sublayer_options=1%7C1&amp;sql=&amp;sw_lat=43.75919263886012&amp;sw_lon=-74.0093994140625&amp;ne_lat=44.68427737181225&amp;ne_lon=-71.3726806640625&amp;width=640&amp;height=400&amp;id=cartodb-1374001472631'></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment