Code

Discussion on Youtube Vimeo Popup Plugin

Discussion on Youtube Vimeo Popup Plugin

Cart 951 sales

wrwipeout supports this item

Supported

95 comments found.

is this a wordpress ? please answer asap

No. Its jquery. It can work on wordpress though.

This was a bit misleading. I wanted the thumb and the video pop-up to be the video. I need this to be dynamic as the client will be changing the videos often.

I don’t understand what you mean.

Hi, this is a great item, but is there a way to disable related video’s from showing after the video has finished playing?

I want to use this on my companies website, but it is an absolute requirement that we do not show ‘related video’s’ at the end.

Is this possible?

Im emailing you an update with the related videos turned off.

Is this wordpress plugin? I could not install it and the reademe file seems complicated. Please guide me. Thanks

This is a jquery plugin. You need to install it into your theme manually. All you need is to tell the plugin what element is clickable and what video you want it to show. See below:

<script type=”text/javascript”> $(function(){ $(“Your-Clickable-Element”).videopopup({ ‘videoid’ : ‘ZAX550biM7c’, ‘videoplayer’ : ‘youtube’, // options – youtube or vimeo ‘autoplay’ : ‘true’// options – true or false }); }); </script>

So for every single video we have to do it manually?

Is there a way so the video is ALWAYS CENTERED??? I have the links in the footer, and when clicked, browser only shows the top portion of my site with the video popping up and playing way down at the bottom???

This would need a small modification. Email me a link to your site.

once I saw the error, I uninstalled thinking something was wrong. Is there a file you could maybe modify, send to me, then I reinstall to see if it works?

Sure. Can you send me a link so I can see what the issue is?

Would it be possible to make this work with ScreenCast?

If its a youtube or vimeo screencast.

Youtube resize? I have added the proper info, but the link goes dead… ideas?

Can you send me a link? I don’t understand.

having issues with your plugin, just bought it here and it says no valid plugin in the install

please refund… if its not a wordpress plugin, i have no idea what this does

This is a jQuery plugin. It will work on word press but it is installed manually no via an interface. If you want a refund you must send a support ticket to Envato. Authors have no way of issuing refunds.

Thanks for your help.

Cant install thhe plugin

How so? The package comes with an HTML file to use as a reference.

yes i am can you remove my email address please :)

I will remove this.

How do i make it so i page load a vimeo lightbox is up loading and autoplay?

Can you confirm the email I sent resolved your issue? You can set the autoplay parameter to true to have autoplay. See below.

$(”.video1”).videopopup({ ‘videoid’ : ‘ZAX550biM7c’, ‘videoplayer’ : ‘youtube’, // options – youtube or vimeo ‘autoplay’ : ‘true’// options – true or false });

And you cannot make the popup display on page load without modifying the plugin.

I did not receive an email, did you look into this? Thanks!

Are you [link removed by staff] Because I just resolved that issue.

I need help with this. I tweeted you and sent an email. The plugin wont popup. But i but your html file in the same place and it worked. There must be a conflict with my already existing .js?

I am also seeing..: Uncaught TypeError: Object [object Object] has no method ‘videopopup’ home.html:32 (anonymous function) home.html:32 d.extend._Deferred.f.resolveWith code.jquery.com/jquery-1.5.2.min.js:16 d.extend.ready code.jquery.com/jquery-1.5.2.min.js:16 c.addEventListener.y

Looking into this now. Expect an email shortly.

problem solved. i have removed in your videopopup.js:

$(this).click(function() { ..... });

i have a problem!

i load the youtube videos with ajax (dynamic content).

my jquery ready code:

jQuery(document).ready(function($){

$(’.video1’).live(‘click’,function() {

$(’.video1’).videopopup({ ‘videoid’ : $(this).attr(‘rel’), ‘videoplayer’ : ‘youtube’, // options – youtube or vimeo ‘autoplay’ : ‘true’// options – true or false });

});

});

i must 2x click, for the modal video windows.

how can this change, thats work with the first click?

i take jquery 1.8.3

Can you send me a link? Tweet me @NicktheDev for a quicker response.

Can you set it to auto-delay load when page opens? See what I have here: http://webdesignbysteve.com ... styling doesn’t work with IE

Nope. The feature you describe here is not a part of the plugin. You can extend the plugin to do so, but its not like this out of the box.

Please let me know if is possible to do this on youtube videos. Hide related videos at the end.

Thanks

Yes. You will need to edit line 60 in videopopup.js with the code below.

youtubestr = ’<iframe width=”’ + settings.width + ’” height=”’ + settings.height + ’” src=”http://www.youtube.com/embed/’ + settings.videoid + ’?rel=0&autoplay=’ + autoplay + ‘&showinfo=0” frameborder=”0” allowfullscreen></iframe>’;

Hello, could help me to set up related videos to off for youtube videos?

Rel=0

Thank you

See above.

Hi there,

I’m having trouble with the first few steps.

I can put all the code and everything fine, but the video will not appear. I’m using this, but the ”#” won’t reference “video1”

Click here to try me

Thanks

Email me a link to your page.

Email me a link to your page.

Can you just simply explain what’s the code to :

Include the latest copy of Jquery in your <head></head> tag. Jquery can be found at ‘http://www.jquery.com'. 2. Include the ‘videopopup.js’ in your <head></head> tag after Jquery.

3. Include the ‘videopopup.css’ in your <head></head>.

Here is what css and js includes look like. You can use the demo page as a reference on the proper way to implement (This file is called “sim.html”). See below:

Include jquery <script src=”http://code.jquery.com/jquery-1.5.2.min.js”></script>

Include video popup <script src=”videopopup.js”></script>

Include css <link rel=”stylesheet” href=”videopopup.css” />

Did that work for you?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey