Webenoid Widget Installation Guide

Code to Embed the Webenoid Widget
Updated Date: May 20, 2025
<script src="https://webenoid.com/assets/webenoid/js/apiwebenoid.js"></script>
Copied!
For WordPress Websites
Updated Date: May 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 script tag 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 script tag.
  • Click Save to apply the changes.
For Other CMS or Custom Websites
Updated Date: May 20, 2025
  • Open the HTML file or template where you want the Webenoid widget to appear.
  • Paste the following script tag just before the closing </body> tag.
  • Save the file and refresh your website to see the widget.