gitwtfhub

wtf is youtube-chromeless?

skevy/youtube-chromeless — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2010-05-13

1Audience · developerComplexity · 2/5DormantSetup · moderate

TL;DR

A jQuery plugin that turns plain YouTube links on a webpage into inline video players, so visitors never leave the site.

Mindmap

mindmap
  root((repo))
    What it does
      Turns links into players
      Inline YouTube playback
      Chromeless player API
    Tech stack
      jQuery
      SWFObject
      YouTube API
    Use cases
      Blog embeds
      News site videos
      Older site maintenance
    Audience
      Frontend developers
      Site maintainers
    Setup
      Needs jQuery
      Needs SWFObject

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Embed YouTube videos on a blog without the standard YouTube player interface.

REASON 2

Turn plain YouTube links into clickable inline players automatically.

REASON 3

Maintain an older website that already relies on the Chromeless player style.

What's in the stack?

jQuerySWFObject

How it stacks up

skevy/youtube-chromeless0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScript
Last pushed2010-05-13
MaintenanceDormant
Setup difficultymoderatehardeasy
Complexity2/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires jQuery and SWFObject already installed, and relies on YouTube's older Chromeless player API.

No license information was provided in the explanation.

Wtf does this do

This is a jQuery plugin that turns YouTube links on your website into embedded video players. Instead of sending visitors away to YouTube, you can play videos directly within your page using a stripped-down player interface. Here's how it works. You add the plugin to your site, then any link pointing to a YouTube video automatically becomes clickable to play that video inline. When someone clicks a link with the class "video-link," the plugin grabs the video ID from the YouTube URL and inserts a player right on the page. You can customize how big the player appears (the default is 640 by 360 pixels) and control a few technical settings about how the player behaves. The plugin relies on YouTube's "Chromeless" player API, which is an older, minimal version of YouTube's embedded player that gives developers more control over the appearance and behavior. You'll also need jQuery (a popular JavaScript library) and SWFObject (a tool for embedding video content) installed on your site for this to work. A typical use case would be a blog or news site where you want to embed YouTube videos without the standard YouTube interface cluttering your layout. Instead of copying and pasting embed codes, you just write normal links and let the plugin handle the rest. The README doesn't mention advanced features, so it's a fairly straightforward tool focused on basic embed-and-play functionality. This project appears to be an older approach to embedding YouTube videos, modern sites might use YouTube's current embedding methods instead, but it could still be useful for maintaining older websites or for developers who prefer this particular player style.

Yoink these prompts

Prompt 1
Show me how to set up youtube-chromeless with jQuery and SWFObject so YouTube links play inline.
Prompt 2
Help me customize the player size in youtube-chromeless away from the default 640 by 360.
Prompt 3
Explain how youtube-chromeless extracts the video ID from a link with the video-link class.

Frequently asked questions

wtf is youtube-chromeless?

A jQuery plugin that turns plain YouTube links on a webpage into inline video players, so visitors never leave the site.

Is youtube-chromeless actively maintained?

Dormant — no commits in 2+ years (last push 2010-05-13).

What license does youtube-chromeless use?

No license information was provided in the explanation.

How hard is youtube-chromeless to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is youtube-chromeless for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.