reels
L
One Quick Fix Needed
Shopify is blocking YouTube videos. You need to add ONE line to your theme code to allow them. This takes 2 minutes.
Step 1 — Open your theme code
1
Shopify Admin → Online Store → Themes
2
Click ⋯ (three dots) next to your active theme → Edit code
3
Open layout / theme.liquid
4
Find </head> and paste this line just before it:
{% comment %}YouTube embed fix{% endcomment %}
<meta http-equiv="Content-Security-Policy" content="frame-src 'self' https://www.youtube-nocookie.com https://www.youtube.com https://www.google.com;">
<meta http-equiv="Content-Security-Policy" content="frame-src 'self' https://www.youtube-nocookie.com https://www.youtube.com https://www.google.com;">
↑ Click to copy
Step 2 — Save & reload
5
Click Save in the theme editor
6
Come back to this page and refresh — videos will play!
SCROLL