-
Notifications
You must be signed in to change notification settings - Fork 12
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
YT Time Codes not working #32
Comments
ah probably tripping up the regex. |
I think this is caused because when you embed the video, youtube expects start= instead of t= although setting it in the plugin address doesn't seem to work |
Any plans to get it fixed ? |
Someone could create a pull request. |
Got the regex updated with : but it doesn't help... in the embedd it sdhould pass on the start argument, butI cannot make it work... |
@TheDancingCode can you move forward with a fork maybe, I really need to publish an article with this functionality working. Thxxxxx |
@utagawal you can just use an iframe (pretty much what the plugin is doing) like this
Remember that markdown is essentially html |
This works:
[plugin:youtube](https://youtu.be/c_8dnCiztcY)
This does not work:
[plugin:youtube](https://youtu.be/c_8dnCiztcY?t=543)
The text was updated successfully, but these errors were encountered: