How do I add a ChatNexus AI chatbot widget to my WordPress site?
The plugin handles all the iframe embedding logic—you don't need to touch any code. The widget loads asynchronously, so it doesn't block your page render. See the WordPress integration guide for step-by-step screenshots.
Where do I find my agent UUID?
The UUID uniquely identifies your agent across all platforms. Copy it exactly as shown—it's case-sensitive. Paste it into the ChatNexus WordPress plugin settings.
Can I customize the chatbot widget appearance?
Open your agent → Widget Settings → customize theme, greeting, and animation. All changes sync to your WordPress site and any other embed within seconds. No plugin re-activation needed.
Does the WordPress plugin slow down my site?
The script uses async defer attributes, meaning it doesn't block DOM parsing. The widget also loads lazy—it doesn't initialize until the user scrolls near it or clicks the icon. WordPress plugin best practices recommend async loading, which we follow.
What happens if I deactivate the plugin?
Deactivating the plugin removes the script tag from your footer but does not delete your ChatNexus agent or any data. Your agent continues running on ChatNexus and can be re-embedded anytime by reactivating the plugin or using the manual <script> embed code.