Skip to main content
CountryReports

Link to CountryReports

Free embeds, badges, and text links to drop into your site, blog, or learning portal.

Want to send your readers, students, or customers to a CountryReports page from your own site? You do not need permission — pick whichever embed below fits the page you are building, copy the code, and paste it where you want it to appear.

1. Select a Page

Pick a top-level page — the home page, a region, the Compare Countries tool, an activity, or a lesson. To link to a specific country profile, use the country dropdown below. Whichever you change last drives the previews and snippets.

2. Text Link

A plain anchor tag. Smallest footprint, no styling, drops into any block of text.

Live preview

Read the full country profile on CountryReports — Thailand.
<a href="https://countryreports.org/country/Thailand.htm">CountryReports — Thailand</a>

3. Banner Badge

Self-contained badge with the CountryReports logo. White background, no external CSS — safe to drop into LMS pages, Notion, or static blog posts.

Live preview

<a href="https://countryreports.org/country/Thailand.htm" style="display:inline-flex;align-items:center;gap:18px;padding:10px 21px;background:#fff;color:#1B2A4A;font-family:sans-serif;font-size:18px;text-decoration:none;border-radius:10px;border:1px solid #D4A843;box-shadow:0 1px 3px rgba(15,32,53,0.08);">
  <img src="https://d28upluuwx8m8h.cloudfront.net/logo.webp" alt="CountryReports" style="height:31px;width:auto;display:block;">
  <span style="color:#1B2A4A;font-weight:600;">Thailand</span>
  <span style="color:#C19535;">&rarr;</span>
</a>

4. Quick-Fact Embed

Iframe card with the destination's branding and a "Read more" link. For country profiles it shows the flag, capital, population, and region. For other destinations it shows a short description. Lazy-loaded and resized to its content. The final endpoints will live under /embed/{type}/{slug}.

Live preview (mockup)

Thailand

Capital
Bangkok
Population
71.6 million
Region
Asia
Read full profile
<iframe src="https://countryreports.org/embed/country/Thailand" style="width:100%;max-width:480px;height:280px;border:0;border-radius:12px;" loading="lazy" title="CountryReports preview for Thailand"></iframe>

5. Countries Dropdown Widget

A small interactive widget that lets visitors pick a country and jump straight to its profile. Replaces the legacy CountryReports.org widget. The country list is hosted on our domain so it stays current automatically — you do not need to re-paste when new countries are added.

Live preview

CountryReports
<div style="display:block;overflow:hidden;clear:both;margin:5px 0;">
  <div id="countryReportsWidgetDropdown" style="display:inline-block;padding:10px 12px;background:#fff;border:1px solid #BBBBBB;border-radius:4px;font-family:Arial,sans-serif;font-size:12px;color:#1B2A4A;max-width:260px;">
    <div style="padding:2px 0 6px;">
      <a href="https://countryreports.org" target="_blank">
        <img src="https://d28upluuwx8m8h.cloudfront.net/logo.webp" alt="CountryReports" style="height:22px;width:auto;display:block;border:0;">
      </a>
    </div>
    <div style="padding:2px 0;">
      <script src="https://countryreports.org/js/widget/dropdown.js"></script>
    </div>
    <div style="padding:6px 0 2px;font-size:11px;">
      Learn about <a href="https://countryreports.org/countries" target="_blank" style="color:#C19535;text-decoration:none;">Countries of the World</a>
    </div>
  </div>
</div>

Picking a country in the live preview opens that country profile in a new tab. The embedded version does the same on visitors' sites.

Linking Guidelines

  • You do not need permission to link to any public CountryReports page. Deep linking is welcome.
  • Do not present CountryReports content inside your own framing as if it were authored by you. Always credit CountryReports as the source.
  • Embeds must keep the "CountryReports" branding visible. Do not strip the logo or the "Read more" link.
  • If you find a broken link or an outdated embed, please tell us — older country pages have been renamed and we redirect when possible.