[aciccarello]Right now my website is mostly structured around a card style UI for listing posts. That works well for blog posts with featured images and decent for notes. But likes and bookmarks look oversized.
stewartcoolHi folks! Happy this exists and happy to be here. I've been making websites since the 90s and am heartened to see people emphasizing independence on the web.
[schmarty]capjamesg oh, hello, i implemented that click-to-load-the-youtube implementation for the adafruit blog. i keep need to update it to match the nicer version we have on our shop.
[schmarty]it detects your browser privacy setting (GPC) _or_ if cloudflare thinks you're in an EU Economic Area country and, if so, requires that click-through.
[schmarty]it was a happy overlap of performance, privacy, and compliance, haha. saves us from adding a cookie banner, saves folks a huge download (and CPU load!) per video that they may not click, and prevents youtube/google from snooping on them. sometimes we can have nice things.
jgee0379818236, ttybitnik, user23 and xue joined the channel
gRegornocookie probably worth it for this part though "prevents the use of views of embedded YouTube content from influencing the viewer’s browsing experience on YouTube"
[tantek]hmm, that documentation is a little hard to follow, or rather, it doesn't show a full code example of the -nocookie variant which would make it easier to copy/paste or write code to generate
[tantek]for a "How to embed with enhanced privacy" I'd expect a step-by-step of something like, starting with this YouTube(.com) URL that you watched, here is the "<iframe ... " code to embed it with privacy enhanced mode. And then move the citations of YouTube's own docs to an "Additional Reading" supplementals subsection afterwards. The screenshot of code also doesn't show the privacy enhanced code, it shows the before but not the after
[tantek]if someone who has successfully used youtube-nocookie could help with that, I'm happy to update CASSIS to use that domain by default for youtube embeds
[tantek]because I typically paste in the YouTube link myself in my notes, and allow my auto-linker/embedder to write the actual HTML snipped, with unnecessary bits ripped out (every silo copy / paste snippet I've seen has more code than necessary)