---
title: Resolve - Public Portal iFrame Code
description: How to publish the Resolve Public portal to your website.
---

[Skip to content](https://info.redmansolutions.com.au/resolve-knowledge-base/resolve-citizen-portal-embed-code#main-content)

[Submit Ticket](https://info.redmansolutions.com.au/resolve-knowledge-base/kb-tickets/new) [Customer portal](https://info.redmansolutions.com.au/tickets-view)

![Resolve](https://info.redmansolutions.com.au/hs-fs/hubfs/resolve-logo.png?width=100&height=75&name=resolve-logo.png)

Open main navigation

Close main navigation

- [Submit Ticket](https://info.redmansolutions.com.au/resolve-knowledge-base/kb-tickets/new)
- [Customer portal](https://info.redmansolutions.com.au/tickets-view)

 How can we help you?

- There are no suggestions because the search field is empty.

1. [Resolve Knowledge Base](https://info.redmansolutions.com.au/resolve-knowledge-base)
2. [Site Administrator](https://info.redmansolutions.com.au/resolve-knowledge-base/site-administrator)

# Resolve - Public Portal iFrame Code

## How to publish the Resolve Public portal to your website.

**Prerequisites:  **This article applies to client IT or Website Administrators, providing guidance on the details to insert the Resolve public portal iFrame on your website.

Contact [Redman Solutions Helpdesk](mailto:help@redmansolutions.com) for any further clarification or assistance.

Below is an example of an iframe code you can use on your website.

You will need to apply your clientname to the URL. You may also need to adjust the height to best suit your amount of content. 

The URL for Resolve public portal will be https://**clientname**.resolve.red/portal/

   
`<iframe src="https://clientname.resolve.red/portal/" name="frame1" scrolling="auto" frameborder="no" width="100%" height="2000px"> </iframe> `

You can also set Attributes in the URL to pre-filter for a specific meeting type.  To obtain the Meeting Type ID #, use the public portal meeting filter (top of page) to select the desired meeting.  Then copy the browser address bar URL to use as your iframe src URL.

![](https://info.redmansolutions.com.au/hs-fs/hubfs/image-png-Jan-23-2026-02-12-57-8309-AM.png?width=670&height=342&name=image-png-Jan-23-2026-02-12-57-8309-AM.png)

Example code for pre-filter on Meeting Type:  
`<iframe src="https://clientname.resolve.red/portal/?meetingTypes=3" name="frame1" scrolling="auto" frameborder="no" width="100%" height="2000px"> </iframe>`

If you add the following script to your host page, the iframe will automatically adjust to the size of the content. Be sure to update the clientname and name/ID to match.

`<script>`

`(function () {`  
`      const iframe = document.getElementById("frame1");`

`      // Listen for messages from the iframe`  
`      window.addEventListener("message", function (event) {`  
`        // Only accept messages from the iframe origin`  
`        if (event.origin !== "https://clientname.resolve.red") {`  
`          return;`  
`        }`

`        const data = event.data || {};`

`        if (`  
`          data.type === "resize-iframe" &&`  
`          typeof data.height === "number" &&`  
`          data.height > 0`  
`        ) {`  
`          iframe.style.height = data.height + "px";`  
`        }`  
`      });`  
`    })();`

`  </script>`

 

``

- [Councillor Portal](https://info.redmansolutions.com.au/resolve-knowledge-base/councillor-portal)
- [Meeting Admin](https://info.redmansolutions.com.au/resolve-knowledge-base/meeting-admin#main-content)
  
  
  
  
  
    - [Minutes](https://info.redmansolutions.com.au/resolve-knowledge-base/meeting-admin#minutes)
    - [Meeting Configuration](https://info.redmansolutions.com.au/resolve-knowledge-base/meeting-admin#meeting-configuration)
- [Report Writing](https://info.redmansolutions.com.au/resolve-knowledge-base/report-writing#main-content)
  
  
  
  
  
    - [Getting Started](https://info.redmansolutions.com.au/resolve-knowledge-base/report-writing#getting-started)
    - [Approvals](https://info.redmansolutions.com.au/resolve-knowledge-base/report-writing#approvals)
- [Site Administrator](https://info.redmansolutions.com.au/resolve-knowledge-base/site-administrator#main-content)
  
  
  
  
  
    - [Media and Streaming](https://info.redmansolutions.com.au/resolve-knowledge-base/site-administrator#media-and-streaming)
- [Notifications](https://info.redmansolutions.com.au/resolve-knowledge-base/notifications)
- [Internal](https://info.redmansolutions.com.au/resolve-knowledge-base/internal)
- [General](https://info.redmansolutions.com.au/resolve-knowledge-base/general)

[![redman-solutions-primary-logo-RGB_transparent-1](https://info.redmansolutions.com.au/hs-fs/hubfs/Images/Logos/redman-solutions-primary-logo-RGB_transparent-1.png?width=400&height=113&name=redman-solutions-primary-logo-RGB_transparent-1.png "redman-solutions-primary-logo-RGB_transparent-1")](https://www.redmansolutions.com.au/)

Level 1, 40 McDougall St, Milton, QLD 4064

Contact Support: [help@redmansolutions.com](mailto:help@redmansolutions.com)

Copyright © 2025, Redman Solutions