You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to get the youtube icon in the toolbar when i use the ckeditor youtube plugin I have configured as the doc but could not able to see the icon in the toolbar.
The problem that in the network section, ther's a call to the icon link on the CDN http://cdn.ckeditor.com/4.9.0/standard/plugins/youtube/images/icon.png/ .
I am getting the icon only if i edit manually the icon : this.path + 'images/icon.png' , and even when i console.log(this.path) it returns http://cdn.ckeditor.com/4.9.0/standard/plugins/youtube/.
This my youtube/config.js
I noticed then, unfortunately the CKEDITOR.plugins.addExternal in the first line is not working right and because that line role is to define our path this.path who should not point to the CDN.
This is my console.log(this):
Hi,
I am not able to get the youtube icon in the toolbar when i use the ckeditor youtube plugin I have configured as the doc but could not able to see the icon in the toolbar.
The problem that in the network section, ther's a call to the icon link on the CDN
http://cdn.ckeditor.com/4.9.0/standard/plugins/youtube/images/icon.png/
.I am getting the icon only if i edit manually the
icon : this.path + 'images/icon.png'
, and even when i console.log(this.path) it returnshttp://cdn.ckeditor.com/4.9.0/standard/plugins/youtube/
.This my youtube/config.js
This the Ckeditor configuration:
I noticed then, unfortunately the CKEDITOR.plugins.addExternal in the first line is not working right and because that line role is to define our path this.path who should not point to the CDN.
This is my console.log(this):
@fonini @garex your help would be appreciated !! cheers.
The text was updated successfully, but these errors were encountered: