I'm a software developer from India. :india:
I live in Shrirampur City, Maharastra :india:
I'm currently learning Back-end Web Developing via Python Programming Language.
Aspiring Software Engineer, Working knowledge of JavaScript/React/Ruby/Rails. Love to mould new ideas into actual product by designing >Building > Testing > Launching
Location
Hayward, California
Education
Flatiron school
Work
Switching career from the Apparel industry professional to software engineering
cool Video But how do you add the youtube video embed at dev.to markdown i wasn't able to add the iframe tag into it...?
You can use liquid tags. Here's an example for YouTube:
{% youtube dQw4w9WgXcQ %}
But how do you make it start and end at a certain point?
Try:
{% youtube dQw4w9WgXcQ start=30 end=60 %}
Really? That's great Paul! I didn't know we could also set the start and end ms on an embedded YT video...
Yes you can 😊
lovely!
I am trying to embed video using above, it not working. I tried
Error:
Whoops, something went wrong:
bad URI(is not URI?): nil
can you do this for videos on your local machine?