Sandhurst
Sandhurst

Reputation: 1180

Open http://www.youtube.com inside jquery ui dialog

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

Answers (1)

genesis
genesis

Reputation: 50976

Youtube has iframe protection to protect fake views etc. It's bad but that'S a fact

Upvotes: 1

Related Questions