ckeditor-twitter-embed

1.1.0 • Public • Published

ckeditor-twitter-embed

Build Status Dependencies Status npm version

CKEditor Twitter plugin based on Media Embed.

Install

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.

Usage

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'
);

Contributing

See Contributing.

Contributors

License

GNU General Public License Version 2

Copyright (c) 2020 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI.

Dependents (0)

Package Sidebar

Install

npm i ckeditor-twitter-embed

Weekly Downloads

0

Version

1.1.0

License

GPLv2

Unpacked Size

27.9 kB

Total Files

15

Last publish

Collaborators

  • williambelle
  • obieler