Skip to page content
Docs
Make Agent Fast documentation

WordPress

Install through the Make Agent Fast plugin or a Custom HTML block.

At a glance

Install through the Make Agent Fast plugin or a Custom HTML block.

Embed install pathLoader on your site talks to the hosted agent runtime
Your websiteHTML / appLoader scriptembed.jsWidget UIChat / voiceAgent

Manual plugin source#

The manually installable plugin source is in integrations/wordpress/make-agent-fast. It is not listed in the WordPress.org directory. Zip that folder, upload it in Plugins → Add New → Upload Plugin, then configure the published slug under Settings → Make Agent Fast. A directory link will appear here only after external review approves it.

Custom HTML#

If you install manually, add the standard script using a child theme, a trusted header/footer script tool, or a Custom HTML block that your WordPress plan permits.

<script src="https://makeagent.fast/embed.js"
        data-agent="YOUR_SITE_SLUG"
        async></script>

Add both the production origin and any separate staging origin to the dashboard allowlist. Clear page and CDN caches after changing the snippet.