Description
Rivinci Chat by Rinoova lets you add the Rivinci AI assistant (a Rinoova SRL product) to your WordPress site in seconds.
Main features
- Shortcode
[rivinci_chat]— embed the widget in any page or post - Inline slug override —
[rivinci_chat slug="another-agent"]to use different agents per page - Floating chat button — optional, shown fixed at the bottom-right corner on every page
- Customizable color — choose the button color with a color picker
- WordPress user integration — optionally sends the logged-in user ID to the agent via
postMessage - No external dependencies — pure PHP, no additional JavaScript libraries
Getting started
- Install and activate the plugin
- Go to Rivinci Chat in the WordPress admin sidebar
- Enter the Agent Slug provided by Rivinci
- Add
[rivinci_chat]to a page or enable the floating button - Save and view the frontend
Shortcode
Basic usage:
[rivinci_chat]
With a custom slug for that specific page:
[rivinci_chat slug=”my-agent”]
Requirements
- A Rivinci account with at least one configured agent — rivinci.io
Installation
- Upload the
rivinci-chatfolder to/wp-content/plugins/
or install directly via wp-admin Plugins Add New Upload Plugin - Activate the plugin from the Plugins screen in WordPress
- Go to Rivinci Chat in the admin sidebar and enter your agent slug
- Add
[rivinci_chat]to a page or enable the floating button from settings
FAQ
-
Where do I find my agent slug?
-
Log in to your account at rivinci.io and copy the slug from the agent URL or its settings card.
-
Can I use different agents on different pages?
-
Yes, use the inline shortcode parameter:
[rivinci_chat slug="specific-agent"] -
Yes, they are independent. If you do not want the widget to appear twice, use only one of the two methods.
-
Does postMessage work for non-logged-in users?
-
The “Pass WordPress user” option only sends the message when the user is logged in (ID > 0). Nothing is sent for anonymous visitors.
-
Does the plugin work with page builders (Elementor, Divi, etc.)?
-
Yes, insert
[rivinci_chat]via the shortcode block available in any page builder. -
Yes. The chat widget loads in a cross-origin iframe, so cookie-scanner plugins (Complianz, CookieYes, Iubenda…) cannot detect the entries it uses. Open Rivinci Chat in the admin sidebar: the settings page includes a “Privacy & cookies” box with ready-to-paste Privacy Policy and Cookie Policy templates. You remain responsible for the legal compliance of your website.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Rivinci Chat by Rinoova” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Rivinci Chat by Rinoova” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.3
- Added a Privacy & cookie compliance reminder in the settings page, with ready-to-paste Privacy Policy and Cookie Policy templates (localStorage entries included)
- The localStorage keys in the templates are pre-filled with the configured agent slug
- Added Italian (it_IT) translations for the new strings; refreshed the .pot template
1.0.2
- Added onboarding guide in settings page with setup instructions
- Added shortcode usage hint in settings page
1.0.1
- Added Italian (it_IT) translation
1.0.0
- Initial public release
[rivinci_chat]shortcode with optionalslugparameter- Floating button with 380x600px popup
- Color picker for button color
- Optional WordPress user ID integration via postMessage
