Free Tool — No Signup Required
Free WordPress AI Chatbot
Build your chatbot, test it live, then follow the 4-step WordPress install guide. No plugin required — just one script tag.
Your Content
Live Preview
Your WordPress chatbot will appear here
Paste content and click Build
WordPress Installation — Choose your method
1
Go to Appearance → Theme Editor
In your WordPress dashboard, navigate to Appearance → Theme File Editor.
2
Open footer.php
In the right sidebar, click on footer.php (or Theme Footer).
3
Paste the snippet before </body>
Find the closing <?php wp_footer(); ?> line and paste just before it:
<script src="https://focusfoundry.ai/custommind/widget.js"
data-namespace="YOUR_NAMESPACE_ID"
data-name="Site Assistant"
data-theme="dark"></script>
4
Click Update File
Save the file. Your chatbot widget will appear on every page of your WordPress site.
1
Install WPCode plugin
Go to Plugins → Add New → search "WPCode" → Install → Activate. It's free.
2
Go to Code Snippets → Header & Footer
In the WPCode menu, click Header & Footer.
3
Paste the snippet in the Footer field
<script src="https://focusfoundry.ai/custommind/widget.js"
data-namespace="YOUR_NAMESPACE_ID"
data-name="Site Assistant"
data-theme="dark"></script>
4
Save Changes
Click Save Changes. Your chatbot is live on every page.
1
Open functions.php in Theme Editor
Appearance → Theme File Editor → functions.php
2
Add this function at the bottom of the file
<?php
function custommind_widget() { ?>
<script src="https://focusfoundry.ai/custommind/widget.js"
data-namespace="YOUR_NAMESPACE_ID"
data-name="Site Assistant"
data-theme="dark"></script>
<?php }
add_action('wp_footer', 'custommind_widget');
3
Update File and test
Save the file and visit your site — the chatbot widget will be in the bottom-right corner.
Get your permanent namespace ID and go live.
Sign up to get your real namespace ID to replace the placeholder — then your WordPress chatbot is live forever.
Get my WordPress embed code — Start free →
14-day free trial · Cancel anytime