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
Power Pages – solution management tips, tricks, and gotchas
One of the main driving features of using the enhanced data model for Power Pages is the ability to add a website to a Power Platform solution...
Stripe Payment Integration with Power Pages
Stripe payment integration is a key feature of Power Pages, allowing users to easily process payments directly within the portal. This integra...
Extending Dynamics 365 Business Central to Power Pages
In early November I had the opportunity to present a session Using Power Pages as a gateway to Business Central at the Directions EMEA 2024 co...
Mastering Activity Tracking: Enabling the Activity Timeline in Power Pages for Better Management
Activity timeline is time-tracking and planning control for each record. Activity controls many processes like Appointment, Email, Portal Comm...
Power Pages | Azure AD B2C | Confirm Email message on Profile
If you are unfamiliar with configuring Azure AD B2C as a Power Pages Identity Provider, refer to this post: Power Pages : Set up Azure ADÂ B2C ...
Table Lists (views) in Power Pages
A typical use case of Microsoft Power Pages portals is to extend functionality from Dynamics 365 applications to internal and external audienc...
Adding AI Summary for Enhanced Data Visualizations in Power Pages
A List in Microsoft Power Pages is a data-driven configuration that displays a collection of records on a webpage in a grid format. Lists can ...
Power Pages Fundamentals #16: Create a Page with Blank Template(Step-by-Step Guide to Blank Template Web Pages): Quick Read Series
Creation of a web page with blank template was generally performed during the development of any new or existing project based on the requirem...