Embeddable country widget
A free "country at a glance" card for your blog — cost, internet, safety, tourism and visa scores, top cities, and climate/transit notes, pulled live from NomadBearings's country database. Pick a country and theme below, copy the two snippets, and paste them into your post.
A compact card, sized for a sidebar or narrow column.
1. Paste this where you want the widget to appear
<iframe src="https://nomadbearings.com/embed/japan/dark/" style="width:100%;max-width:420px;height:820px;border:0" title="Japan at a glance — NomadBearings"></iframe>
This is raw HTML, not plain text — it needs an HTML-capable block. In WordPress's block editor, use a Custom HTML block (or a Code block).
2. Paste this once per page (anywhere — even with multiple widgets embedded)
<script src="https://nomadbearings.com/embed-parent-resize.js"></script>
Same as above — this needs a Custom HTML/Code block too, not a paragraph block.
Height is automatic — the widget tells the page how tall it is and the second snippet resizes the iframe to fit. Don't hardcode a fixed height yourself; the height in the first snippet is just a sane starting value before the resize script takes over.
The NomadBearings credit and "View Japan Profile" link at the bottom of the widget are a required part of it, not a placeholder — please don't remove or hide them.
Live preview