# YourImageShare Upload for FluxBB FluxBB doesn't have a formal plugin system, so this is a small snippet you add directly to your template - the same approach FluxBB's own community documents for header/footer customization. ## Setup 1. Get your Upload-only key: sign in at [yourimageshare.com](https://yourimageshare.com), open "My account" > the API tab. It's the second key on that page, separate from your main API key - use it here, since this snippet renders in every visitor's page source and the upload-only key can only upload, never list or delete your uploads (your main key can do both, so keep that one out of anything rendered publicly). 2. Open `include/template/main.tpl` (or, better, copy it to `style//main.tpl` first so it survives upgrades - FluxBB uses that file if present). 3. Paste the snippet below right before ``, replacing `YOUR_UPLOAD_ONLY_KEY` with your real upload-only key. 4. Save. The "Upload Image (YourImageShare)" button now appears next to every post/reply textarea automatically - no further template changes needed. ```html ``` Full API docs: https://yourimageshare.com/about/api