Add a code-filter for youtube-nocookie.com?
-
when i use custom code with a youtube url and the class Replacer::replace_embeds, the plugin converts my yt-url to something like youtube-nocookie.com which won’t work.
example:
given youtube-url: https://youtube.com/embed/TclmjV8cFw4
converted url by EP: https://youtube-nocookie.com/embed/TclmjV8cFw4this results in an error “no secure connection”.
for some reason the nocookie-domain expects the www. subdomain. then it will work:
https://www.youtube-nocookie.com/embed/TclmjV8cFw4
so please provide an filter/ option to disable the str_replace function in line 91 of your plugin or simply remove it or update it to include www.
is that possible?
best
The topic ‘Add a code-filter for youtube-nocookie.com?’ is closed to new replies.