VP Iframe Assistant adds a floating button to your website. When clicked, it opens a chat-style side panel (full screen on mobile) that loads any conversational assistant embedded through an iframe.
It is provider-agnostic: you just paste the iframe URL of the assistant you want to embed. It works with any service that offers an embeddable iframe — for example, a Q-soft (e-salus) appointment assistant, a support chatbot, a booking widget, an AI assistant, etc.
The plugin itself does not connect to or send any data to external servers. The iframe is loaded directly in the visitor’s browser, against the URL configured by the site administrator.
Transparency: this plugin was developed with AI assistance (Claude) and was reviewed and audited manually by the Visual Publinet team, including a security and privacy review. It has no external dependencies and no API keys.
vpifa-open CSS class or a JavaScript API.In addition to the floating button, you can open the assistant from any element on the website by adding the CSS class vpifa-open (or the data-vpifa-open attribute):
<a href="#" class="vpifa-open">Open assistant</a>vpifa-open.vpifa-open.You can also pick existing menu items directly from the plugin settings (“Open from a menu item”): tick the menu entries that should open the assistant and the plugin adds the trigger for you, no CSS class needed.
It can also be opened with JavaScript: window.vpifaCita.open() (and .close() / .toggle()).
Filter available to hide the widget on specific templates:
add_filter( 'vpifa_should_render', '__return_false' );