Today we launch the beta version of our embeddable application for your use. You can find an example of an embedded Stickymap application here:
http://www.stickymap.com/widget/iframe
In order to embed the same map on your site, please insert the following into your HTML file:
<iframe src=”http://www.stickymap.com/widget/mappage.php?w=900&h=500″
frameborder=”0″ marginwidth=”0″ marginheight=”0″
vspace=”0″ hspace=”0″ width=”900px” height=”600px”>
</iframe>
Notice that the height and width parameters are set twice in this example, once after “mappage.php” where we say w= and h=, and then another time later. The w=800&h=500 specifies the height and width of the map in pixels, while 900×600 represents the size of the entire iFrame. It’s a good idea to give the iFrame some buffer size around the map in order to prevent scroll bars from cropping up.