I would like to say this isn’t an isolated incident, I am also experiencing the same issue.
In case someone else has the same issue, I solved it by changing this file: wp-content/plugins/youtube-widget-responsive/youtube-widget-responsive.php
Changed line 172 from:
$url = !empty($params['privacy']) && $params['privacy'] == '1' ? '//www.youtube-nocookie.com/embed/' : '//www.youtube.com/embed/';
to
$url = 'https://www.youtube-nocookie.com/embed/';
-
This reply was modified 6 years, 2 months ago by filiped2018.
I tried to email you but the email failed to send.
@stefanoai As I’d like to avoid publishing the link publicly I sent it to you on a DM in the Slack WordPress Workspace. Can you check it and then we post the solution to this thread, in case someone else has the same issue?
Thanks