Rating: 1 star
Innerhalb von 30 Minuten ist es mir nicht gelungen, einen API-Key zum Laufen zu bringen: deshalb auch keine Videos abspielbar.
Sowas nervt, wenn man immer erst sinnlos Zeit verplempern muss.
Rating: 1 star
Too bad- been looking for 2 days and frustrated trying to display WP hosted videos in a grid…this comes closer than anything so far- but titles and descriptions on videos are so screwed up i cant use it…does not seem to be any support any longer
Too bad- could be cool
Rating: 1 star
You can’t use videos that you have on YouTube unless you have an API Key. That’s fair enough, but this plugin doesn’t help you to get that, so if you’re not a developer there’s no guidance on how to do that. So I couldn’t use it with youtube and that’s where all my videos are.
]]>Rating: 5 stars
Very simple und useful.
Thanks to the developer
Rating: 5 stars
Excelente plugin para insertar videos. Llevo usándolo más de dos a?os y tanto si se utiliza como widget en sidebar como para insertar en los posts es muy efectivo. Tiene una interfaz sencilla y hace bien su trabajo. Muy útil.
]]>Rating: 5 stars
Been using this player for years and the support has always been there. Although I have only had 1 issue (my fault), the help has been there and the plugin stays up to date.
The video payer works well with any device we have tested it on and our members love it.
THANKS for the great plugin!
]]>Rating: 1 star
Fatal error: Call to a member function children() on a non-object in /home/content/51/9852651/html/wp-content/plugins/cool-video-gallery/lib/youtube.php on line 38
]]>Rating: 1 star
It shows the fancybox but when i inspected it, it only shows this….
<div class=”fancybox-skin” style=”padding: 10px; width: auto; height: auto;”>
<div class=”fancybox-outer”>
<div class=”fancybox-inner” style=”overflow: auto; width: 100px; height: 100px;”>
<div id=”video_fancy_cvg_items_gallery_1_main” style=”overflow:hidden;”>
//No content here, video is supposed to be here
</div>
</div>
</div>
<div class=”fancybox-title fancybox-title-float-wrap”>
<span class=”child”>happy_birthday_mark_herras-9</span>
</div>
</div>
Rating: 5 stars
Hello there.
When I copy any link to youtube videos, I get this error, whereas before update I had no worries.
I am running wordpress 3.9.2 locally and plug-in version 1.9
Regards,
S. PLANCHOT
________
Warning: simplexml_load_file(https://gdata.youtube.com/feeds/api/videos/https://www.youtube.com/watch?v=Hq-a3w27hVo): failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request in L:\EasyPHP-12.1\www\site_julie_2013\wp-content\plugins\cool-video-gallery\lib\youtube.php on line 109
Warning: simplexml_load_file(): I/O warning : failed to load external entity “https://gdata.youtube.com/feeds/api/videos/https://www.youtube.com/watch?v=Hq-a3w27hVo” in L:\EasyPHP-12.1\www\site_julie_2013\wp-content\plugins\cool-video-gallery\lib\youtube.php on line 109
Fatal error: Call to a member function children() on a non-object in L:\EasyPHP-12.1\www\site_julie_2013\wp-content\plugins\cool-video-gallery\lib\youtube.php on line 38
]]>Rating: 5 stars
really very plugin cool with popup…
]]>Rating: 5 stars
Hello Praveen,
Excellent code dude!!
But i have found a small issue in tinymce file window.php
/wp-content/plugins/cool-video-gallery/tinymce/window.php
I like to help you my bro
In window.php
comment these lines
//if(window.tinyMCE) {
// window.tinyMCE.execInstanceCommand(‘content’, ‘mceInsertContent’, false, tagtext);
// tinyMCEPopup.editor.execCommand(‘mceRepaint’);
// tinyMCEPopup.close();
//}
//return;
add these lines
if(window.tinyMCE) {
/* get the TinyMCE version to account for API diffs */
var tmce_ver=window.tinyMCE.majorVersion;
if (tmce_ver>="4") {
window.tinyMCE.execCommand('mceInsertContent', false, tagtext);
} else {
window.tinyMCE.execInstanceCommand('content', 'mceInsertContent', false, tagtext);
}
tinyMCEPopup.editor.execCommand('mceRepaint');
tinyMCEPopup.close();
}
return;
}
let me know if there is any concern.
Thanks
Aadil
Rating: 5 stars
Hello Praveen,
Excellent work dude… but i have found a issue in tinymce file ->
wp-content/plugins/cool-video-gallery/tinymce/window.php
i want to help you bro so please have a look verify and change following code
In window.php
Comment the below lines
//if(window.tinyMCE) {
// window.tinyMCE.execInstanceCommand(‘content’, ‘mceInsertContent’, false, tagtext);
// tinyMCEPopup.editor.execCommand(‘mceRepaint’);
// tinyMCEPopup.close();
//}
//return;
//)
and put follwoing
if(window.tinyMCE) {
/* get the TinyMCE version to account for API diffs */
var tmce_ver=window.tinyMCE.majorVersion;
if (tmce_ver>=”4″) {
window.tinyMCE.execCommand(‘mceInsertContent’, false, tagtext);
} else {
window.tinyMCE.execInstanceCommand(‘content’, ‘mceInsertContent’, false, tagtext);
}
tinyMCEPopup.editor.execCommand(‘mceRepaint’);
tinyMCEPopup.close();
}
return;
}
let me know if you find my suggestion useful!!
All in all excellent work
Keep it up!!
Thanks
Rating: 4 stars
Hi ,
After uninstalling 3 or 4 other top listed video plugins which i got after search , this one did my job with an easy and effective interface.
Thanks for the creator.
]]>Rating: 5 stars
5 Stars Really!
Good work!
Thanx
Rating: 4 stars
This is a very good plugin. Especially the idea of taking automatically the video and thumbnail from youtube is great!
I would like to see it working with colorbox and embed youtube code in the future, so as to avoid middle players.
]]>Rating: 1 star
Looking at the screenshots etc this seemed to be just the ideal video plugin I was looking for.
BUT – when I try to add a YouTube video to a gallery I get an error
“Please enable the PHP setting allow_url_fopen
“
Now, while the explanation for this is available in the support forum, I simply object to having to contact my web provider to get them to tweak files I don’t have access to in order to make this plugin work.
The whole point of the WordPress environment is that we can quickly build sites and add functionality. This just doesn’t happen if I have to queue up to speak or chat with a support person, go through security clearance with them, explain the problem and then coerce them into eventually making that change for me – meanwhile my site development grinds to a halt.
Given that numerous other video plugins are able to make calls to YouTube without this tweak, why can’t the developer just code his plugin in the same way?
]]>Rating: 5 stars
Simply the BEST and Easiest EVER!
I’ve tried virtually every video embedding and editing plugin I can find and I’m so glad I stumbled upon this one.
This is quite simply the best video embedder I’ve found and it’s so easy to use!
I set up a full 11 video course on one of my sites Make Money Online in under 30 minutes. How amazing is that?
Many thank yous to Praveen Rajan for coming up with such an easy to use plugin …. Kudos, Praveen!
The editing of the player is easy and just requires changing the size options, not only that it’s so easy to download and import skins for the JW Player, to make your videos stand out from the crowd.
Uploading videos is quick and easy and you can create many different galleries to upload various different suites of videos. Embedding the videos in your WordPress pages and widgets couldn’t be any easier. Honestly, my cat could do this if he had opposable thumbs!!
SIMPLY THE BEST, BETTER THAN ALL THE REST!!!
Keep up the good work, Praveen – I’ll be watching for more from you, in the future!
!!!
]]>Rating: 5 stars
Great apps
]]>Rating: 5 stars
It’s a very useful and easy to use plugin!
]]>Rating: 5 stars
It was not working for me. maybe I tried it really short time.
I have fount this plugin author’s support is really good.
I really think supporting is really great!
Thanks,
Rating: 4 stars
Love the way this works within the pages but it lacks the ability to play videos on Apple mobile devices. That is all, otherwise this is a super great plugin. I’d like to see different settings for different gallery players so I can use some for just audio without having to use a full screen to play back sound files.
]]>Rating: 5 stars
great!!
]]>Rating: 2 stars
This tool would be awesome if it was up to date with needs of todays users doing internet marketing. We need a way to link to Amazon or a program like Easy Video Suite that also takes care of the sizing of videos when different devices are used. I want to be able to drop the code in and not directly upload my files all over again! If you add this it gets a 5 + rating because it is a simple to use program.
]]>Rating: 5 stars
A few kinks in the code, but nothing significant.
Adding my YouTube videos, getting them organized into groups (galleries) with a thumbnail array and descriptions was simple. Just enter the YouTube video ID and the plugin pulls the data to WordPress.
Quick & easy and exactly what I was looking for!
]]>Rating: 5 stars
No doubt, the best free video plugin available. But hope to have a video contest feature next update.. and allow users to upload their own video on the front end.
]]>Rating: 1 star
Popup’s do not show the video. You can only hear the sound. The support forum seems to not be helpful as the developer does not respond.
]]>Rating: 5 stars
A very useful plugin for listing and showing different kind of videos; very good that jw-player code is included.
Günther Schwalb
Germany
Rating: 4 stars
This is a great plugin! Love that it handles youtube
]]>Rating: 5 stars
very good plugin..has many options.
i have one small doubt..i added slideshow to my website page,on sliding every video page refreshes..is there any way to control it..
Rating: 4 stars
Good plugin ??
]]>