Title: ChatAds &#8211; Affiliate AI Chatbot for Blogs
Author: chatads
Published: <strong>July 12, 2026</strong>
Last modified: July 12, 2026

---

Search plugins

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

![](https://ps.w.org/chatads/assets/icon.svg?rev=3605249)

# ChatAds – Affiliate AI Chatbot for Blogs

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

[Download](https://downloads.wordpress.org/plugin/chatads.1.0.3.zip)

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

 [Support](https://wordpress.org/support/plugin/chatads/)

## Description

ChatAds is an affiliate AI chatbot for your blog: a free, ChatGPT-style assistant
that answers readers from your own content, then turns the products it recommends
into your affiliate links. Most AI chat plugins cost you money, either your own 
OpenAI key or a monthly subscription, but ChatAds earns instead of costs. You keep
100% of every commission, and no credit card is required to start.

Readers ask questions right on the page (substitutions, comparisons, follow-ups)
and get answers grounded in the post they are already reading, instead of leaving
for ChatGPT.

#### Why add it to your blog?

 * **Earns instead of costs.** Most AI chat plugins need your own paid OpenAI key
   or a monthly fee. ChatAds runs the model for you for free and turns recommendations
   into commission.
 * **You keep 100% of commissions.** ChatAds wraps the assistant’s product picks
   in your own affiliate links, either Amazon links or the affiliate links already
   on your page, paid directly to you.
 * **Keep readers on the page.** Instead of copying your post into ChatGPT, readers
   ask follow-ups, comparisons, and substitutions right where they already are.
 * **Answers grounded in your content.** The assistant draws on your post, so replies
   are relevant to what the reader is actually reading. There is no knowledge base
   to build and no training step.
 * **Zero maintenance.** Theme, targeting, and monetization all live in your ChatAds
   dashboard, keyed off your widget key, so the plugin never needs updating when
   new widget features ship.
 * **Fast and cache-friendly.** The embed is a single static tag with no server-
   side state.

#### How it works

 1. Sign up free at https://www.getchatads.com and copy your widget key (`cwk_...`).
 2. Install this plugin and paste the key on the Settings > ChatAds page.
 3. The chat widget appears on your site. Readers start chatting, and ChatAds handles
    the AI replies and affiliate links.

To use this plugin you need a free ChatAds account and widget key from https://www.
getchatads.com.

### External services

This plugin loads the widget script from getchatads.com on every page load. As with
any externally hosted script, that request exposes the visitor’s IP address, user
agent, and referring page to getchatads.com. When a visitor opens the chat and sends
a message, their chat messages are sent to the ChatAds API (api.getchatads.com) 
so the assistant can generate replies and insert affiliate links; when affiliate
scraping is enabled, affiliate/product links already present on the page are sent
as well. No chat data is sent until a visitor interacts with the widget.

Terms: https://www.getchatads.com/terms
 Privacy policy: https://www.getchatads.
com/privacy

## Screenshots

[⌊The ChatAds assistant answering a reader's question inline on a blog post, with
an affiliate link in the recommendation.⌉⌊The ChatAds assistant answering a reader's
question inline on a blog post, with an affiliate link in the recommendation.⌉[

The ChatAds assistant answering a reader’s question inline on a blog post, with 
an affiliate link in the recommendation.

[⌊A follow-up product question answered with picks grounded in the post, each wrapped
in your affiliate links.⌉⌊A follow-up product question answered with picks grounded
in the post, each wrapped in your affiliate links.⌉[

A follow-up product question answered with picks grounded in the post, each wrapped
in your affiliate links.

[⌊Your ChatAds dashboard: widget usage at a glance, with page loads, messages, and
clicks over time.⌉⌊Your ChatAds dashboard: widget usage at a glance, with page loads,
messages, and clicks over time.⌉[

Your ChatAds dashboard: widget usage at a glance, with page loads, messages, and
clicks over time.

[⌊Monetization controls: toggle affiliate link scraping and Amazon affiliate links,
no code required.⌉⌊Monetization controls: toggle affiliate link scraping and Amazon
affiliate links, no code required.⌉[

Monetization controls: toggle affiliate link scraping and Amazon affiliate links,
no code required.

[⌊Simple plans, including a free tier to get started with no credit card.⌉⌊Simple
plans, including a free tier to get started with no credit card.⌉[

Simple plans, including a free tier to get started with no credit card.

## Installation

 1. Upload the `chatads` folder to `/wp-content/plugins/`, or install the .zip via 
    Plugins > Add New > Upload Plugin.
 2. Activate the plugin.
 3. Go to Settings > ChatAds and paste your widget key (starts with `cwk_`).
 4. Save. The widget now appears on your site.

## FAQ

### Where do I get a widget key?

Sign up free at https://www.getchatads.com and copy your widget key (`cwk_...`) 
from the dashboard.

### Do I need an OpenAI API key or a paid plan?

No. ChatAds runs the AI model for you on a free tier of 100 messages a day, with
no credit card. Unlike plugins that make you bring your own OpenAI key, there is
no model bill to fund.

### How do the affiliate links work?

When the assistant recommends a product, ChatAds wraps it in your own affiliate 
link, using Amazon links tied to your Associate tag or the affiliate links already
on your page. Commissions are paid directly to you, and you keep 100%. The assistant
only adds a link when a reply genuinely calls for a product, so it stays quiet the
rest of the time.

### Does it work with caching plugins?

Yes. The embed tag is static and all configuration is fetched client-side at runtime,
so there is no server-side state to cache-bust.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ChatAds – Affiliate AI Chatbot for Blogs” is open source software. The following
people have contributed to this plugin.

Contributors

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

[Translate “ChatAds – Affiliate AI Chatbot for Blogs” into your language.](https://translate.wordpress.org/projects/wp-plugins/chatads)

### Interested in development?

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

## Changelog

#### 1.0.3

 * Updated the plugin name and listing copy to highlight affiliate monetization.

#### 1.0.2

 * Settings page styles moved to a stylesheet loaded via wp_enqueue_style.
 * Widget script now loads async (WP 6.3+) and without a ver query param for better
   CDN caching.

#### 1.0.1

 * Widget script now served from getchatads.com.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.3**
 *  Last updated **5 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **7.0.1**
 *  PHP version ** 7.0 or higher **
 * Tags
 * [affiliate](https://wordpress.org/plugins/tags/affiliate/)[AI Chatbot](https://wordpress.org/plugins/tags/ai-chatbot/)
   [blog](https://wordpress.org/plugins/tags/blog/)[chat widget](https://wordpress.org/plugins/tags/chat-widget/)
 *  [Advanced View](https://wordpress.org/plugins/chatads/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/chatads/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/chatads/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/chatads/)