| 开发者 |
entangle
rukshn |
|---|---|
| 更新时间 | 2026年4月22日 04:04 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
https://entangle.ch/script/ — this powers the chatbot interfacehttps://entangle.ch/style/ — this styles the chatbot widgethttps://policies.google.com/terms, privacy policy https://policies.google.com/privacyhttps://hicafe.co/vibecheck endpoint to check the subscription status/wp-content/plugins/entangle-injector/, or install directly via the WordPress plugin screenwp_body_open() for the chatbot element to render (all modern themes support this)The plugin itself is free. However, an active subscription from entangle.ch is required to receive the script and CSS URLs that power the chatbot.
After subscribing at entangle.ch, you will receive a unique Script URL and CSS URL for your website from the Entangle dashboard.
No. The chatbot assets are loaded from a fast CDN and do not block page rendering. The JavaScript module uses type="module" which is inherently non-blocking.
Yes. The injection happens through WordPress hooks (wp_head, wp_footer, wp_body_open) which are compatible with all major caching plugins including WP Rocket, W3 Total Cache, and WP Super Cache.
You can toggle the widget off from the settings page at any time. This removes all injected code from your frontend without deleting your saved URLs or settings.
Yes. Entangle supports multilingual websites. Contact entangle.ch for details on multilingual configuration.
Yes, The reCAPTCHA field is required. You can use your own reCAPTCHA key or use the one provided by Entangle
If your theme doesn't call wp_body_open(), the <entangle-app> element may not render correctly. We recommend updating to a theme that supports this standard WordPress hook, or contact Entangle support for assistance.
You can drop us an email at hello@entangle.ch or contact us through https://entangle.cloud/contact
<head>, reCAPTCHA in <head>, <entangle-app> in <body>, and JS module before </body>