You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating an embed code for a video on the YouTube website, there is a checkbox called "Enable privacy-enhanced mode".
As explained here, "The Privacy Enhanced Mode ... prevents the use of views of embedded YouTube content from influencing the viewer’s browsing experience on YouTube."
It results in the URL within the embed code changing from https://www.youtube.com/embed/xxxxxx to https://www.youtube-nocookie.com/embed/xxxxxx which means no cookies are downloaded onto the viewer's computer. This is also beneficial for jurisdictions where cookies are not allowed without prior consent, such as in the European Union.
Please consider adding a new setting to the plugin settings, which makes the plugin use https://www.youtube-nocookie.com for all of the iframes it generates on the front-end.
The text was updated successfully, but these errors were encountered:
When generating an embed code for a video on the YouTube website, there is a checkbox called "Enable privacy-enhanced mode".
As explained here, "The Privacy Enhanced Mode ... prevents the use of views of embedded YouTube content from influencing the viewer’s browsing experience on YouTube."
It results in the URL within the embed code changing from https://www.youtube.com/embed/xxxxxx to https://www.youtube-nocookie.com/embed/xxxxxx which means no cookies are downloaded onto the viewer's computer. This is also beneficial for jurisdictions where cookies are not allowed without prior consent, such as in the European Union.
Please consider adding a new setting to the plugin settings, which makes the plugin use https://www.youtube-nocookie.com for all of the iframes it generates on the front-end.
The text was updated successfully, but these errors were encountered: