I'm sure you know about the bug on the live preview system.
The problem is that you are calling HTTP websites from and HTTPS which is not permitted by the HTTPS security system.
If you are using apache just make a new virtual host listening on the 80 and serve the live previews from HTTP instead of HTTPS.
Well spotted! Thanks for the tip
