Adds a youtube button to the toolbar. Copy and paste FULL youtube links into the dialog and it will insert an embedded youtube player.

Features

  • Supports full youtube links

Project Samples

Project Activity

See All Activity >

Follow CKeditor Youtube Plugin

CKeditor Youtube Plugin Web Site

Other Useful Business Software
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

The database for AI-powered applications.

MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Had to modify youtube.js to work with shortened youtube urls.. replace the val.replace and var text= lines with this. if(val.indexOf("youtu.be",0) > -1){ val = val.replace("youtu.be","youtube.com/embed/"); }else{ val = val.replace("watch\?v\=", "embed\/"); } var text='<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="390" src="' //+this.getContentElement('general','content').getInputElement().getValue() + val +'?rel=0" frameborder="0"></iframe>';
  • Unable to make it work with jQuery adapter.
Read more reviews >

Additional Project Details

Intended Audience

Developers, End Users/Desktop

Programming Language

JavaScript

Registered

2011-04-07