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
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it 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