Nothing like the constructive feedback from an experienced sailor and IT professional like Roger to make sQuidd.io more helpful and fun.
Fair winds and happy sailing, Roger!
Sometimes you may want people not currently in your sQuiddio follow list to be able to view your current position on a map.
If you manage a blog or web site there's a pretty easy way of doing that: include an HTML iframe in one of your pages that renders the same Google map you see in your sQuiddio Dashboard, updated to the most recent position.
<iframe src="https://squidd.io/users/YOUR USER ID/embedded_map?size=SIZE&records=NUM_RECORDS" height="300px" width="900px" > </iframe>
where:
For example, these are all valid ways of constructing your iframe tag:
<iframe src="https://squidd.io/users/11212/embedded_map?size=L&records=10" height="620px" width="940px"> </iframe>
<iframe src="https://squidd.io/users/11212/embedded_map?size=S" height="300px" width="300px" > </iframe>
<iframe src="https://squidd.io/users/11212/embedded_map?records=10" height="300px" width="300px" > </iframe>
<iframe src="https://squidd.io/users/11212/embedded_map" height="300px" width="300px" >" </iframe>
Remember to size your iframe (using the height and width attributes) depending on the map size you specify in your request, and use any of the other HTML5 options available for iframes for doing things like hiding the iframe border, setting a background color etc..
To find out how to share your position updates on sQuidd.io, using your SPOT Tracker, AIS transponder or satellite phone refer to our FAQ and this log post.