ShenzhenDecoded

Embed Our Free China Visa Checker on Your Site

Give your readers an instant answer to "Do I need a visa for China?" Copy the embed code below β€” no sign-up, no API key, no cost.

Why add this to your blog?

Every traveler heading to Shenzhen or mainland China eventually asks: "Do I need a visa?" Instead of sending them to yet another government website, let them check right on your page.

⚑

Instant value

Readers pick their country and get an answer in one click. No forms, no signup.

πŸ”„

Always current

We update the widget whenever China's visa policy changes β€” your embed stays fresh automatically.

πŸ“±

Mobile-friendly

Responsive design that works in any layout. Looks great on phones and desktops.

πŸ†“

100% free

No API keys, no sign-up, no rate limits. Just paste and go.

Option 1: Standard (fixed width)

Copy and paste this into your HTML or CMS:

<iframe
  src="https://www.shenzhendecoded.com/tools/visa-checker/embed"
  width="400"
  height="380"
  style="border: 1px solid #e5e7eb; border-radius: 16px; max-width: 100%;"
  title="China Visa Checker β€” Powered by Shenzhen Decoded"
  loading="lazy"
  sandbox="allow-scripts allow-same-origin"
></iframe>

Best for sidebars, narrow content areas, or when you want a consistent width.

Option 2: Responsive (full-width)

Adapts to your content width:

<div style="position: relative; width: 100%; max-width: 420px; margin: 0 auto;">
  <iframe
    src="https://www.shenzhendecoded.com/tools/visa-checker/embed"
    width="100%"
    height="380"
    style="border: 1px solid #e5e7eb; border-radius: 16px;"
    title="China Visa Checker β€” Powered by Shenzhen Decoded"
    loading="lazy"
    sandbox="allow-scripts allow-same-origin"
  ></iframe>
</div>

Best for in-article embeds where you want the widget to fill the available space.

Live Preview

Here's what the widget looks like when embedded:

Embedding Tips

πŸ’‘

WordPress? Use the "Custom HTML" block in the Gutenberg editor and paste the iframe code directly.

πŸ’‘

Squarespace / Wix? Add an "Embed" or "Code" block and paste the iframe snippet.

πŸ’‘

Markdown / Ghost? Paste the iframe HTML directly into a HTML card. The <iframe> tag is standard and supported everywhere.