When you embed a Tella video on a website, you can customize its appearance and behavior. These settings let you control what viewers see — from hiding the title and avatar to enabling autoplay or looping.Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
How to open embed settings
- Open your video in the Tella editor.
- Click Share in the top right.
- Click Embed.
Embed size
Choose how the iframe is sized:- Fixed width — The iframe has a fixed pixel width and height based on your video’s dimensions (default max 800px). Use this when you want a specific size.
- Responsive — The iframe fills the width of its container and maintains the correct aspect ratio. Use this for layouts that need to adapt to different screen sizes.
Settings
Show title
Toggle the video title and creator avatar on or off. When hidden, the embed shows just the video with a play button — useful for a cleaner, more minimal look. Default: OnShow overlay
Only visible when “Show title” is turned off. Adds a dark overlay behind the play button so it’s easier to see against the video thumbnail. Default: OnShow “Record your own” button
Controls whether the “Record your own” call-to-action appears during playback. Turn this off for a distraction-free viewing experience. Default: OnAutoplay
The video automatically starts playing (muted) when the page loads. This is useful for landing pages or product demos where you want the video to grab attention immediately.Browsers require autoplay videos to be muted. The video will start playing silently, and viewers can unmute it manually.
Animated thumbnail
Show an animated preview (a short clip) of the video before the viewer presses play. When disabled, the embed shows a static thumbnail instead. Default: OnLoop playback
The video automatically restarts when it reaches the end. Useful for short product demos, background videos, or presentations that should play continuously. Default: Off”Watch on Tella” link
Controls whether a small link to watch the video on Tella appears in the player. Turn this off to remove Tella branding from the embed. Default: OnDomain restriction
This feature is only available on Tella Premium.
Using the embed code
Once you’ve configured your settings, you have two ways to use them:Copy the embed code
Click Copy code at the bottom to copy the full iframe HTML. Paste it into any website or CMS that supports HTML embeds.Copy the link with options
The “Link with options” section at the top shows a direct URL with your settings applied as query parameters. This is useful when a platform only accepts a URL (not HTML), such as Notion or some CMS platforms.URL parameters
You can also customize the embed by adding query parameters directly to the embed URL. This is useful when you want to set options without using the embed modal, or when generating embed URLs programmatically. Base URL format:https://www.tella.tv/video/{videoId}/embed
| Parameter | Values | Default | Description |
|---|---|---|---|
title | 0 or 1 | 1 | Show or hide the title and creator avatar |
b | 0 or 1 | 1 | Show or hide the “Record your own” button |
a | 0 or 1 | 1 | Show or hide the animated thumbnail preview |
loop | 0 or 1 | 0 | Enable or disable loop playback |
autoPlay | true | Off | Auto-play the video (muted) on load. Omit to disable |
muted | 0 or 1 | 0 | Start the video muted |
t | Seconds | 0 | Start playback at a specific time (e.g., t=30) |
wt | 0 or 1 | 1 | Show or hide the “Watch on Tella” link |
o | 0 or 1 | 1 | Show or hide the dark overlay behind the play button |
fullSize | true | On | Fill the entire container. Omit to scale to video dimensions |