Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can click on the retry icon near the failed status if you fixed the issue of the file

image-20250124-072418.png

Embedding chat into a SharePoint site

SP have some restrictions on how to add embedded code

Include the SP site URL in the chat properties

The first step from BGT site make sure to include the SP URL with https in the chat domain list like this:

https://agatsoftwaredevelopment.sharepoint.com/

...

modify the embedded code

  1. Copy the code from this page:

    image-20250124-074038.pngImage Added

  2. Remove the script tag

  3. SP requires a size in the embedded code so you need to modify the embedded code by adding a size to it

The result should be something like this

<iframe height="500" width="500" id="chatFrame" src="https://dev.businessgpt.pro/Share/fd36ab6b-8d18-47ef-8e58-462771d3d481" title="chat bot"></iframe>

Allow SP to show embedded content from BusinessGTP site

Follow this guide https://support.microsoft.com/en-us/office/allow-or-restrict-the-ability-to-embed-content-on-sharepoint-pages-e7baf83f-09d0-4bd1-9058-4aa483ee137b and add this to the Allow external iframes

image-20250124-075957.pngImage Added

If all is good you should see this:

image-20250124-081038.pngImage Added