Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ckeditor-imgur

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckeditor-imgur

This is a plugin for ckeditor to upload image through imgur

  • 0.0.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
3
Weekly downloads
 
Created
Source

CKEditor Plugin with imgur

This is a plugin for CKEditor to upload images directly to imgur through ckeditor. The plugin is forked from gem ckeditor-imgur which was built by Yi Feng Xie. The original plugin do not need access token of imgur, therefore every image uploaded is anonymous. In this plugin, we modify a little code to upload images with access token.

Usage

First set the parameters below in config.js:

// ./ckeditor/plugins/config.js
config.extraPlugins = 'imgur';
config.imgurClientID = 'CLIENT_ID';
config.imgurClientSecret = 'CLIENT_SECRETE';
config.imgurRefreshToken = 'REFRESH_TOKEN';

Move all the plugin files into ./ckeditor/plugins/imgur.

Imgur API

For more information, check official imgur API or you can check the note here.

Logs

  • 2017-07-23 Change the link of imgur from HTTP to HTTPs
  • 2017-07-20 Add ckeditor imgur for authorized uploading images

Keywords

FAQs

Package last updated on 06 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc