https://github.com/barisusakli/nodebb-plugin-imgur
A plugin that uploads images to imgur
https://github.com/barisusakli/nodebb-plugin-imgur
Last synced: 2 months ago
JSON representation
A plugin that uploads images to imgur
- Host: GitHub
- URL: https://github.com/barisusakli/nodebb-plugin-imgur
- Owner: barisusakli
- Created: 2014-02-09T03:10:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T16:04:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T02:21:35.085Z (3 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 17
- Watchers: 3
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nodebb - imgur - A plugin that uploads images to imgur. (Plugins)
README
# NodeBB Plugin Imgur
A plugin that uploads images to Imgur.
## Installation
npm install nodebb-plugin-imgur
## Setup
* Register an imgur app [here](https://api.imgur.com/oauth2/addclient), make sure you fill in the callback URL properly. It should be `http://yourforum.com/admin/plugins/imgur/oauth` adjust based on your forum url.
[](http://i.imgur.com/neAKeeR.png)* Once you register you will get a client ID and secret.
[](http://i.imgur.com/haE9jzj.png)* Enter these values in your NodeBB ACP page.
[](http://i.imgur.com/p86s7lv.png)* After entering the values click Save and then Authorize, you will be redirected to imgur to allow access to your app.
* Once you allow access you will be redirected back to nodebb.
* Optinally create an album for your forum on imgur and put its album ID in the NodeBB ACP.