Thought I'd post into this old thread, rather than create a new one.
If one happens to have a ZoneMinder surveillance system, you can easily embed snapshots from one of your cameras by editing skin.conf like so:
radar_img = http://{hostname or Internet ip}/cgi-bin/zm/zms?mode=single&scale=25&monitor=16&user={username}&pass={password}
radar_url = http://{hostname or Internet ip}/cgi-bin/zm/zms?mode=single&scale=100&monitor=16&user={username}&pass={password}
A smaller image is embedded into the page. Clicking on the image produces the full sized image.
Adjust the scale parameter according to taste.
For best security, create a username and password in ZoneMinder with view only access to just the camera in question.