Version 1.0.0IPS 5.0+by DoniaWeBNo external services
The problem
Right now you cannot post this block
Invision Community strips <style> and <script> from everything posted through the editor, and the editor normalises away most markup as you type. That is the correct default — but it also means a designed block of HTML cannot be published. Not by your sellers, not by your staff, not even by you.Everything you are reading was written in the editor and published as a normal post. That is the whole product.
How it renders
Two modes, chosen for you
Most solutions hand you raw HTML and hope for the best — one stray body { } rule repaints your entire forum. This one looks at what you inserted and picks the safe path automatically.No scripts in the content
Rendered inline
Sits in the post like ordinary content — no frame, no border, no fixed height.- CSS isolated in a shadow root
- Rules like body { } can never escape
- Height follows the content
Sandboxed frame
JavaScript runs — animations, counters, tabs — safely contained.- No access to the page or cookies
- Cannot reach the signed-in session
- Cannot redirect the visitor
Built for people who actually write HTML
</>Real code editor
Syntax highlighting on desktop, using the editor already bundled with Invision Community. A comfortable plain text box on phones.◫
Live preview
Beside the editor, updating as you type. You see the result before you publish.▣
Template library
Seven designs included. Manage site-wide templates from the AdminCP; members keep their own private ones.✎
Edit in place
Put the cursor inside a block you already published and reopen it for editing. No copy-paste archaeology.Control
Every feature has an on/off switch
By default only the groups that already have AdminCP access can use it.Allowed member groupsShow only in these applicationsInline renderingFull HTML pagesQuick-editPersonal templatesForms in framesPop-ups in framesDialogs in frames