Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Editor] - Embedded youtube video in article always plays from 00:00 even with start time parameter. #203

Closed
devformatters opened this issue Aug 10, 2020 · 3 comments · Fixed by #364
Assignees

Comments

@devformatters
Copy link
Contributor

Describe the bug
Embedded youtube video in article always plays from 00:00 even with start time parameter such as ?t=10.

To Reproduce
Steps to reproduce the behavior:

  1. Open editor toolbar
  2. Click embed video button
  3. Paste youtube video link with start time parameter
  4. After embed, play the video

Expected behavior
Video show starts from specific time.

@guoliu
Copy link
Contributor

guoliu commented Aug 12, 2020

@devformatters do you think this is a front end issue, i.e. is the start time parameter persevered in iframe source but player doesn't work correctly?

@devformatters
Copy link
Contributor Author

@devformatters do you think this is a front end issue, i.e. is the start time parameter persevered in iframe source but player doesn't work correctly?

It looks like we remove query parameter while processing url.

@guoliu
Copy link
Contributor

guoliu commented Aug 28, 2020

@devformatters do you think this is a front end issue, i.e. is the start time parameter persevered in iframe source but player doesn't work correctly?

It looks like we remove query parameter while processing url.

Sounds good, moving this to editor repo then.

@guoliu guoliu transferred this issue from thematters/developer-resource Aug 28, 2020
@devformatters devformatters changed the title Embedded youtube video in article always plays from 00:00 even with start time parameter. [Editor] - Embedded youtube video in article always plays from 00:00 even with start time parameter. Sep 28, 2021
@tx0c tx0c closed this as completed in c863021 Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants