experimental-software / workshop-materials

Hugo theme for building websites for IT workshops with tutorials and presentations
https://experimental-software.github.io/workshop-materials
MIT License
0 stars 0 forks source link

Create partial for other people's YouTube videos #16

Open jmewes opened 3 years ago

jmewes commented 3 years ago

There are dozens of high-quality videos for every topic available on YouTube. I would be a waste of time to re-create them. However, it may not be in the interest of the copyright owner to embed their videos in your content. But what's always allowed it to link to other people's videos. So, there should be a partial which creates a link to

  <a
    href="https://www.youtube.com/watch?v=wpx8xCC7ETM"
    title="third-party video"
    target="page" onClick="window.open('','page','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=473,height=420')">
    <i class="fab fa-youtube">video icon</i>
  </a>

References