https://github.com/carry0987/ckeditor-imgur
A plugin for ckeditor to upload image to Imgur
https://github.com/carry0987/ckeditor-imgur
ckeditor4 css html javascript jquery
Last synced: 2 months ago
JSON representation
A plugin for ckeditor to upload image to Imgur
- Host: GitHub
- URL: https://github.com/carry0987/ckeditor-imgur
- Owner: carry0987
- Created: 2017-08-06T10:03:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T08:54:54.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T11:41:24.849Z (8 months ago)
- Topics: ckeditor4, css, html, javascript, jquery
- Language: JavaScript
- Homepage: https://carry0987.github.io/CKEditor-Imgur/
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CKEditor-Imgur
A plugin for ckeditor to upload image to Imgur
`Imgur` is a photo storage service for free
## Demo
[Demo](https://carry0987.github.io/CKEditor-Imgur/)
## Usage
You must install [CKEditor](https://github.com/galetahub/ckeditor) first and do following:
1. Download this plugin [here](https://github.com/carry0987/CKEditor-Imgur/releases/)
2. Unzip the file and put **[imgur](https://github.com/carry0987/CKEditor-Imgur/tree/master/plugins/)** folder to `/ckeditor/plugins/`
3. Add plugin setting to your CKEditor `/ckeditor/config.js`:
```
CKEDITOR.editorConfig = function (config) {
...
config.extraPlugins = 'imgur';
// Get your client-id from https://api.imgur.com/oauth2/addclient
config.imgurClientID = '24d8ba56326ec77'; //You need to change this key with your's
...
};
```
That's all. Your CKEditor have a imgur button in insert group.
## Screenshot
