Website That

Listens, Understands And Engages

Webenoid Widget Installation Guide

Code to Embed the Webenoid Widget
Updated Date: February 20, 2025
<iframe id="webenoid_widget" src="https://webenoid.com/widget" style="position: fixed; bottom: 0px; right: 0px; width: 300px; border: none; z-index: 1000; height: 180px;" title="Voice Interaction Widget" allow="microphone" ></iframe>
<script src="https://webenoid.com/assets/webenoid/js/app.js" defer></script>
        
Copied!
For WordPress Websites
Updated Date: February 20, 2025
Using the WordPress Block Editor (Gutenberg):
  • Login to your WordPress Dashboard.
  • Navigate to the page or post where you want to add the widget and click Edit.
  • Click the "+" (Add Block) button, then search for "Custom HTML."
  • Paste the Webenoid code snippet into the Custom HTML block.
  • Save or update the page to see the widget on your site.
Adding to a Widget Area (Sidebar, Footer, etc.):
  • Go to Appearance > Widgets in your WordPress Dashboard.
  • Find the widget area where you want to add the Webenoid widget (e.g., Footer or Sidebar).
  • Drag and drop the "Custom HTML" widget to your chosen area.
  • Paste the Webenoid code snippet into the Custom HTML widget.
  • Click Save to apply the changes.
For Other CMS or Custom Websites
Updated Date: February 20, 2025
  • Open the HTML file or template where you want the Webenoid widget to appear.
  • Paste the Webenoid code snippet at the desired location, typically before the closing </body> tag.
  • Save the file and refresh your website to see the widget.