Free Embeddable Widget

Honey Facts Widget

Add beautiful, rotating honey facts to your blog, recipe site, or educational page. Two lines of code — no frameworks, no accounts, no fees.

Live Preview

Toggle between themes to see the widget in action.

Embed Code

Copy and paste into your website's HTML. That's it — no API keys, no accounts.

Light Theme (Default)

<div id="honey-facts-widget"></div> <script src="https://rawhoneyguide.com/widget/honey-facts.js"></script>

Dark Theme

<div id="honey-facts-widget" data-theme="dark"></div> <script src="https://rawhoneyguide.com/widget/honey-facts.js"></script>

All Options

<div id="honey-facts-widget" data-theme="light" data-auto-rotate="true" data-interval="10000"> </div> <script src="https://rawhoneyguide.com/widget/honey-facts.js"></script>

Configuration Options

AttributeValuesDefaultDescription
data-theme"light" | "dark""light"Color theme of the widget
data-auto-rotate"true" | "false""true"Auto-cycle through facts
data-intervalMilliseconds8000Time between auto-rotations (ms)

Why Add the Widget to Your Site?

Boost Engagement

Interactive content keeps visitors engaged. Rotating facts give readers a reason to stay and explore.

Zero Dependencies

Pure vanilla JavaScript under 8KB. No jQuery, no React, no external CSS files to load.

Works Everywhere

WordPress, Squarespace, Wix, Ghost, Shopify, Webflow — any platform that supports custom HTML.

Light & Dark Themes

Matches your site design. Choose light for white backgrounds or dark for dark-mode layouts.

Platform Setup Guides

W

WordPress

Edit a post or page, add a "Custom HTML" block, paste the embed code.

S

Squarespace

Add a "Code Block" in the page editor, paste the embed code, save.

W

Wix

Add an "Embed HTML" element from the Add menu, paste the embed code.

G

Ghost

Add an "HTML" card in the editor, paste the embed code.

S

Shopify

Edit the page template, add a "Custom Liquid" section, paste the embed code.

S

Static HTML

Paste both lines directly into your HTML file where you want the widget.

Frequently Asked Questions

Is the honey facts widget free to use?
Yes, the honey facts widget is completely free for personal and commercial use. You can embed it on blogs, websites, recipe pages, and educational content with no fees or account required.
Does the widget slow down my website?
No. The widget is a single lightweight JavaScript file (under 8KB) that loads asynchronously and does not depend on any external libraries or frameworks. It has zero impact on your Core Web Vitals scores.
Can I customize the widget appearance?
Yes. The widget supports light and dark themes via the data-theme attribute. You can also control auto-rotation with data-auto-rotate and set the rotation interval in milliseconds with data-interval.
Does the widget work on WordPress, Squarespace, and Wix?
Yes. The widget works on any platform that supports custom HTML, including WordPress (Custom HTML block), Squarespace (Code Block), Wix (HTML iFrame/Embed), Ghost, Webflow, Shopify, and static HTML sites.
How often are the honey facts updated?
The widget includes 20 curated facts about honey that are rotated randomly for each visitor. Facts are verified against peer-reviewed research and updated periodically when new information becomes available.
Can I embed multiple widgets on the same page?
Yes. Use the class "honey-facts-widget" instead of the id on each container div. Each widget instance operates independently with its own rotation and navigation.