Table of Contents
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
- 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). - Copy the snippet below, replacing
YOUR-PAGE-SLUGwith your article path. - 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>
Popular articles to embed
file-rti-online-india— File RTI Online in India: 12 Steps + AI Assistantpio-section-8-1-j-framework— Section 8(1)(j) after DPDP 2025pio-section-11-third-party— Section 11 — Third Party procedurerti-first-appeal-guide— Section 19(1) First Appeal Guiderti-second-appeal-cic-sic— Section 19(3) Second Appeal to CIC/SICsection-4-proactive-disclosure— Section 4(1)(b) — 17 categories of proactive disclosurepio-section-20-penalty— Section 20 — Rs 250/day PIO Penaltyfaq— 25 RTI Questions Answeredrti-news— Weekly RTI News & Updatesministry-transparency-ranking— Ministry 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.
Prefer a plain link?
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 setsX-Frame-Options: ALLOWALLandContent-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.
Related tools
- RTI Assistant — one-stop drafter (AI + templates)
Last reviewed: 22 April 2026.

Discussion