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

Rate This Project
Login To Rate This Project

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.
  • Previous
  • You're on page 1
  • Next