Przejdź do głównej zawartości

Add the Quickchat AI Agent to your WordPress site with the official plugin. Install from the WordPress Plugin Directory, enter your Scenario ID, and the chat widget appears automatically. No code required.

Ta treść nie jest jeszcze dostępna w Twoim języku.

In this guide, we’ll show how to add the Quickchat AI Widget to your WordPress site using our official plugin.

  • A WordPress site (version 6.0 or newer) where you can install plugins
  • The Quickchat AI Agent plugin (free, from the WordPress Plugin Directory)
  • Your Scenario ID from the Quickchat AI App

Time to complete: ~2 minutes


In your WordPress admin, go to Plugins → Add New, search for Quickchat AI Agent, then click Install Now and Activate.

You can also install it from the Quickchat AI Agent listing on WordPress.org, or by uploading the plugin ZIP under Plugins → Add New → Upload Plugin.


After activating, go to Settings → Quickchat AI Agent and paste your Scenario ID, then click Save Changes.

Screenshot: Quickchat AI Agent settings page in WordPress with the Scenario ID field


Open your site’s front end and look for the Quickchat AI chat bubble in the bottom-right corner of the page.

Screenshot: The Quickchat AI chat widget live on a WordPress site

That’s it!

Quickchat AI Agent is live on your WordPress site 🎉

All widget configuration (colors, position, launcher size, welcome messages, AI behavior) is managed in the Quickchat AI App under Channels → Your Website. Changes take effect on your site automatically. See the Website guide for the full list of appearance and text options.


If you’d rather not install the plugin, you can add the Quickchat AI Widget to WordPress with a small script instead.

  1. Log in to the Quickchat AI App.
  2. Go to Channels → Your Website → Install.
  3. Copy the Widget script.
<script>
(function(e,a,d,i,c,t=a.createElement(d)){e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},t.src=i,t.async=1,a.body.insertAdjacentElement("beforeend",t)})(window,document,"script","https://bubble.quickchat.ai/chat.js","_quickchat");
_quickchat("init", "YOUR_SCENARIO_ID_HERE");
</script>

Paste the script just before the closing </body> tag, using whichever method fits your setup:

  • A code-snippet plugin such as WPCode or Insert Headers and Footers: paste the script into the plugin’s footer/body section and save.
  • Your theme’s footer.php: in Appearance → Theme File Editor, paste the script just before </body>. Use a child theme so a theme update doesn’t overwrite your change.

The widget will appear on every page that includes your theme footer.

For help, contact us at contact@quickchat.ai.