WordPress Compatible • 100% Free

Free Chatbot for WordPress

Add a chatbot to your WordPress site in 5 minutes. Answer customer questions automatically, 24/7.

1 WordPress Site Information

Note: The AI agent only crawls static HTML content from your index page.

2 Add Questions & Answers 0/10

Add common questions visitors ask and their answers. Your chatbot will respond with these automatically.

Examples: "What are your business hours?" • "How do I contact support?" • "What's your refund policy?"

3 What visitor details to collect?

Select which information your chatbot should ask from visitors during the conversation.

4 Your Contact Information

We'll email you the chatbot code and setup instructions

Free Plan Includes:

  • • 100 chatbot conversations per month
  • • Works with any WordPress theme
  • • Simple JavaScript code snippet
  • • Complete WordPress setup guide
  • • Collect visitor information
  • • Email support

WordPress Setup Instructions

Here's how easy it is to add your chatbot to WordPress:

Method 1: Using a Plugin (Recommended)

1.

In your WordPress dashboard, go to Plugins → Add New

2.

Search for "Insert Headers and Footers" or "WPCode"

3.

Install and activate the plugin

4.

Go to Settings → Insert Headers and Footers

5.

Paste your chatbot code in the "Scripts in Footer" section

<script src="https://cdn.rhinoagents.com/chatbot.js"></script>
<script>
  RhinoChat.init({ chatbotId: 'YOUR_UNIQUE_ID' });
</script>
6.

Click "Save" and you're done! 🎉

Method 2: Editing Theme Files (Advanced)

1.

Go to Appearance → Theme File Editor

2.

Select footer.php from the right sidebar

3.

Find the </body> tag (usually near the bottom)

4.

Paste your chatbot code just before the </body> tag

<!-- RhinoAgents Chatbot -->
<script src="https://cdn.rhinoagents.com/chatbot.js"></script>
<script>
  RhinoChat.init({ chatbotId: 'YOUR_UNIQUE_ID' });
</script>
<!-- End RhinoAgents Chatbot -->

</body>
5.

Click "Update File"

Warning: Make a backup before editing theme files. Changes may be lost during theme updates.

Method 3: Using Elementor or Page Builder

1.

Edit any page with Elementor

2.

Drag an "HTML" widget to your page

3.

Paste your chatbot code in the HTML widget

4.

Publish the page - chatbot appears on all pages!

Your chatbot code and complete instructions will be emailed to you!

Frequently Asked Questions

Everything you need to know about your free chatbot.

What happens if my website content changes?

Does this work on all WordPress themes?

Can I customize the colors?

Will the chatbot slow down my website?

Do I need coding knowledge?

No credit card required for free trial