I was wondering how stumbleupon.com works? The basic idea is that they embed the website in an iframe tag. But will it be able to open sites like google.com / yahoo.com? I tried implementing an iframe with adjustable height - Results - I got lot of errors X-Frame-Options' to 'SAMEORIGIN'. which I get is because of security reasons and cross domain access. I implemented a php to use file_get_content and then display that php on iframe. I got some results but not the dynamic results.
How can one go about implementing what stumbleupon does? Or it can only work on sites which allow cross domain reference. And that stumbleupon.com wont be able to access google.com?