When content sites publish ranking posts — “best of” lists, buying guides, character power rankings — the usual move is to export one long screenshot and drop it into the article. Readers glance at the order and scroll on. The comments section might get a couple of “X shouldn’t be in S tier” arguments, but nobody can actually do anything about it.

An interactive tier list flips that around: the items are already laid out, and readers can drag them into S / A / B right in the article, then screenshot or share their own version. The page gains a reason to “do something,” which usually makes time on page and discussion easier to grow than with a static image.

Here’s how to think about when to use one, how to build it, and what to watch out for when embedding — written so you can apply it directly on your own site.

Which Articles Are Good Candidates for an Interactive Tier List

Not every post needs one. These formats benefit the most:

  • Subjective rankings: character strength, skin aesthetics, playlists, keyboard feel, browser preferences — there’s no single right answer, so letting readers build their own tier feels natural.
  • Long buying guides / comparisons: you’ve already stated your conclusions; add a board readers can rearrange, and they can show “my budget only reaches A tier” instead of just arguing. Comments get much more specific.
  • Events and voting-style content: anniversary roundups, quarterly reviews, community-built leaderboards. A static image only shows the editors’ verdict; a draggable board brings the voting floor into the article.

If the list is very short (say, fewer than 8 items) or you just want to cite an established numeric ranking, a static image is lighter and fine. Reach for the interactive board when people are likely to argue, re-rank, or export and share their own take.

Three Things You Get Beyond a Static Screenshot

1. Time on page has something to hold onto
Readers drag and align tiers — more action than scrolling past. For sites that rely on engagement signals, this is cleaner than jamming in more ad slots.

2. Comments are easier to write
“I think X should be S tier” becomes “I re-ranked it, here’s my screenshot.” Arguments have a concrete artifact, and moderators have an easier time keeping the thread focused.

3. Sharing takes less effort
A reader’s own finished tier is easier to share in communities, on social feeds, and in screenshots than the editor’s original image. You’re essentially handing readers a takeaway they can carry away.

None of this works if the board itself isn’t good: clear item names, recognizable artwork, tier labels that mean something. A messy board just adds another empty white box to the page.

Building an Embeddable Board with an Online Tool

A common approach is to find an online tier-list service that supports open embedding. For example, OBPAI (the Chinese version of Tiermaker) lets you search existing templates or build your own theme, drag items, export images, and generate an iframe to paste into your blog.

The shortest path looks like this:

  1. Open the site, search for a template for your topic, or create a new blank board.
  2. Check item names and images; adjust tier labels to match your article’s framing (some use S–D, others use “Must Buy / Consider / Wait and See”).
  3. On the template page, click “Embed in website/blog,” copy the iframe, and adjust the height to fit your layout.
  4. Paste the code into a WordPress “Custom HTML” block, a Ghost HTML card, or anywhere your static site allows raw HTML.

The default height is usually around 860px, which works for long desktop articles. On mobile, a fixed 860px can feel tall and hard to drag; use a media query to bring it down to roughly 640–720px, or add a line in the article like “rotate your phone for easier dragging / open the full page.” Keep the width at 100% and let the article container control the max width — don’t hard-code 1200px.

For more environment-specific issues (security plugins stripping iframes, CSP, embeds not working inside WeChat articles), check their embed documentation: How to Embed an Interactive Tier List into Your Website or Blog in One Click.

Pitfalls We’ve Hit on WordPress and Static Sites

  • WordPress: use the “Custom HTML” block. Some security plugins strip iframes by default; add obpai.com to the allowlist, or switch to a shortcode plugin that supports iframes.
  • Hexo / Hugo: make sure your Markdown renderer allows raw HTML; if the theme sanitizes HTML, allow iframe src through.
  • WeChat official accounts / some in-app browsers: third-party iframes often render blank. The safer play is a cover image plus a button linking to the full tier-list page.
  • Sites with strict CSP: if the parent page restricts frame-src, allow the embed domain in your own policy; otherwise readers only see an empty box.

Preview on a real device before publishing: the board should be visible, draggable, and not cause horizontal overflow on mobile.

Keeping It from Feeling Like an Ad

Treat the interactive board as a tool for readers to adjust opinions, not as the whole article.

A structure that works:

  1. Open with a paragraph or two explaining the criteria used for the rankings.
  2. Present your conclusions or key points.
  3. Embed the interactive board near the conclusions, with a line like: “Disagree with our ranking? Rearrange it below.”
  4. Close with a discussion prompt: invite readers to share their screenshots or explain which items they moved.

Readers get information first, then a reason to act; search engines also see full written content instead of a page that’s mostly an embedded widget.

If you cite external public data (Steam concurrent players, media scores, shipment numbers), include the snapshot date and source links in the body. The tier board handles “subjective ranking and interaction”; the data table handles “verifiable evidence.” When the two roles are clear, the article holds up better.

Pre-Publish Checklist

  • Item names, images, and tier labels match the article; no typos or outdated character names.
  • Drag-and-drop tested on both desktop and mobile; no large empty gaps or nested scrollbars.
  • If you want referral traffic back, keep the source link pointing to the full tier-list page in the embed code; turn it off if you prefer a cleaner layout.
  • The article still contains enough original writing; the interactive board is a supplement, not the only content.
  • If the template is still being heavily changed, hold off on wide distribution — readers’ screenshots would become outdated evidence.

Ranking content keeps getting searched and argued over. Instead of handing readers a finished screenshot, leave a board they can change in the right articles: readers stay a little longer, comments are easier to write, and you gain a reusable content component. When you need a ready-made template or want to build your own theme, search obpai.com to start a board and embed it into your site following the steps above.


Author Bio (Suggested Placement: End of Post)

OBPAI Geek Team
Builds interactive tier lists and ranking content in Chinese; maintains OBPAI TierList. Focused on how to write and embed debatable rankings for games, digital products, and tools.


Contact (Optional — Keep or Remove When Sending)

For partnerships / artwork / link exchange: contact us through your site’s editorial channel, or visit https://obpai.com.