====== ImageShack Plugin ====== ---- plugin ---- description: Integrate uploading to ImageShack into the MediaManager author : Andreas Gohr email : andi@splitbrain.org type : action lastupdate : 2016-02-03 compatible : Lemming+ depends : conflicts : similar : tags : media, images, upload, embed downloadurl: https://github.com/splitbrain/dokuwiki-plugin-imageshack/zipball/master sourcerepo : https://github.com/splitbrain/dokuwiki-plugin-imageshack/ bugtracker : https://github.com/splitbrain/dokuwiki-plugin-imageshack/issues donationurl: http://donate.dokuwiki.org/ImageShack ---- This plugin adds a new link into the MediaManager's left side pane. When clicked it opens an upload form in the right side pane. User can upload images to [[https://imageshack.us]] there, regardless of their upload permissions in the local wiki. Files uploaded during the current session are displayed similar to the ones you'd upload directly to DokuWiki and can be clicked to insert just like regular uploads. ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Caveats ===== * The upload is handled server side, so the image is temporarily uploaded to the DokuWiki server and then transferred to ImageShack - so all your local upload size limits apply. * Even though the uploader works without JavaScript, the link to activate it is currently inserted via JavaScript only due to some limitations in the Plugin API