No external setup needed. The website channel requires no external account setup. You can configure and deploy your chat widget entirely from the Revve dashboard.
Once you have configured your Chat Agent’s appearance and behavior, the next step is to install it on your website. Revve AI provides two installation methods: a JavaScript snippet for any website, and a dedicated WordPress plugin.
To access installation instructions, navigate to Agents > Chat Agents, select your website Chat Agent, and click the Installation tab.
Installation Methods
JavaScript (Any Website)
The JavaScript method works on any website where you can add custom HTML. Copy the embed code from the Installation tab and paste it into your website’s HTML.
Steps:
- In the Installation tab, locate the JavaScript embed code block.
- Click the copy button in the top-right corner of the code block to copy the snippet to your clipboard.
- Paste the code into your website’s HTML, just before the closing
</body> tag.
- Save and publish your website changes.
The embed code includes your unique chatbot ID and automatically loads the chat widget script. The code looks like this:
Configuration Options
WordPress
For WordPress sites, Revve AI provides a dedicated plugin for easier installation.
Steps:
- In the Installation tab, click the Download WordPress Plugin button.
- In your WordPress admin, go to Plugins > Add New > Upload Plugin.
- Upload the downloaded plugin file and click Install Now.
- Activate the plugin.
- Go to WP Admin > Settings > Revve Options.
- Enter your Chat Agent ID (shown on the Installation tab) and click Save.
The plugin will automatically add the chat widget to all pages of your WordPress site.
Best Practices
- Test before going live. After installation, visit your website in an incognito/private browser window to verify the widget appears and works correctly.
- Check mobile. Make sure the widget looks and functions properly on mobile devices.
- Use debug mode during setup. Enable
debug: true in the config while testing to see helpful messages in your browser’s developer console. Remove it before going live.
- One widget per page. Only install one Revve chat widget per page. Installing multiple widgets on the same page may cause conflicts.
Troubleshooting
Next Steps