Hi,
I use embedded tweets in my website in a kind of gallery. I currently use
twttr.widgets.createVideo(
'560070183650213889',
document.getElementbyId('container')
);
to embed a video with the click of a button. However, the embedded video doesn’t autoplay and so the user has to click again to start the video. Is it possible to autoplay embedded videos or somehow start them via script?
Thanks,
Tobias