Embed Oh Hell on your site

Run a card-game blog, a game directory, or a community site? Add a free "Play Oh Hell" badge or link so your visitors can jump straight into a game. Just copy one of the snippets below and paste it into your page's HTML — no account, no script, and nothing to maintain.

Each snippet is a plain HTML link back to ohhell.app, so it works in any blog post, sidebar, or directory listing, and it keeps working even if our styling changes. New here? Read the rules or the strategy guide first.

Button badge recommended

A compact, self-styled button — looks the same everywhere because the styles are inline:

<a href="https://ohhell.app/" style="display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#e50914;color:#fff;font-weight:700;font-size:15px;font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;text-decoration:none;border-radius:8px;">🃏 Play Oh Hell</a>

A simple inline link that inherits your site's own text styling:

<a href="https://ohhell.app/">Play Oh Hell — free online trick-taking card game</a>

Why a link instead of an iframe?

A direct link is faster for your readers, won't slow down your page, and — unlike an embedded iframe — passes proper credit to the game. It also sidesteps the framing restrictions that protect players from clickjacking. If you'd like a different size or colour of badge, the inline styles above are yours to tweak.