embed
Translate:

Embed RTI Wiki content on your site

Embed any RTI Wiki article on your website, blog or client portal — free, safe, and clearly branded. The widget shows the article title, summary, “Verified by RTI India Team” badge (if the article is verified), and links back to the full page. You keep the reader in your flow; they get a credible RTI reference at a glance.

How it works. Every RTI Wiki page can be embedded as a small card using a one-line iframe snippet. The embed is fully self-contained: your site loads it, the card renders, the reader clicks through to the full article if they want more. No tracking pixels. No cookies. No CORS headaches.

Quick start — 1-minute setup

  1. Decide which RTI Wiki article you want to embed. Copy its path (e.g., file-rti-online-india, pio-section-8-1-j-framework, cases/cic-rti-ondc-commerce-platform-2024).
  2. Copy the snippet below, replacing YOUR-PAGE-SLUG with your article path.
  3. Paste it anywhere in your HTML.
<iframe
  src="https://righttoinformation.wiki/embed.php?article=YOUR-PAGE-SLUG"
  width="100%"
  height="220"
  frameborder="0"
  scrolling="no"
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"
  title="RTI Wiki article">
</iframe>

Live preview — the embed renders like this

Verified by RTI India Team shows in the top-right when the article is part of our verified list (curated flagship pages). Unverified but public pages embed without the badge.

Options

Parameter Values Effect
article page-slug (required) The RTI Wiki page to embed
theme light (default) or dark Matches your site palette
width full (default) or compact Card max-width (600 px or 340 px)

Example — dark compact card:

<iframe
  src="https://righttoinformation.wiki/embed.php?article=pio-section-8-1-j-framework&theme=dark&width=compact"
  width="340" height="220" frameborder="0" scrolling="no" loading="lazy"
  title="RTI Wiki article — §8(1)(j) framework">
</iframe>
  • file-rti-online-indiaFile RTI Online in India: 12 Steps + AI Assistant
  • pio-section-8-1-j-frameworkSection 8(1)(j) after DPDP 2025
  • pio-section-11-third-partySection 11 — Third Party procedure
  • rti-first-appeal-guideSection 19(1) First Appeal Guide
  • rti-second-appeal-cic-sicSection 19(3) Second Appeal to CIC/SIC
  • section-4-proactive-disclosureSection 4(1)(b) — 17 categories of proactive disclosure
  • pio-section-20-penaltySection 20 — Rs 250/day PIO Penalty
  • faq25 RTI Questions Answered
  • rti-newsWeekly RTI News & Updates
  • ministry-transparency-rankingMinistry Transparency Ranking 2026

Case law: any case page under /cases/<slug> can be embedded. See the database of 397 curated rulings.

Terms of use

  • Free — no cost, no registration, no API key.
  • Attribution — the embed includes the RTI Wiki logo and a link back. Please do not hide or obscure it.
  • Stay on source — do not scrape page content by any means other than this embed or the RSS / CSV feeds.
  • No warranty — RTI Wiki is an editorial reference, not legal advice. Embedding does not transfer liability.
  • Freshness — embed content is cached 1 hour. Reload to get the latest.

Just link directly:

<a href="https://righttoinformation.wiki/file-rti-online-india?utm_source=YOURSITE">
  RTI Wiki: File RTI Online in India
</a>

Technical notes

  • The endpoint is /embed.php. It sets X-Frame-Options: ALLOWALL and Content-Security-Policy: frame-ancestors * so any site can host it.
  • Response cached for 1 hour via Cache-Control.
  • No cookies are set by the embed; it does not track your users.
  • The card HTML is ~4 KB gzipped; iframe fits in under 20 KB total.

Last reviewed: 22 April 2026.

Discussion

Enter your comment:
 
Share this article
Was this helpful? views
embed.txt · Last modified: by 127.0.0.1