CKEditor Twitter plugin based on Media Embed.
npm i ckeditor-twitter-embed
or download the .zip
archive and extract the src
folder to the plugins
folder of your CKEditor installation.
The plugin embedbase
is also required.
Use the extraPlugins
setting to add the plugin to your configuration:
config.extraPlugins = 'twitterembed';
You can specify the location of the plugin with:
CKEDITOR.plugins.addExternal(
'twitterembed',
'/plugins/twitterembed/src/',
'plugin.js'
);
See Contributing.
GNU General Public License Version 2
Copyright (c) 2020 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI.