You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL http://www.youtube.com/watch?v=0zM3nApSvMg#t=0m10s contains the t fragment identifier that denotes the video should start at the 10s mark. When it is inserted via the YouTube block in a post, the fragment is kept as seen in the markup below:
I think that Jetpack is incorrectly serving an iframe when it should be serving an amp-youtube element, but it may be serving an iframe currently because we're not correctly transforming non-singular videos like playlists.
Bug Description
The URL http://www.youtube.com/watch?v=0zM3nApSvMg#t=0m10s contains the
t
fragment identifier that denotes the video should start at the 10s mark. When it is inserted via the YouTube block in a post, the fragment is kept as seen in the markup below:The AMP component does not include this parameter, however:
The seek time is not transferred over to the AMP component and so it differs from the non-AMP variant.
Expected Behaviour
The YouTube AMP component should support parameters from the original YouTube embed.
Steps to reproduce
Insert a YouTube block with the following URL: http://www.youtube.com/watch?v=0zM3nApSvMg#t=0m10s
Visit the non-AMP page and verify the video starts at the 10s mark
Visit the AMP page and verify the video does not start at the 10s mark
Screenshots
Additional context
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: