matteocontrini / flarum-imgur-upload
Simple image upload from the Flarum editor
Installs: 11 552
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 6
Forks: 12
Open Issues: 1
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.0.0
This package is auto-updated.
Last update: 2024-10-11 03:02:53 UTC
README
flarum-imgur-upload is a Flarum extension that allows posting images in Flarum posts using Imgur for image hosting.
Features
With flarum-imgur-upload you can upload images to Imgur while writing your post, and the extension will automatically embed the images in your post. You can also paste from clipboard to upload an image file.
Installation
composer require matteocontrini/flarum-imgur-upload
If you previously used matpompili/flarum-imgur-upload
(the original work on this extension by Matteo Pompili) or botfactoryit/flarum-imgur-upload
, you should disable and remove those extensions when you upgrade to beta 8.
Configuration
Since flarum-imgur-upload uses Imgur API to upload your images, you will need an Imgur Client ID.
To get one simply signup to Imgur, then register an application here. You need to choose a name for your application (e.g. My Forum), and select Anonymous usage without user authorization. If the form requires you to set an Authorization callback URL, that's a bug. Select OAuth 2 authorization without a callback URL to avoid that, or play with the radio buttons a bit.
Once your application has been registered, your Client ID will be available here. Copy and paste it in the configuration panel of the extension, through your forum's admin page.
Credits
The original work for this extension was done by @matpompili.