Notifications
Clear all
wpForo (the WordPress forum plugin) only includes “Embedding” in its paid version. Fortunately, you can still embed images using basic HTML.
Step 1: Upload your image as an attachment to a post. Publish it, then edit the post. In the source code view you’ll see the image URL.
Step 2: Insert the image with this HTML:
<img src="path/to/your-image.jpg">
Example:
<img src="//magserv.no/wp-content/uploads/wpforo/default_attachments/1757633997-Skjermbilde-2025-09-12-013922.png">
Rendered result:
If you prefer the image without any alt text, simply remove alt=""
:
<img src="path/to/your-image.jpg">
This topic was modified 2 days ago 4 times by Piety
Yours sincerely,
Piety
Topic starter
Posted : September 12, 2025 01:37