Update last updated date and add video tutorial#562
Conversation
Added a video tutorial section.
📝 WalkthroughWalkthroughA documentation file for the Facebook Verification Process for WhatsApp Business API has been updated with the current date (January 2026) and enriched with a new Video Tutorial section containing an embedded YouTube iframe, positioned before the introductory content. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🚀 Deployed on https://deploy-preview-562--glific-docs.netlify.app |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@docs/2`. Pre Onboarding/01. Facebook Verification Process for WhatsApp
Business API.md:
- Around line 11-13: The Video Tutorial section currently embeds a YouTube
iframe; add a visible fallback link and optional transcript/summary for users
who block iframes or use assistive tech by adding a plain anchor to the video
URL (referencing the existing iframe src
"https://www.youtube.com/embed/LTantL7C9Eo?si=frR6Rbigs2RO4eyQ") directly below
the "Video Tutorial" heading and include a short text transcript or bullet
summary under that link (label it "Transcript" or "Summary") so screen readers
and non-iframe environments can access the content.
🧹 Nitpick comments (1)
docs/2. Pre Onboarding/01. Facebook Verification Process for WhatsApp Business API.md (1)
13-13: Consider privacy‑enhanced and lazy‑loading embed.
Using theyoutube-nocookie.comdomain andloading="lazy"reduces third‑party tracking and improves page performance.♻️ Suggested tweak
-<iframe width="560" height="315" src="https://www.youtube.com/embed/LTantL7C9Eo?si=frR6Rbigs2RO4eyQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> +<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/LTantL7C9Eo?si=frR6Rbigs2RO4eyQ" title="YouTube video player" frameborder="0" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
| # Video Tutorial | ||
|
|
||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/LTantL7C9Eo?si=frR6Rbigs2RO4eyQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
There was a problem hiding this comment.
Add a fallback link (and ideally transcript) for non-iframe users.
Some environments block iframes or screen readers may prefer a direct link. Provide a visible link to the video (and optionally a short summary/transcript).
🔧 Suggested addition
# Video Tutorial
-<iframe width="560" height="315" src="https://www.youtube.com/embed/LTantL7C9Eo?si=frR6Rbigs2RO4eyQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+<iframe width="560" height="315" src="https://www.youtube.com/embed/LTantL7C9Eo?si=frR6Rbigs2RO4eyQ" title="Facebook Verification video tutorial" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+
+If the video doesn’t load, watch it here: https://www.youtube.com/watch?v=LTantL7C9Eo🤖 Prompt for AI Agents
In `@docs/2`. Pre Onboarding/01. Facebook Verification Process for WhatsApp
Business API.md around lines 11 - 13, The Video Tutorial section currently
embeds a YouTube iframe; add a visible fallback link and optional
transcript/summary for users who block iframes or use assistive tech by adding a
plain anchor to the video URL (referencing the existing iframe src
"https://www.youtube.com/embed/LTantL7C9Eo?si=frR6Rbigs2RO4eyQ") directly below
the "Video Tutorial" heading and include a short text transcript or bullet
summary under that link (label it "Transcript" or "Summary") so screen readers
and non-iframe environments can access the content.
Added a video tutorial section.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.