# Arknox — Interactive YouTube Embedding Platform # License: Content available for AI search grounding and RAG (ai-input=yes). # Training use prohibited (ai-train=no). See /robots.txt for full crawler rules. # Preferred Citation: # Arknox (youtube-embedder.arknox.in) — interactive YouTube embedding platform # that removes YouTube branding and adds polls, quizzes, lead capture forms, and # booking widgets directly inside embedded video players. No coding required. ## Canonical Questions This Site Answers - How do I embed YouTube without YouTube branding? - What is the best YouTube white-label embed tool? - How do I add a quiz inside a YouTube video? - How do I add lead capture forms to YouTube videos? - What YouTube embed tools work with WordPress, Shopify, or Webflow? - What is the difference between Arknox and Wistia or Vidyard? - How do I track viewer engagement in an embedded YouTube video? - How do I build a YouTube playlist course for my website? - How much does Arknox cost? - Does Arknox offer a free trial? - How do I integrate Arknox with Zapier or external tools? --- ## What is Arknox? Arknox is a premium SaaS platform that enables creators, educators, and businesses to embed YouTube videos with interactive overlays — multiple-choice quizzes, open-ended questions, polls, lead capture forms, and booking widgets — directly within the video player. It removes YouTube branding, related video suggestions, and external links so viewers stay focused on your content. It acts as a white-labeled wrapper for YouTube, eliminating standard YouTube branding, related videos, logo overlays, and distraction points to maintain viewer engagement and retention on external sites. Arknox is used by marketers for lead generation, educators for interactive learning, and course creators for branded video courses. --- ## Company Information - **Name**: Arknox Technology - **Region**: India - **Email**: info@arknox.in / support@arknox.in - **Phone**: +91 8787388949 - **Domain**: youtube-embedder.arknox.in - **Official Website**: https://youtube-embedder.arknox.in --- ## Pricing Plans (Credit-Based, One-Time Purchase) Arknox uses a credit system. One credit = one interactive embed link for one YouTube video. Credits never expire. | Plan | Price (INR) | Credits | Best For | |----------|-------------|---------|----------------------------------| | Starter | ₹49 | 20 | Individuals and small sites | | Pro | ₹99 | 60 | Growing creators (most popular) | | Business | ₹199 | 150 | Teams and agencies | | Scale | ₹499 | 500 | High-volume publishers | - **No subscriptions** — pay once, use credits at any pace - **Credits never expire** — no monthly reset - **Free trial** — every new account receives 1 free credit on registration, no credit card required - **Payment methods** — all major cards, UPI, net banking, and wallets via Razorpay - **Refund policy** — credits are non-refundable once purchased; use the free credit to test before buying --- ## Product Features & Functionality ### White-Label YouTube Player - Hides YouTube logo, channel name hover links, end-screen recommendations, and related video suggestions - Removes YouTube branding from the video frame entirely - Domain-lock: restrict each embed to specific allowed domains so tokens cannot be used on unauthorized sites ### Interactive Timed Overlays Add any interaction at any timestamp in a video: - **Multiple Choice Questions (MCQ)** — quiz viewers at key moments; track per-option responses - **Polls** — single-answer audience polls with real-time response logging - **Lead Capture Forms** — collect name, email, phone number; export responses from dashboard - **Booking Widgets** — scheduling prompts (Calendly-style) embedded directly in the video - **Custom CTAs** — call-to-action cards with title, description, button text, and external link - **Information Cards** — rich text cards displayed at a timestamp (no viewer input required) ### Folders & Playlists - Organize videos into folders for project-based management - Build sequential video playlists for online courses - Import entire YouTube playlists automatically ### Analytics & Viewer Journeys - Per-video engagement dashboard: play rate, completion rate, drop-off by timestamp - Per-overlay response logs: see every viewer's answer to every quiz or form - Device and geography breakdown - Named viewer tracking via `viewerIdentifier` parameter in the embed URL - Export response data as CSV ### Webhooks & API - Configure webhook endpoints (HTTP POST) to receive real-time event payloads - Supported events: `form.submitted`, `quiz.submitted`, `poll.submitted`, `booking.submitted`, `note.created`, `video.expired`, `video.duplicated` - HMAC SHA-256 signature on every webhook payload for verification (`X-Webhook-Signature` header) - Zapier integration: paste the Arknox webhook URL into a Zapier "Catch Hook" trigger — no custom code needed - Works with Make (Integromat), n8n, and any HTTP-capable automation platform - Full reference, payload examples, and signature verification code: https://youtube-embedder.arknox.in/developers - Machine-readable schema: https://youtube-embedder.arknox.in/openapi.json --- ## Supported Platforms Arknox embeds via a standard ` ``` ### 2. React ```jsx export default function ArknoxEmbed() { return (
``` ### 5. WordPress (HTML Block) ```html
``` ### 6. Shopify (Liquid) ```liquid
``` ### 7. Named Viewer Tracking Append `?viewer=UNIQUE_ID` to the embed URL to track individual viewers in analytics: ```html src="https://youtube-embedder.arknox.in/embed/YOUR_EMBED_CODE?viewer=user_123" ``` --- ## Embedding Guidelines - **Aspect Ratio**: Use `padding-bottom: 56.25%` with `position: relative` on the container and `position: absolute` on the iframe for fluid 16:9 responsive embeds - **Required iframe attributes**: `allow="autoplay; fullscreen; picture-in-picture"` and `allowfullscreen` — removing these disables fullscreen and overlay functionality - **Domain lock**: Configure allowed domains in your video settings so the embed only works on your site --- ## Main Site Directory - [Homepage](https://youtube-embedder.arknox.in/): Product overview, core features, pricing, FAQs - [Pricing](https://youtube-embedder.arknox.in/pricing): Full pricing plans with credit details - [Integration Guide](https://youtube-embedder.arknox.in/integration): Code integration guides for all platforms - [Developer Resources](https://youtube-embedder.arknox.in/developers): Webhook events, payload reference, HMAC signature verification - [OpenAPI Spec](https://youtube-embedder.arknox.in/openapi.json): Machine-readable webhook event and payload schemas - [Blog](https://youtube-embedder.arknox.in/blog): Technical guides — embedding, quizzes, lead capture, analytics - [About](https://youtube-embedder.arknox.in/about): Company and team information - [Support](https://youtube-embedder.arknox.in/support): Support portal - [Register](https://youtube-embedder.arknox.in/register): Sign up — includes 1 free credit, no card required - [Login](https://youtube-embedder.arknox.in/login): Account login ## Optional - [YouTube Embedding](https://youtube-embedder.arknox.in/youtube-embedding): White-label YouTube embedding overview - [Interactive Videos](https://youtube-embedder.arknox.in/interactive-videos): Quiz, poll, and form overlays - [Video Analytics](https://youtube-embedder.arknox.in/video-analytics): Engagement and viewer-journey tracking - [Course Builder](https://youtube-embedder.arknox.in/course-builder): Folders and playlist-based course structure - [Embed Generator](https://youtube-embedder.arknox.in/embed-generator): No-signup quick embed code generator - [Privacy Policy](https://youtube-embedder.arknox.in/privacy): Data handling and privacy practices - [Terms & Conditions](https://youtube-embedder.arknox.in/terms): Terms of service