How to Embed a Fluger Channel on Your Website

Fluger allows you to embed your TV channel directly into your website so visitors can watch it without leaving your page. This works for both linear and on-demand channels.

Embedding does not require custom development — it’s done using a simple embed code.


What You Need Before Embedding

Before embedding a channel, make sure:

  • Your channel is created and active

  • Your website allows iframe embeds (most do)

If the channel is private or subscription-based, viewers will be prompted accordingly.


Step 1: Get the Embed Code

  1. Log in to your Fluger Dashboard

  2. Open Channels

  3. Select the channel you want to embed

  4. Go to Embed Channel

  5. Turn on "Allow this channel to be embedded" switcher (this require at least active Pro plan)

  6. Optionally turn on "Hide other channels" switcher, only this channel will be visible in your channel guide

  7. Copy the provided iframe embed code

The embed code will look similar to this:

<iframe src="https://fluger.tv/Page/embed/02c87d91-4d03-4c5d-f385-08dde8d92d81"" width="100%" height="600" frameborder="0" allowfullscreen> </iframe>


Step 2: Add the Embed Code to Your Website

Paste the iframe code into your website where you want the player to appear.

Common examples

HTML page

<div class="video-container"> <!-- Paste embed code here --> </div>

WordPress

  • Open page or post editor

  • Switch to Custom HTML block

  • Paste the embed code

  • Save and publish

Website builders (Wix, Webflow, Squarespace)

  • Add an Embed / HTML block

  • Paste the iframe code

  • Adjust width and height if needed


Step 3: Make the Player Responsive (Recommended)

To ensure the player works well on mobile devices, wrap the iframe in a responsive container.

Example:

<div style="position:relative;padding-top:56.25%;"> </div>

This keeps the video at a 16:9 aspect ratio on all screen sizes.


Access Control & Monetization Behavior

Embedding respects your channel’s settings:

  • Free channels play immediately

  • Password-protected channels prompt for password

  • Subscription channels require login or payment

  • Ad-enabled channels show ads as configured

No extra setup is required — the embedded player behaves exactly like the hosted channel.


Embedding on HTTPS Websites

If your website uses HTTPS (most do), your channel URL must also be HTTPS.
Fluger channels are HTTPS by default, so no action is needed.


Common Issues & Fixes

Channel does not load

  • Verify the channel URL works in a browser

  • Check that the channel is published and active

Blank iframe or blocked content

  • Make sure your site or CMS does not block iframes

  • Check Content Security Policy (CSP) headers

Video does not autoplay

  • Browsers block autoplay with sound

  • This is expected behavior and not a Fluger issue

Mobile playback issues

  • Ensure responsive embed code is used

  • Avoid fixed pixel heights


When to Embed vs Link

Embed the channel if:

  • You want viewers to stay on your site

  • The channel is part of your content experience

  • You want higher engagement time

Link to the channel if:

  • You want full-screen viewing only

  • You are sharing on social or email

  • You don’t control the website where it appears


Summary

Embedding a Fluger channel:

  • Takes only a few minutes

  • Works on any modern website

  • Supports all channel types and monetization models

  • Requires no custom development

Once embedded, your channel behaves exactly the same as on Fluger — just inside your website.