Display Omnichannel chat widget in the footer of your portal
The combination of PowerPortals, Dynamics 365 Omnichannel and Power Virtual Agents increases the level of customer engagement for customers, in this post I'm going to guide you how to add your Omnichannel chat widget that you configured to your portal.
First, below are the pre-requisites to follow the blog,
- You have at least one Portal
- Omnichannel is installed
- Power Virtual Agent bot is configured to hand of chat conversations to Omnichannel
After having the above pre-requisites done, follow the below steps,
- From the "Omnichannel admin center" model-driven application
- Go to Workstreams and create and configure a new workstream based on your channel

- Enter your stream record, and click on "Copy code snippet"

- Switch to "Portal Management" model-driven app
- Create a new content snippet and past the copied snippet from Omnichannel work steam

- Go to "Web Templates" and enter the "Footer" record

- Search for the footer tag and add the widget using the below code
{% include 'snippet' snippet_name:'Your Chat Widget Name' %}
The footer tag will look like this
<footer role="contentinfo">
<div class="footer-top hidden-print">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12 text-left">
{% editable snippets 'About Footer' type: 'html' %}
{% include 'snippet' snippet_name:'Your Chat Widget Name' %}
</div>
</div>
</div>
</div>
- Clear your portal cache by navigating to "<< Your portal URL >>/_services/about"
You need to be logged in to your portal with a contact that has administrator portal role
click on "Clear Cache" button
- Refresh your portal and you will see the chat widget displayed!

That's it!
You want to add it to more web templates? follow the steps from step number 5 on the web template you like.
Published on:
Learn moreRelated posts
Enhancing Power Pages Experience with Copilot Hub
Artificial Intelligence is rapidly becoming the backbone of modern web experiences. Microsoft Power Pages has embraced this shift by weaving A...
AI-Powered Smart Form in Power Pages — Azure OpenAI + Dataverse – Part 1
User types free-text → JavaScript calls Azure OpenAI via Power Automate → AI extracts structured fields (name, date, category, priority) → aut...
Power Platform – Build Power Pages sites faster with AI coding tools
We are announcing the ability to build Power Pages sites faster with AI coding tools in Power Platform. This feature will reach general availa...
Power Pages Table Permission Inheritance Patterns – Deep Dive
A code-level walkthrough of all 5 permission scope types – Global, Contact, Account, Parent, Self – with real FetchXML showing exa...
Enhancing Power Pages Security Using Security Agent
In today’s digital-first business environment, customer portals are expected to deliver far more than convenience. They must provide a seamles...
Accelerate Power Pages Development Using Server Logic: Part 2
In the previous blog, the “what” and “why” of Server Logic were explored. This entry takes the concept further by demo...
Power Pages – Use Dynamics 365 websites with Bootstrap 5 and enhanced data model
We are announcing the ability to use Dynamics 365 websites with Bootstrap 5 and enhanced data model in Power Pages. This feature will reach ge...
Controlling Public Access for Non-Production Power Pages Sites: Step-by-step Guide
While working with Power Pages across Development and UAT environments, one recurring risk becomes obvious, non-production portals can acciden...
Step-by-step Guide to Controlling Public Access for Non-Production Power Pages Sites
Working with Power Pages in Dev and UAT environments, I discovered that the visibility can be quickly switched to Public, thus exposing unfini...