Hi, would you please specify which video portal you mean.
Ok, it is the code for a youtube playlist, is’nt it? Like [youtubeplaylist id width height]? I will try to figure it out, why fullscreen does’nt work.
Ok I’ve fixed it. I will upload the new version of the plugin very soon.
Hi daburna
I appreciate the fix you have made. But the change you made is actually overlapping everything behind it!!! I cannot see the menu bar as it goes behind the video! I cannot use my wikipop plugin as it goes behind the plugin!!! Any fixes to overcome this issue???
perhaps adding some z-index might help?
It worked before but not now!!!
I fixed it!
replace the iframe code with
define(“YTPLAYLIST_TARGET”, “<iframe width=\”###WIDTH###\” height=\”###HEIGHT###\” src=\”http://www.youtube.com/embed/videoseries?list=PL###URL###&wmode=transparent\” frameborder=\”0\” allowfullscreen></iframe>”);
Works just fine π
Thanks! I will try it with your fix.