WISPGate Media Hub
Video Library & Webinars
Resource Page / Video Library

Media Hub.

A WISPGate-branded media hub powered by YouTube, without throwing users off your website.

This replaces the weak “Webinars” section with a proper on-site video experience. The frontend feels native to WISPGate. The backend stays on YouTube. Users browse playlists, watch featured videos, filter content, and move into deeper resource flows without getting dumped onto another platform.

1
Featured Hero
YouTube Videos
N
Playlists & Categories
2
Watch Modes
What this must do

Keep the brand on your site while using YouTube where it actually helps.

The point is not to rebuild YouTube. The point is to create a premium WISPGate media layer: featured content, playlists, feeds, quick-play modal behavior, and detail pages with related resources and CTAs.

Featured heroPush latest webinar, launch, tutorial, or release briefing
Playlist railsGroup by onboarding, billing, network, integrations, updates
Video cardsDuration, tags, summary, and deep-link actions
YouTube backendEmbed player + Data API feed + cached metadata
WISPGate
Media Hub
Featured Video
Playlist Rails
Quick Watch Modal
Detail Pages
YouTube Feed

Main video hub

This is the public page your users land on from /resources. It needs to look like a serious media product: featured hero, filter chips, playlist rails, latest uploads, and direct pathways into docs, demos, and tutorials.

Page 01 / Video Hub Landing

A branded YouTube-powered library, not a dumb redirect.

The hub page should lead with one featured video, then let users browse by category and playlist. It should feel closer to a premium product-media center than a typical blog archive.

Hub Layout / Main Page
Featured Video
Product Deep Dive — WISPGate Command Center Overview 34:28
Hero Module

Featured content block

This is where you push the most important asset: latest webinar, major release briefing, product walkthrough, or implementation guide session.

Webinar Product Tour Latest Upload
  • Primary CTA: Watch Now
  • Secondary CTA: Watch on YouTube
  • Tertiary CTA: Related Docs / Book Demo

Filter and discovery row

All Videos Webinars Tutorials Integrations Product Updates Deployment Guides
Playlist / 12 Videos

Getting Started with WISPGate

Onboarding, platform overview, customer model, and first operational setup.

Beginner Tutorials
Playlist / 9 Videos

Billing & CRM Workflows

Subscriptions, invoicing, collections logic, account states, and finance flows.

Operations Billing
Playlist / 14 Videos

Network, AAA & Integrations

MikroTik, UISP, OLT, ACS, automation, and service enforcement topics.

Technical Integrations
Page 02 / Video Feed

The latest uploads feed and category shelves.

Below the hero and playlists, the page should show a rich feed of recent videos. Each card needs thumbnail, duration, title, category, short summary, and the right next action.

Latest Uploads / Cards
YOUTUBE
18:42
Tutorial

Configuring billing policies and grace rules

A focused walkthrough of service state, invoice timing, grace periods, and collections behavior.

YOUTUBE
41:03
Webinar

WISPGate for FTTx and ONU automation

Fiber service inventory, ACS provisioning, and deployment workflow design for scaling operators.

YOUTUBE
26:19
Product Update

New dashboard intelligence and dispatch improvements

A short release overview of commercial visibility and field workflow refinements.

YOUTUBE
14:55
Integration

MikroTik RADIUS and service enforcement basics

Subscriber auth, package speed policies, and billing-linked access control explained clearly.

YOUTUBE
33:07
Tutorial

Customer onboarding workflow from lead to activation

How CRM, dispatch, installation readiness, and first-bill logic fit together.

YOUTUBE
52:14
Webinar

Building a telecom-grade operations model with WISPGate

A bigger-picture narrative for owners, CTOs, operators, and implementation teams.

YOUTUBE
11:30
Integration

QuickBooks sync and finance reconciliation flow

An overview of accounting sync expectations and finance-side workflow fit.

YOUTUBE
21:16
Product Update

Release notes briefing — platform changes that matter

A concise breakdown of recent release highlights, impact, and rollout considerations.

Correct video card behavior

1

Card click

Primary behavior should go to the dedicated video detail page for SEO and resource linking.

2

Quick watch

Secondary play action can open a modal for instant viewing without leaving the grid.

3

Related CTA

Under or beside the player, route users into docs, integration guides, demos, and pricing flows.

Page 03 / Video Detail Page

A real video page, not just an embed dropped into a blank template.

This is where the media layer becomes useful. The video detail page should present the content, explain why it matters, surface key takeaways, and connect the viewer to the next useful WISPGate resource.

Dedicated Video Route / Example
Embedded YouTube Player
WISPGate for FTTx and ONU automation 41:03
Video Page Example

WISPGate for FTTx and ONU automation

This video explains how WISPGate connects subscriber lifecycle, fiber service modeling, ONU provisioning, and installation operations into one controlled workflow. It is the kind of page that should sit inside your resources section, not live only on YouTube.

Webinar Fiber / FTTx ACS / ONU Published Apr 2026
Key takeaways
  • Why service inventory and ONU lifecycle must be linked cleanly
  • How ACS-driven provisioning removes manual install overhead
  • How billing state and subscriber readiness affect activation quality
  • How support and dispatch visibility improve after workflow unification
Suggested CTAs
  • Read the Integration Guide
  • View related Case Study
  • Open Documentation
  • Book Demo / Talk to Sales

Video metadata model

video_idYouTube video identifier
titleLocal display title
summaryShort description for card and detail page
playlist_idsOne or more YouTube playlist relationships
categoriesWebsite-facing tags like Webinar, Tutorial, Integration
related_resourcesDocs, case studies, guides, API pages, release notes
// Example content object for website-side enrichment { "video_id": "yt_8sKExample", "slug": "fttx-onu-automation", "title": "WISPGate for FTTx and ONU automation", "summary": "How subscriber lifecycle, ACS, and fiber workflows connect.", "playlist_ids": ["pl_fttx", "pl_onboarding"], "categories": ["webinar", "fiber", "integration"], "featured": true, "related_resources": [ "/resources/integration-guides/acs-onu", "/resources/case-studies/calix-fttx" ] }
Page 04 / Data & Backend Model

How the YouTube-powered backend should work without making the frontend feel outsourced.

The clean architecture is simple: YouTube remains the system of record for videos and playlists, while your site enriches and presents that data in a WISPGate-native experience.

Implementation Architecture
Content source

YouTube as backend

Use YouTube channel videos, playlist items, thumbnails, durations, and publish dates as the primary media source.

Site enrichment

Website-side metadata

Add custom categories, summaries, featured flags, and related-resource links that YouTube itself cannot model well for your site.

Caching layer

Normalize and cache

Do not fetch directly from YouTube on every page load. Normalize API data and cache it on your backend or build step.

Recommended implementation path

1

Fetch channel data

Pull playlist, upload, and video metadata from YouTube Data API into a normalized content layer.

2

Enrich locally

Attach site categories, summaries, and related WISPGate resources in your own content structure.

3

Render branded UI

Use YouTube embeds for playback, but keep browse, discovery, and conversion experience on your site.