Right to Information Wiki

The working reference for India's Right to Information Act, 2005.

User Tools

Site Tools


embed
Translate:
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


embed [2026/04/22 15:18] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +{{htmlmetatags>metatag-keywords=(embed rti wiki,backlink rti,rti widget,rti embed widget,rti india embed)
 +metatag-description=(Embed any RTI Wiki article on your website — free, verified, with RTI India Team approval badge. Copy a one-line snippet.)
 +metatag-title=(Embed RTI Wiki on Your Site — Free Backlink Widgets)}}
 +
 +====== 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.**
 +
 +<WRAP center round tip 95%>
 +**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.
 +</WRAP>
 +
 +===== 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-SLUG'' with your article path.
 +  - Paste it anywhere in your HTML.
 +
 +<code 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>
 +</code>
 +
 +===== Live preview — the embed renders like this =====
 +
 +{{url>https://righttoinformation.wiki/embed.php?article=file-rti-online-india 100%x240px noborder|Live embed preview}}
 +
 +<WRAP center round help 95%>
 +**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.
 +</WRAP>
 +
 +===== 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:**
 +
 +<code html>
 +<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>
 +</code>
 +
 +===== Popular articles to embed =====
 +
 +  * ''file-rti-online-india'' — **File RTI Online in India: 12 Steps + AI Assistant**
 +  * ''pio-section-8-1-j-framework'' — **Section 8(1)(j) after DPDP 2025**
 +  * ''pio-section-11-third-party'' — **Section 11 — Third Party procedure**
 +  * ''rti-first-appeal-guide'' — **Section 19(1) First Appeal Guide**
 +  * ''rti-second-appeal-cic-sic'' — **Section 19(3) Second Appeal to CIC/SIC**
 +  * ''section-4-proactive-disclosure'' — **Section 4(1)(b) — 17 categories of proactive disclosure**
 +  * ''pio-section-20-penalty'' — **Section 20 — Rs 250/day PIO Penalty**
 +  * ''faq'' — **25 RTI Questions Answered**
 +  * ''rti-news'' — **Weekly RTI News & Updates**
 +  * ''ministry-transparency-ranking'' — **Ministry Transparency Ranking 2026**
 +
 +**Case law**: any case page under ''/cases/<slug>'' can be embedded. See [[:cases|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:
 +
 +<code html>
 +<a href="https://righttoinformation.wiki/file-rti-online-india?utm_source=YOURSITE">
 +  RTI Wiki: File RTI Online in India
 +</a>
 +</code>
 +
 +===== 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.
 +
 +===== Related tools =====
 +
 +  * [[:tools:rti-assistant|RTI Assistant]] — one-stop drafter (AI + templates)
 +  * [[:tools:timeline-calculator|Timeline Calculator]]
 +  * [[:tools:citation-formatter|Citation Formatter]]
 +  * [[:pio-contacts|PIO / CIC / SIC directory]]
 +
 +//Last reviewed: 22 April 2026.//
 +
 +{{tag>embed backlink widget iframe free}}
  
Was this helpful? views
embed.txt · Last modified: by 127.0.0.1