Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Youtube Video Loader
#6
(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.

I.E.:
{% https://www.youtube.com/watch?v=XXXXXXX %}
instead of:
{% https://www.youtube.com/watch?v=XXXXXXX %}

Now it works in both cases!

I don't understand why the plugin is not working. Confused
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!

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 Smile

Have a nice day!
Reply


Messages In This Thread
Youtube Video Loader - by Glaucius - 2016-05-12, 16:19:52
RE: Youtube Video Loader - by Glaucius - 2016-05-12, 17:37:34
Bug fix! - by Glaucius - 2016-07-02, 14:37:12
RE: Youtube Video Loader - by macoffers - 2016-11-01, 03:07:14
RE: Youtube Video Loader - by Blackneron - 2016-11-09, 16:31:38
RE: Youtube Video Loader - by datiswous - 2016-11-03, 00:04:48
RE: Youtube Video Loader - by bensayers - 2017-02-28, 07:05:01
RE: Youtube Video Loader - by olmy - 2019-04-29, 20:12:00



Users browsing this thread: 1 Guest(s)