We're embedding YouTube videos into our Wikipedia pages using the <iframe> tag and creating an _includes folder in the project. The goal is to make our project's wiki more engaging and informative.
Technical details
Before making any changes, ensure you have the latest updates by running git pull on the main branch.
From main, create a new branch with a descriptive name for your changes. For example, you can use feature/embed-youtube-videos
Note that testing the functionality of the embedded videos will be possible only after the pull request (PR) is merged and the changes are deployed. At that point, you can revisit the Wikipedia pages to add the Liquid code for the videos.
To learn more about Liquid syntax and functionality, you can refer to the official Liquid documentation: Liquid Documentation.
Approach suggestions
Please follow the tutorial provided in this article: Embedding YouTube Videos in GitHub Pages. The tutorial provides a step-by-step guide on how to embed YouTube videos using the
Deadline
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 10 days.
Acceptance criteria
If there are any build problems when submitting your PR, run yarn build locally to solve the issues and commit the changes.
What do we need to build or fix?
We're embedding YouTube videos into our Wikipedia pages using the
<iframe>
tag and creating an_includes
folder in the project. The goal is to make our project's wiki more engaging and informative.Technical details
git pull
on themain
branch.main
, create a new branch with a descriptive name for your changes. For example, you can usefeature/embed-youtube-videos
Approach suggestions
Please follow the tutorial provided in this article: Embedding YouTube Videos in GitHub Pages. The tutorial provides a step-by-step guide on how to embed YouTube videos using the
Deadline
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 10 days.
Acceptance criteria
yarn build
locally to solve the issues and commit the changes.