Embed Woertle, the German Wordle with CEFR filters, directly onto your own website or blog.
Paste this HTML snippet into your site:
<iframe
src="https://woertle.com"
width="400"
height="675"
style="border:none; overflow:hidden;"
title="Woertle"
allowfullscreen>
</iframe>- Lightweight, responsive iframe
- Lazy loading for performance (optional)
- Great for educators, bloggers, and language learners
- Embedding is free for non-commercial use
- Please don’t modify or mirror the content
- For optimal results, use a clean
/embed-friendly layout if needed
MIT License
If you'd like to preview how it looks inside an HTML page:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embed Woertle Example</title>
</head>
<body>
<h1>Embed Woertle Example</h1>
<p>Below is Woertle embedded via iframe:</p>
<iframe
src="https://woertle.com"
width="400"
height="675"
style="border:none; overflow:hidden;"
title="Woertle"
allowfullscreen>
</iframe>
</body>
</html>🧠 For any issues or feedback, feel free to open a GitHub Issue or Pull Request.