Title: Deinwebseitenchat
Author: markusegonkuhn
Published: <strong>September 26, 2026</strong>
Last modified: September 26, 2026

---

Search plugins

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

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

# Deinwebseitenchat

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

[Download](https://downloads.wordpress.org/plugin/deinwebseitenchat.1.3.0.zip)

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

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

## Description

Deinwebseitenchat adds an AI chat widget to your WordPress site. The bot answers
questions from your visitors using your own content — opening hours, services, prices,
application processes, whatever you have published.

Setup happens inside WordPress. Install the plugin, create your account right on
the settings screen, and the plugin creates your chatbot and switches the chat on—
there is no API key to copy and no second browser tab. If you already have an account,
paste your API key instead and pick your chatbot.

**Built for GDPR (DSGVO)**

The service is operated from Germany with a data processing agreement (Auftragsverarbeitungsvertrag)
available for every account. The widget sets no third-party cookies and stores only
a session id in the browser’s local storage.

**What the plugin does**

 * Loads the chat widget on your site — no theme editing, no code snippets
 * Opens your account and creates your chatbot without leaving the WordPress admin
 * Lets you change the name, the greeting, the colour and the position of the chat
   right here
 * Shows the conversations your chatbot had, right inside WordPress, and marks the
   ones that produced a lead or a callback request
 * Lets you hide the chat from logged-in editors while you work
 * Lets you switch the chat off without deactivating the plugin
 * Removes all its data when you uninstall it

**Who it is for**

Practices, law firms, tax advisors, associations, schools, workshops, local retailers
and B2B companies — sites that keep answering the same handful of questions by phone
and e-mail.

**Account required**

This plugin is a client for the deinwebseitenchat.de service and requires an account
there. A free plan is available. The service is what generates the answers; the 
plugin only embeds it.

### External services

This plugin connects to the deinwebseitenchat.de API, operated by Markus Kuhn.

**What is sent and when**

 * When you create an account on the settings screen, the plugin sends your name,
   e-mail address, company name and password to the service and receives an API 
   key, which is what it stores. The password itself is never stored in WordPress.
 * When you enter or create an API key, the plugin asks the service for the list
   of chatbots in your account. Sent: your API key. Received: chatbot ids, names,
   and the greeting, colour and position of each.
 * When you create a chatbot or save its settings, the plugin sends what you entered—
   name, website address, greeting, colour, position — to the service. Sent: your
   API key and those values.
 * When you open the conversations screen in the WordPress admin, the plugin asks
   the service for the conversations of the selected chatbot, and for the messages
   of the conversation you open. Sent: your API key and the chatbot id. Received:
   conversation dates, opening questions, number of messages, messages and any lead
   or callback request. The answers are cached in WordPress for two minutes.
 * When you publish or update a page or post of a selected type, the plugin sends
   its title, its address and its text to the service, so the chatbot can answer
   from it. Sent: your API key, the chatbot id and that content. Draft, private,
   password-protected and trashed content is never sent. Unpublishing or deleting
   a page removes its content from the service again. This transfer can be switched
   off in the settings.
 * On the public side, the plugin loads the widget script from the service and passes
   the chatbot id you selected. Visitor messages typed into the chat are sent to
   the service to generate an answer.

No data is transmitted from the front end until a visitor actively opens the chat
and sends a message.

Service terms: https://deinwebseitenchat.de/agb
 Privacy policy: https://deinwebseitenchat.
de/datenschutz

## Screenshots

[⌊The settings screen with the connected account and the chatbot selection.⌉⌊The
settings screen with the connected account and the chatbot selection.⌉[

The settings screen with the connected account and the chatbot selection.

[⌊The chat widget on the front end.⌉⌊The chat widget on the front end.⌉[

The chat widget on the front end.

[⌊The conversation overview in the WordPress admin, with date, opening question,
number of messages and the mark for lead and callback requests.⌉⌊The conversation
overview in the WordPress admin, with date, opening question, number of messages
and the mark for lead and callback requests.⌉[

The conversation overview in the WordPress admin, with date, opening question, number
of messages and the mark for lead and callback requests.

[⌊The history of a single conversation, with visitor and bot messages in order.⌉⌊
The history of a single conversation, with visitor and bot messages in order.⌉[

The history of a single conversation, with visitor and bot messages in order.

## Installation

 1. Install and activate the plugin.
 2. Go to Settings  Deinwebseitenchat.
 3. Under “Neu hier”, enter your name, e-mail address and a password. The plugin creates
    your account and connects it.
 4. Confirm the name of your company and the address of your website. The plugin creates
    your chatbot and switches the chat on.

Already have an account? Use “Ich habe schon ein Konto”, paste the API key from 
your account settings, and pick your chatbot from the list.

## FAQ

### Do I need an account?

Yes. The plugin embeds the deinwebseitenchat.de service, which generates the answers.
A free plan is available, and you can open the account from the plugin’s settings
screen without leaving WordPress.

### Is my password stored in WordPress?

No. It is sent to the service once, when the account is created, and only the API
key that comes back is stored.

### What can I change in WordPress, and what in the dashboard?

The name of the chatbot, the greeting, the main colour and the corner it sits in
are here in WordPress. The knowledge base, the training and the detailed design 
of the chat window are in the dashboard, which the settings screen links to.

### Is this GDPR compliant?

The service is operated in Germany and offers a data processing agreement for every
account. The widget sets no third-party cookies. As with any service that processes
visitor input, mention it in your privacy policy.

### Can I hide the chat on certain pages?

Yes, with the `dwchat_should_load_widget` filter:

    ```
    add_filter( 'dwchat_should_load_widget', function ( $load ) {
        return is_page( 'checkout' ) ? false : $load;
    } );
    ```

### Does it slow down my site?

The widget script is loaded in the footer and does not block rendering.

### Where do I see the conversations my chatbot had?

In the WordPress admin under “Gespräche”. The overview lists every conversation 
of the selected chatbot, newest first, and marks those in which a visitor left a
lead or asked for a callback. Clicking a row opens the full history.

### How current is the conversation list?

Answers from the service are cached for two minutes so that the screen stays fast.
The “Neu laden” button on the overview empties that cache right away.

### What happens when I uninstall the plugin?

All settings stored by the plugin are deleted. Your chatbot and its data remain 
in your account.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

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

[Translate “Deinwebseitenchat” into your language.](https://translate.wordpress.org/projects/wp-plugins/deinwebseitenchat)

### Interested in development?

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

## Changelog

#### 1.3.0

 * New: pages and posts are sent to the chatbot’s knowledge base when you publish
   or update them, so its answers follow your website without a separate crawl.
 * New: “Alle Inhalte jetzt übertragen” sends the existing pages in batches, with
   a progress readout.
 * New: the settings screen shows when content was last transferred and how much.
 * Changed: unpublishing, trashing or deleting a page removes its content from the
   service again.
 * Note: only published content is sent — never drafts, private, password-protected
   or trashed content. The transfer can be switched off.

#### 1.2.0

 * New: create your account and your chatbot straight from the settings screen —
   no API key to copy, no detour through the dashboard.
 * New: the settings screen shows which of the three setup steps you are at.
 * New: the name, greeting, main colour and position of the chatbot can be changed
   in WordPress.
 * New: “Verbindung trennen” removes the stored key without touching your account.
 * Changed: an API key is tried out before it is stored, so a wrong one is pointed
   out right away.
 * Changed: the conversation overview reads the number of messages from the list
   the service returns, instead of opening every conversation. The screen loads 
   several times faster.
 * Fixed: switching the chat off had no effect on a site where the setting had never
   been saved.

#### 1.1.0

 * New: a “Gespräche” screen in the WordPress admin listing the conversations of
   the selected chatbot, newest first and paginated.
 * New: the history of a single conversation, with visitor and bot messages, human
   operator replies and a timestamp per message.
 * New: conversations that produced a lead or a callback request are marked in the
   overview, with the contact details shown in the history.
 * New: service answers are cached for two minutes; a “Neu laden” button empties
   that cache.

#### 1.0.0

 * First release.

## Meta

 *  Version **1.3.0**
 *  Last updated **15 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[chatbot](https://wordpress.org/plugins/tags/chatbot/)
   [customer service](https://wordpress.org/plugins/tags/customer-service/)[GDPR](https://wordpress.org/plugins/tags/gdpr/)
   [live chat](https://wordpress.org/plugins/tags/live-chat/)
 *  [Advanced View](https://wordpress.org/plugins/deinwebseitenchat/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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