I have a :30 YouTube video that I want to embed onto Facebook and start playback at :16.
I thought this would be easy enough changing the parameters in the URL for share, or the URL in the embed code. But when I post this on Facebook, even though the URL's will link to YouTube and play at the correct :16 mark, they always start from :00 when playback is initiated inside Facebook.
Does Facebook strip all of the URL parameters for embeded YouTube videos? Is there a work-around?
I've tried:
https://youtu.be/yR8fp-XzJIo?t=16s
And I've tried:
<iframe width="560" height="315" src="https://youtu.be/yR8fp-XzJIo?t=16s" frameborder="0" allowfullscreen></iframe>
And I've tried:
<iframe width="560" height="315" src="https://youtu.be/yR8fp-XzJIo?start=16&end=38" frameborder="0" allowfullscreen></iframe>
Nothing seems to work. I have an idea that depends on this functionality, so I'd love some help if anyone knows a work-around or even a reason. Thanks so much, crew!