Open youtube video in Fancybox jquery

Posted by Alexander Corotchi on Stack Overflow See other posts from Stack Overflow or by Alexander Corotchi
Published on 2010-03-30T01:09:32Z Indexed on 2010/03/30 1:13 UTC
Read the original article Hit count: 434

Filed under:
|
|

Can I open youtube video in fancybox.

I have a list of youtube videos links , for ex:

<a href="http://www.youtube.com/watch?v=PvbqV8W96D0" class="more">Play</a>

and fancubox :

$("a.more").fancybox({
                    'titleShow'     : false,
                    'transitionIn'  : 'elastic',
                    'transitionOut' : 'elastic'
        });

I don't want to create for each video new embed object.

There is some plug in, or a way to do that ?

© Stack Overflow or respective owner

Related posts about fancybox

Related posts about jQuery