Can we display chatbot in full screen?

Can we display chatbot in full screen when hosted inside web portal?

Hey @Srinivas You can use the below link for a full-screen view.

Desktop view: https://app.yellowmessenger.com/pwa/v2/live/ BOT ID
Full screen : https://app.yellowmessenger.com/pwa/v2/live/ BOT ID?fullScreen=true

You can add

full-screen : true

to deploy the chatbot in website as fullscreen. Below snippet for reference.

<script type="text/javascript"> window.ymConfig = { bot: '<bot id>', fullScreen: 'true',host: '[https://app.yellowmessenger.com](https://app.yellowmessenger.com/)', view: 'compact' }; (function () {var w=window,ic=w.YellowMessenger;if("function"===typeof ic)ic("reattach_activator"),ic("update",ymConfig);else{var d=document,i=function(){i.c(arguments)};function l(){var e=d.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://cdn.yellowmessenger.com/plugin/widget-v2/latest/dist/main.min.js";var t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}i.q=[],i.c=function(e){i.q.push(e)},w.YellowMessenger=i,w.attachEvent?w.attachEvent("onload",l):w.addEventListener("load",l,!1)}})(); </script>

Hi @Parthiban_J we have used the code snippet shared above for website, but still bot is not opening in entire full screen, can you share sample script where the bot opens in entire full screen.

Based on discussions with the chat widget team, this is not doable on our platform and the client has to do this on their website code. Reference bot is available here - https://www.udst.edu.qa/.

@Sanchia @Srinivas
Bot can be deployed full screen. If script is deployed, then a dedicated page should be created on host website. You can also choose to embed PWA inside an iFrame. Reference - HPV Awareness | Telecounselling, Teleconsulting & Chatbot

Note: In both approaches, a dedicated page for bot needs to be present on parent website.