You can easily include a to.uri.st map on your own web page simply by including a snippet of HTML in your page. There are 3 types of map:
Location map
To include a map of a particular location you'll need to provide the latitude, longitude, and zoom level:
<iframe width="400" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="border: 1px solid #000;" src="http://peejeh.googlepages.com/map.html?lat=51.4758&lng=-0.1027&zoom=12"></iframe>
Specific map
The second type of map shows particular attractions, just include the hashes of the attractions you want on the map:
<iframe width="400" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="border: 1px solid #000;" src="http://peejeh.googlepages.com/map.html?a=69964e860aebeb53b71035eab843bca1, 982d5bfbc3f62101f3fdd480e4c51ab2,2672ca2e0f9a397508e30b45b6e30cae"></iframe>
User map
The last type of map shows the recent updates of a particular user:
<iframe width="400" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="border: 1px solid #000;" src="http://peejeh.googlepages.com/map.html?u=Peej"></iframe>


