# YourImageShare Upload for PunBB PunBB doesn't have a formal plugin system either, so - same as FluxBB (a close relative of PunBB's codebase) - this is a small snippet added directly to your template. ## 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 your active style's `main.tpl` (commonly under `style//` or `include/template/` depending on version). 3. Find the `{pun_head}` placeholder in the `` section and paste the snippet below right after it, 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. ```html ``` Full API docs: https://yourimageshare.com/about/api