text.mongol.world / keyboard / embed

ᠮᠣᠩᠭᠣᠯ ᠤᠬᠠᠭᠠᠯᠢᠭ ᠲᠣᠪᠴᠢᠯᠠᠭᠤᠷ embed

ᠮᠣᠩᠭᠣᠯ ᠪᠢᠴᠢᠭ ᠦᠨ ᠤᠬᠠᠭᠠᠯᠢᠭ ᠲᠣᠪᠴᠢᠯᠠᠭᠤᠷ ᠢ iframe ᠪᠡᠷ ᠪᠤᠰᠤᠳ ᠰᠠᠢᠲ ᠳᠤ ᠣᠷᠣᠭᠤᠯᠵᠤ ᠠᠰᠢᠭᠯᠠᠵᠤ ᠪᠣᠯᠣᠨ᠎ᠠ᠃

Embed URL

Use this compact writer URL:

https://text.mongol.world/write?embed=1

Basic iframe

Recommended for desktop pages and documentation pages.

<iframe
  src="https://text.mongol.world/write?embed=1"
  title="MONGOL WORLD smart Mongolian keyboard"
  loading="lazy"
  style="
    width: 420px;
    max-width: 100%;
    height: 720px;
    border: 1px solid #ddd;
    border-radius: 24px;
    background: white;
  "
  allow="clipboard-read; clipboard-write"
></iframe>

Mobile iframe

Recommended for mobile-first pages.

<iframe
  src="https://text.mongol.world/write?embed=1"
  title="MONGOL WORLD smart Mongolian keyboard"
  loading="lazy"
  style="
    width: 100%;
    min-height: 680px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: white;
  "
  allow="clipboard-read; clipboard-write"
></iframe>

Responsive iframe wrapper

Use this when the parent page has a wide content area.

<div style="width:100%;max-width:480px;margin:auto;">
  <iframe
    src="https://text.mongol.world/write?embed=1"
    title="MONGOL WORLD smart Mongolian keyboard"
    loading="lazy"
    style="
      width: 100%;
      height: 720px;
      border: 1px solid #ddd;
      border-radius: 24px;
      background: white;
    "
    allow="clipboard-read; clipboard-write"
  ></iframe>
</div>

Live preview

This is the live iframe version of the smart Mongolian keyboard.

What embed mode includes

  • Smart traditional Mongolian input
  • Candidate bar for noun suffixes and verb suffixes
  • FVS1 / FVS2 / FVS3 / FVS4 shortcut support
  • NNBSP and MVS shortcut support
  • Mobile-friendly prefix shortcuts such as ‘1 ‘2 ‘3 ‘4 ‘5 ‘6
  • Copy and clear controls
  • Compact layout for iframe use

Tested examples

ᠪᠢ ᠶᠠᠪᠤ

verb suffix: ᠬᠤ / ᠭᠤ / ᠭᠰᠠᠨ

ᠪᠢ ᠢᠷᠡ

verb suffix: ᠬᠦ / ᠭᠦ / ᠭᠰᠡᠨ

ᠠᠯᠲᠠᠨ

noun suffix candidates

ᠮᠣᠩᠭᠤᠯ

noun suffix candidates

`1 `2 `3 `4

FVS shortcuts

`5 `6

NNBSP / MVS shortcuts

Notes

  • Recommended desktop width: 420px.
  • Recommended height: 680px – 720px.
  • Use 100% width on mobile pages.
  • Keep allow="clipboard-read; clipboard-write" so the copy button can work.
  • The full public writer remains at /write.
  • The embed page does not require users to install an app or browser extension.
  • Release notes are available at /keyboard/release.