Widgets

How to Add a Word Unscrambler to Your Website

LK Forge · 4 min read · Updated July 2026

You can add a full word unscrambler to any website, blog, or classroom page with a single line of code — free, with no sign-up, no plugin, and no script to install. Visitors type in their letters and it instantly lists every valid word they can make, from the longest plays down to two-letter words. This guide covers the fastest way to embed the Word Unscrambler, how to preload letters, and where it works.

The quickest way: paste one embed snippet

An embed is just an <iframe> that loads the unscrambler from lkforge.com, plus a small credit line. Copy this into your page’s HTML where you want the tool to appear:

<iframe src="https://lkforge.com/embed/wordunscrambler/"
        width="100%" height="640" loading="lazy"
        style="border:0;max-width:560px"
        title="Word Unscrambler by LK Forge"></iframe>
<p><a href="https://lkforge.com/tools/wordunscrambler/">Word Unscrambler</a>
   by <a href="https://lkforge.com/">LK Forge</a></p>

The <iframe> is the live tool; the <p> underneath is a plain credit link. Keep that line — the visible link is what keeps the widget free to embed. You can also copy this exact code straight from the “Add This Word Unscrambler to Your Website” section on the tool page.

Preload letters with ?q=

By default the widget opens with an empty box for visitors to fill in. To start it on a specific rack — useful for a puzzle page or a worked example — add a q parameter with the letters:

https://lkforge.com/embed/wordunscrambler/?q=retain

The widget fills in those letters and runs the search automatically as it loads, so the results are on screen the moment the page opens. Use ? or * in the letters for a blank tile that matches anything.

Where it works

Because it is a standard iframe, the embed works anywhere you can add HTML:

  • WordPress: add a Custom HTML block and paste the snippet.
  • Squarespace: use a Code / Embed block.
  • Wix: add an Embed HTML / iframe element.
  • Ghost: insert an HTML card.
  • Notion: paste the /embed/wordunscrambler/ URL and choose "Create embed".
  • Plain HTML, an intranet, or a lesson page: paste the snippet straight into the markup.

That’s the whole job. Copy the embed code from the Word Unscrambler page and paste it wherever a word-game blog, a Scrabble help post, or a classroom activity needs an instant word finder.

Grab the embed code from the 'Add this Word Unscrambler to your website' section on the tool page — free, no sign-up.

Open the Word Unscrambler tool