Hello:
I am using the all videos plugin. I am finding that the any '&' in the query string for a youtube player are being replaced with the typical '&'. Thus, they do not work.
For example: In the sources.php file on line 229 we find:
data=\"
www.youtube.com/v/{SOURCE}?rel=0&hl=en&fs=1 (I added the ?rel=0 part)
But after being saved in joomla and being viewed in the browser the line is converted to:
data=\"
www.youtube.com/v/abcdefg?rel=0&hl=en&fs=1
Thus, the query string parameters hl and fs are ignored.
How can this be fixed so that '&' is not replaced by '&'?
thank you
n. crosby