diff --git a/_includes/youtube-copy-and-paste-checklist.html b/_includes/youtube-copy-and-paste-checklist.html new file mode 100644 index 0000000..152bab4 --- /dev/null +++ b/_includes/youtube-copy-and-paste-checklist.html @@ -0,0 +1,16 @@ +- [ ] YouTube Premiere time set: {{ post.date | date: "%b %d %l:%M %p %Z" }} +- [ ] Did the link above open the correct video? +- [ ] Set title from this page +- [ ] Set description from this page +- [ ] Is it on the DjangoCon US 2023 Playlist? +- [ ] Set to "not made for kids" +- [ ] Set as "contains paid promotion" +- [ ] Language set appropriately +- [ ] Caption certification "has never aired on television" +- [ ] Verify license is correct (YouTube Standard) +- [ ] Allow embedding enabled +- [ ] Publish to feed and notify subscribers enabled +- [ ] Category: Education +- [ ] Comments disabled +- [ ] "show how many viewers like and dislike this video" disabled +- [ ] English captions uploaded diff --git a/_pages/speaking-youtube-checklists.md b/_pages/speaking-youtube-checklists.md index 0626f7a..f85ab91 100644 --- a/_pages/speaking-youtube-checklists.md +++ b/_pages/speaking-youtube-checklists.md @@ -17,57 +17,54 @@ title: Speaking Checklists for YouTube Videos

Video Checklist

+
{% capture youtube-copy-title %}copy-{{ post.slug | slugify }}-youtube{% endcapture %} - -

{{ post.date | date: "%b %d %l:%M %p %Z" }} - {{ post.title }}

- - +
-
- {% if post.video_url %} +{% if post.video_url %} +
On YouTube - {% endif %} - {% if post.additional_video_url %} - +
+{% endif %} + +{% if post.additional_video_url %} +
+ Also on YouTube - {% endif %} -
+
+{% endif %} -
- +
+{% capture youtube-copy-checklist %}copy-{{ post.slug | slugify }}-youtube-checklist{% endcapture %} +
+{%- include youtube-copy-and-paste-checklist.html post=post presenter_slugs=post.presenter_slugs -%}
+
+ +
+
{% capture youtube-copy-link %}copy-{{ post.slug | slugify }}-youtube-link{% endcapture %} + - - - +
+ +

{% endif %}