Reputation: 1180
I am trying to open youtube website inside a jquery ui dialog, the code is very simple
<div> <iframe src='http://youtube.com' height='100%' width='100%'></iframe> </div>
this div is being generated programtically, the issue is only youtube is not opening up other websites are opening properly
Upvotes: 0
Views: 667
Reputation: 50976
Youtube has iframe protection to protect fake views etc. It's bad but that'S a fact
Upvotes: 1