Add PanWidget to your application with a single code snippet.
Navigate to your Project Dashboard and click on the "Embed" button in the top right corner. You will find your unique Project ID there.
Copy and paste the following code into the <head> or <body> of your website. This script loads the PanWidget library asynchronously, so it won't slow down your site.
<!-- PanWidget Embed Code --> <script src="https://panwidget.com/embed.js" data-project-id="YOUR_PROJECT_ID" data-type="chat" async ></script>
YOUR_PROJECT_ID with your actual project ID.Once added, you should see the widgets appear on your site based on your configuration. By default, the Chat Widget will appear in the bottom-right corner.