Add a free, interactive daily word game to your website. Lightweight, responsive, and available in 7 languages.
Choose either the script tag (recommended) or iframe method. Copy and paste into your HTML.
Drops the widget inline. Automatically inherits your page container width.
<script src="https://www.a2zwords.com/widget/lingle-widget.js"></script>
<script src="https://www.a2zwords.com/widget/lingle-widget.js"
data-lang="es"
data-length="6"
data-theme="light">
</script>
For platforms that don't allow external scripts (WordPress.com, Medium, etc.).
<iframe
src="https://www.a2zwords.com/widget/lingle-widget.html"
width="320"
height="380"
style="border:none;border-radius:14px;"
loading="lazy"
title="Lingle Daily Word Challenge">
</iframe>
If you use a WordPress site with a custom HTML block, paste the script tag from Option 1.
Control the widget appearance and defaults using data attributes on the script tag.
| Attribute | Values | Default | Description |
|---|---|---|---|
data-lang |
en, es, fr, de, it, pt, nl |
en |
Default language shown in the selector |
data-length |
4, 5, 6, 7, 8 |
5 |
Default word length for the challenge |
data-theme |
dark, light |
dark |
Color scheme to match your site |
Under 5KB total. No external dependencies, frameworks, or CSS files. Just one script tag.
Uses Shadow DOM so styles never conflict with your site. Drop it anywhere safely.
English, Spanish, French, German, Italian, Portuguese, and Dutch. Visitors pick their language.
Fits any container from 200px to full width. Looks great on mobile and desktop.
Teaser text changes every day automatically. Gives visitors a reason to return.
Adds interactive engagement content with natural backlinks to boost your site's value.
Word game widgets are one of the highest-engagement embeds available. Here's what you get:
No. The entire widget is under 5KB of self-contained JavaScript with no external dependencies. It uses Shadow DOM, so it cannot interfere with your page styles or layout.
No. The widget contains zero tracking code, no cookies, no analytics, and no third-party requests. It is purely a UI component.
Use data-theme="light" for light backgrounds or data-theme="dark" for dark ones. Full custom theming is coming soon.
Yes. Add a Custom HTML block in the WordPress editor and paste the script tag embed code. For WordPress.com free plans that block scripts, use the iframe version.