How to enable auto play when using YouTube annotation

Tobibeer’s YouTube annotation

I use this in one of my wiki. It works well. But the video doesn’t auto play if I click on the timestamps. I tried adding “autoplay=1” in 5th line from last in “ $:/plugins/tobibeer/youtube/macros/yt.js” tiddler. But it didn’t work. Anyone else can help to get it done?

Since April 2018, Google made some changes to the Autoplay Policy. You not only need to add the autoplay=1 as a query param, but also add allow='autoplay' as an iframe’s attribute

Found here :

Good luck !

1 Like