Skip to content

saunlani/woertle-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Woertle Embed

Embed Woertle, the German Wordle with CEFR filters, directly onto your own website or blog.

🔧 How to Embed

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>

✨ Features

  • Lightweight, responsive iframe
  • Lazy loading for performance (optional)
  • Great for educators, bloggers, and language learners

⚠️ Notes

  • 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

📄 License

MIT License

🔗 Related


💡 Example Standalone Embed Page

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.

About

Woertle Embed — a German-language Wordle game with CEFR filters — on any site via iframe.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors