Title: Tiny Talk
Author: tinytalk
Published: <strong>février 27, 2026</strong>
Last modified: février 27, 2026

---

Search plugins

![](https://ps.w.org/tiny-talk/assets/banner-772x250.png?rev=3471342)

![](https://ps.w.org/tiny-talk/assets/icon.svg?rev=3471340)

# Tiny Talk

 By [tinytalk](https://profiles.wordpress.org/tinytalk/)

[Download](https://downloads.wordpress.org/plugin/tiny-talk.1.0.2.zip)

 * [Details](https://tah.wordpress.org/plugins/tiny-talk/#description)
 * [Reviews](https://tah.wordpress.org/plugins/tiny-talk/#reviews)
 *  [Installation](https://tah.wordpress.org/plugins/tiny-talk/#installation)
 * [Development](https://tah.wordpress.org/plugins/tiny-talk/#developers)

 [Support](https://wordpress.org/support/plugin/tiny-talk/)

## Description

[Tiny Talk](https://tinytalk.ai) is a powerful AI agent platform that helps you 
engage with your audience 24/7. This official WordPress plugin makes it easy to 
integrate Tiny Talk agents into your WordPress site.

### 💬 Why Use Tiny Talk?

✅ **Real-Time Help Desk**: Chat instantly with visitors and customers to solve 
their issues and answer questions whether from web or WhatsApp (more coming soon)

✅ **Knowledge Base**: Create knowledge base from your documents using formats like
PDF, DOCX, XLSX, PPTX, MD, TXT, CSV.

✅ **Web Crawler**: Use our web crawler to scrape your website content to enrich
your knowledge base.

✅ **Conversation History**: Access previous conversations and do follow-ups.

✅ **Customized Messenger**: Brand your messenger to match your colors, avatars,
and copy.

✅ **Workspaces & Members**: Create workspaces to isolate agents from each other
and invite members to each workspace to help you manage your workload.

✅ **Latest AI Models**: Use leading AI models from OpenAI, OpenRouter, and Groq.

✅ **Custom Domains**: Associate an agent with your custom domain like `chat.example.
com` to complete your branding.

✅ **Welcome Messages**: Use welcome and suggested messages to inspire your visitors
for quick start.

✅ **Lead Generation**: Define form fields and capture leads from your messenger.

✅ **Integrations**: Make use of Zapier, Pabbly, Google Drive, Slack, Notion, WhatsApp
and Webhook integrations to build workflows of your own and collaborate with your
teams.

✅ **Push Notifications**: Receive push notifications on web browsers and stay alerted
on every new conversation or message.

✅ **Analytics** – See how your agents are doing, where your visitors are from and
how deep the conversations are.

### 🌍 Multi-Language Live Chat for Global Support

While AI models support dozens of languages, our messenger interface supports 10
languages: Arabic, Dutch, English, French, German, Hungarian, Italian, Japanese,
Portuguese, and Spanish to deliver a personalized experience to users in their native
language automatically.

### Key Plugin Features

 * **Easy Setup** – Just paste your Agent ID and you’re ready to go
 * **Multiple Agents** – Configure different agents for different purposes (sales,
   support, etc.)
 * **Smart Rules** – Automatically show the right agent based on page type, category,
   URL, or user role
 * **Page Override** – Manually select which agent appears on specific pages
 * **Shortcode Support** – Embed chat interfaces anywhere using `[tinytalk]`
 * **WooCommerce Ready** – Show product-specific agents on your shop pages
 * **Lightweight** – Minimal impact on page load times

**Rule-Based Assignment:**

Set up intelligent rules to automatically show the right agent:

 * By Post Type (e.g., all WooCommerce products)
 * By Category/Taxonomy (e.g., specific product categories)
 * By URL Pattern (e.g., `/pricing/*`, `/help/*`)
 * By Page Template
 * By User Role (logged in vs guest)

**Shortcodes:**

 * `[tinytalk]` – Display default/rule-matched agent
 * `[tinytalk agent="Sales Agent"]` – Display specific agent by name
 * `[tinytalk agent_id="550e8400-e29b-41d4-a716-446655440000"]` – Display specific
   agent by ID
 * `[tinytalk width="100%" height="500" type="iframe" styled="yes"]` – Embed as 
   styled iframe with custom dimensions
 * `[tinytalk width="100%" height="500" type="iframe" styled="no"]` – Embed as plain
   iframe with custom dimensions

### Third-Party Services

This plugin connects to the [Tiny Talk](https://tinytalk.ai) external service to
provide AI agent chat functionality on your website.

#### What is Tiny Talk?

Tiny Talk is an AI agent platform that powers the chat widget displayed on your 
site. A Tiny Talk account is required to use this plugin.

#### When does the plugin connect to Tiny Talk?

When the plugin is enabled and an Agent ID is configured, a JavaScript file is loaded
from the Tiny Talk CDN (`cdn.tinytalk.ai`) on your site’s frontend pages. This script
renders the chat widget and handles communication between your visitors and the 
Tiny Talk service.

#### What data is transmitted?

When a visitor interacts with the chat widget, their messages and the current page
URL are sent to Tiny Talk’s servers for processing. No data is collected or transmitted
until a visitor actively engages with the chat widget.

#### Service links

 * [Tiny Talk AI](https://tinytalk.ai)
 * [Terms of Service](https://tinytalk.ai/legal/terms-of-service)
 * [Privacy Policy](https://tinytalk.ai/legal/privacy-policy)

## Screenshots

 * [[
 * 24/7 Availability: Support and Assistance That Never Sleeps

## Installation

 1. Log into your WordPress admin dashboard.
 2. Go to “Plugins” using the sidebar on the left.
 3. Click “Add New” and find « Tiny Talk » in the search bar.
 4. Install the plugin and activate it.
 5. Tiny Talk icon will appear on the left sidebar of your WP admin panel.
 6. Add your Agent ID, save, and you’re done!

## FAQ

### Where do I find my Agent ID?

Log in to your Tiny Talk dashboard at dashboard.tinytalk.ai, navigate to your agent’s
Settings  General, and copy the Agent ID.

### Can I use different agents on different pages?

Yes! You can set up assignment rules in Tiny Talk settings, or manually override
the agent on individual pages using the « Tiny Talk » meta box when editing.

### Does this work with WooCommerce?

Yes! You can create rules to show specific agents on product pages, by product category,
or any other WooCommerce-related condition.

### Will this slow down my site?

No. The Tiny Talk script loads asynchronously with the `defer` attribute, ensuring
it doesn’t block your page from rendering.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Tiny Talk” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ tinytalk ](https://profiles.wordpress.org/tinytalk/)

[Translate “Tiny Talk” into your language.](https://translate.wordpress.org/projects/wp-plugins/tiny-talk)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/tiny-talk/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/tiny-talk/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/tiny-talk/) by [RSS](https://plugins.trac.wordpress.org/log/tiny-talk/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * Added sanitize callback for options registration

#### 1.0.1

 * Updated SDK URL to versioned CDN endpoint
 * Added uninstall cleanup functionality
 * Simplified shortcode handling and improved agent ID resolution
 * Added widget agent ID handling and optimized script loading

#### 1.0.0

 * Initial release
 * Multiple agent support
 * Rule-based assignment engine
 * Shortcode support
 * Page-level override via meta box
 * WooCommerce compatibility

## Meta

 *  Version **1.0.2**
 *  Last updated **1 mois ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tiny-talk/)
 * Tags
 * [Agents](https://tah.wordpress.org/plugins/tags/agents/)[AI](https://tah.wordpress.org/plugins/tags/ai/)
   [chatbot](https://tah.wordpress.org/plugins/tags/chatbot/)[customer support](https://tah.wordpress.org/plugins/tags/customer-support/)
   [live chat](https://tah.wordpress.org/plugins/tags/live-chat/)
 *  [Advanced View](https://tah.wordpress.org/plugins/tiny-talk/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/tiny-talk/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/tiny-talk/reviews/)

## Contributors

 *   [ tinytalk ](https://profiles.wordpress.org/tinytalk/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/tiny-talk/)