其他分享
首页 > 其他分享> > esayadmin中封装的CKEditor4富文本编辑器增加视频上传组件

esayadmin中封装的CKEditor4富文本编辑器增加视频上传组件

作者:互联网

1.官方指导地址

  嵌入媒体资源 - CK编辑 4 文档 (ckeditor.com)

2.插件地址

  Media Embed | CKEditor.com

3.引用方式如下示例

  

//config.js


config.extraPlugins = 'embed';

config.embed_provider = '//ckeditor.iframe.ly/api/oembed?url={url}&callback={callback}';

config.autoEmbed_widget = 'customEmbed';

 

 

标签:文本编辑,ckeditor,url,com,callback,esayadmin,CKEditor4,config,embed
来源: https://www.cnblogs.com/szyjrypb/p/15292112.html