Step-by-step guide to add the chat widget to your WordPress site.
This is the complete code snippet you need to add to your website. Copy it and follow the instructions below.
<!-- Perth Vacate Cleaning Chat Widget -->
<script>
window.PVC_CHAT_API_URL = "https://pvc.krx.com.br/api/public/chat";
</script>
<script src="https://pvc.krx.com.br/widget.js"></script>The easiest way to add the chat widget. No coding experience needed.
Go to Plugins → Add New in your WordPress dashboard and search for one of these plugins:
Click Install Now and then Activate.
Go to the plugin settings and paste the embed code in the Footer Scripts section. Save changes.
Visit your site — the chat bubble will appear in the bottom-right corner of every page.
For advanced users who prefer editing theme files directly.
Go to Appearance → Theme File Editor in your WordPress dashboard.
In the right sidebar, click on Theme Footer (footer.php).
Find the closing </body> tag and paste the embed code just before it. Click Update File.
Note: If you update your WordPress theme, you may need to re-add the code. Using a child theme or a plugin (Method 1) is recommended to avoid this.
After adding the code, verify the widget is working correctly: