I've tried putting this site http://www.zshare.net/video/52146377e1486fd5/ in an iframe but when I load it gets redirected to their full size page which I don't want it to happen. Any way to fix this?
Not really as whoever made that site has this Javascript on their page: if (top != self) { top.location = self.location; } Code (markup): This checks the URL in the browser and if it isn't matching with their site they make it so thus breaking out of any frames.