2016-05-12, 16:19:52
Youtube Video Loader Support Thread
Youtube Video Loader
|
2016-05-12, 16:19:52
Youtube Video Loader Support Thread
2016-05-12, 17:37:34
Updated the syntax from:
{http://www.youtube.com/watch?v=zt1uKrUiwpw} To: {% http://www.youtube.com/watch?v=zt1uKrUiwpw %}
Problem with the " " added by the page editor solved.
I.E.: {% https://www.youtube.com/watch?v=XXXXXXX %} instead of: {% https://www.youtube.com/watch?v=XXXXXXX %} Now it works in both cases! (2016-07-02, 14:37:12)Glaucius Wrote: Problem with the " " added by the page editor solved. I don't understand why the plugin is not working. I use GS version 3.3.10 I've activated the plugin, and pasted as a test; {% http://www.youtube.com/watch?v=zt1uKrUiwpw %} but the video does not show up, only the pasted into a page the text as above: {% http://www.youtube.com/watch?v=zt1uKrUiwpw %} Do I need some additional plugin? Thank you!
2016-11-03, 00:04:48
Not sure, but it might interfere with DynPages plugin. That plugin also uses {% %}
You can test by disabling DynPages plugin
2016-11-09, 16:31:38
(2016-11-01, 03:07:14)macoffers Wrote:(2016-07-02, 14:37:12)Glaucius Wrote: Problem with the " " added by the page editor solved. Hi, Maybe you didn't use a https:// URL... If you use http:// it will not work... If you want it to work it with http:// AND https://, change the regex pattern(s) in the file 'youtube_video_loader.php' from: Code: '/\{%(.| )https\:\/\/www\.youtube\.com\/watch\?v=......./' to Code: '/\{%(.| )https?\:\/\/www\.youtube\.com\/watch\?v=......./' The added '?' character is the only change... Hope then it will work Have a nice day!
2017-02-28, 07:05:01
Hi you might want to update the URL in your examples to include the "s" in https:// ({% http://www.youtube.com/watch?v=zt1uKrUiwpw %}) - it wasn't working for me then I finally came here and saw that suggestion.
I had to modify yourtube_video_loader.php to get it to work:
PHP Code: function youtube_video_embed($id,$w,$h){
2024-07-24, 20:44:03
Thanks for that - I could not get this plugin to work and edited your new codeblock in, but still nothing happens. I wonder if this is related to Youtube using a URL format like https://youtu.be/gWkAewtptVA now rather than the original https://youtu.be/watch?v=gWkAewtptVA ?
With no error messages I can't see a way to fix this. Any cues, esp. as the OP seems permanently off line? The workaround is to use the Youtube embed code but a plugin is much faster and elegant. Thanks |
« Next Oldest | Next Newest »
|