Skip to content

Commit

Permalink
new playlist embed
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Nov 10, 2023
1 parent 93a3a7f commit 39e2806
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,12 @@ There are a variety of online resources available that offer practice exams for
- [**ExamCompass**](https://www.examcompass.com/): ExamCompass offers a range of free practice exams for the CompTIA A+ exams, as well as other IT certifications.
- [**Udemy**](https://www.udemy.com/): Udemy offers a variety of paid courses and practice exams for the CompTIA A+ exams.

When taking practice exams, be sure to time yourself and simulate the testing environment as closely as possible. This will help to build test-taking skills and prepare you
When taking practice exams, be sure to time yourself and simulate the testing environment as closely as possible. This will help to build test-taking skills and prepare you for the tricky CompTIA questions.

5. **Time Management**
We also have A+ video quizzes on our [YouTube Channel](http://www.youtube.com/@SimeonOnSecurity).
{{< youtube id="6XqYB1J1vQY" playlistid="PLBQ_gEkQNRZLSWCk7Z0PnwGVBhiKRBugw" >}}

1. **Time Management**

The CompTIA A+ exams are timed, and it is important to manage time effectively during the exams. Use the practice exams to develop a time management strategy that works for you.

Expand Down
3 changes: 2 additions & 1 deletion layouts/shortcodes/youtube.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
{{- $ytHost := cond $pc.PrivacyEnhanced "www.youtube-nocookie.com" "www.youtube.com" -}}
{{- $cookie := cond $pc.PrivacyEnhanced "true" "false" -}}
{{- $id := .Get "id" | default (.Get 0) -}}
{{- $playlistid := .Get "playlistid" | default "" -}}
{{- $class := .Get "class" | default (.Get 1) -}}
{{- $title := .Get "title" | default "YouTube Video" -}}
{{ with .Page.Title }}
Expand All @@ -81,7 +82,7 @@
<meta itemprop="uploadDate" content="{{ $uploadDate }}">
<meta itemprop="learningResourceType" content="Concept Overview">
<meta itemprop="educationalLevel" content="High school (US)">
<lite-youtube videoid="{{ $id }}" videotitle="$title" videoplay="{{ i18n "videoplay" }}" nocookie="{{ $cookie }}" autoload="true" posterloading="lazy" loading="lazy" params="{{ with .Get "autoplay" }}{{ if eq . "true" }}autoplay=1{{ end }}{{ end }}">
<lite-youtube videoid="{{ $id }}" {{- with .Get "playlistid" }}playlistid="{{ . }}"{{- end }} videotitle="$title" videoplay="{{ i18n "videoplay" }}" nocookie="{{ $cookie }}" autoload="true" posterloading="lazy" loading="lazy" params="{{ with .Get "autoplay" }}{{ if eq . "true" }}autoplay=1{{ end }}{{ end }}">
<noscript>
<a href="https://{{ $ytHost }}/watch?v={{ $id }}" class="lite-youtube-fallback" {{ if not $class }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }} allowfullscreen loading="lazy" title="{{ $title }}">
<span class="lyt-visually-hidden">{{ i18n "videoplay" }}</span>
Expand Down

0 comments on commit 39e2806

Please sign in to comment.