-
AuthorPosts
-
June 16, 2020 at 2:41 am #1222891
Dear Enfold support,
can you forward to the devs to update video embedding shortcode to support Youtube Embedding without any cookies from Google servers?
Thanks!
- This topic was modified 4 years, 5 months ago by Flow9999.
June 19, 2020 at 5:32 pm #1224098Hey Flow9999,
Please have a look at the discussion here:
If you need further assistance please let us know.
Best regards,
VictoriaJune 25, 2020 at 11:20 pm #1225676Hello Victoria,
it seems that Youtube-nocookie.com is not totally tracking-free.
I found that there is another provider which makes it so.
If you change http://youtu.be/VideoID to https://invidio.us/VideoID, this delivers the desired result.
But the Enfold Video shortcode does not support that URL.
So could you please forward to the devs to support that URL for video shortcode.Thanks! :-)
July 1, 2020 at 10:32 am #1227205Hi,
Looks like the only solution for now is to host your own video because implementing a different script for the invidio source may not be that easy.
<video style="outline:none;width:100%;background-color:#000" playsinline="playsinline" poster="/vi/AabmRjA5ATM/maxres.jpg" title="cobain makan martabak mini terenak !!" id="player_html5_api" class="vjs-tech" tabindex="-1" preload="auto" src="/latest_version?id=AabmRjA5ATM&itag=22"> <source src="/latest_version?id=AabmRjA5ATM&itag=18" type="video/mp4; codecs="avc1.42001E, mp4a.40.2"" label="medium" selected="false"> <source src="/latest_version?id=AabmRjA5ATM&itag=22" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="true"> </video>
We are not even sure if we can embed it or access the source. Have you tried embedding the video?
And have you tried this solution?
// https://stackoverflow.com/questions/42555450/how-to-embed-youtube-videos-without-cookies
We’ll forward the request to our channel.
Best regards,
IsmaelJuly 1, 2020 at 10:04 pm #1227339for a solution for embedding in posts and pages etc. see:
https://kriesi.at/support/topic/enfold-youtube-plugin-with-no-cookie-option-for-eu-dsgvo/#post-947842for a solution for embedding in a masonry portfolio gallery see:
https://kriesi.at/support/topic/open-youtube-videos-with-privacy-enhanced-mode/Kind regards,
RobP.S.
YouTube privacy-enhanced mode may set cookies for bandwidth-discovery and views-increment (no personally identifiable info).Even with YouTube’s privacy-enhanced mode, as soon as you click “Play” on an embedded video, YouTube sets a Flash cookie (LSO, Local Shared Object) on your system (from s.ytimg.com – a domain controlled by Google). Flash cookies can back up the data that is stored in other cookies. When you delete cookies, Flash cookies remain, which means that a website may still recognise you if it backed up the deleted cookie information to a Flash cookie. Flash cookies can be removed using the Adobe Flash Settings Manager.
The Flash cookie info was from a 2009 article about the youtube player. In the present day, the regular embedded youtube HTML5 player sets doubleclick tracking cookies, while the nocookie variant doesn’t. Just that makes any minor bugs with the nocookie variant infinitely bearable.
P.S.2
All major browser vendors will stop supporting Flash at the end of 2020 or before. Hooray! :-)- This reply was modified 4 years, 4 months ago by rob2701. Reason: Adapted flash cookie info with html5 info
-
AuthorPosts
- You must be logged in to reply to this topic.