This page explains how to implement the universal, zero-configuration Global RSS validation badge on external websites. The system automatically reads the host domain name on runtime and executes on-the-fly table checks via the platform API when visitors enter the site.
Paste the following HTML code block anywhere inside your webpage layout layout (such as your footer template, sidebar widget, or index file). You can change the appearance using the custom data-size, data-theme, and data-shape attributes.
<!-- Global RSS Universal Validator Badge -->
<div class="global-rss-validator"
data-size="medium"
data-theme="brand"
data-shape="rounded">
</div>
<!-- Dynamic On-The-Fly Loader Script -->
<script src="https://globalrss.net" async></script>
This is the standalone HTML core node responsible for initializing the badge canvas layout. You can place this specific component block into any individual layer inside your site template:
<div class="global-rss-validator"
data-size="medium"
data-theme="brand"
data-shape="rounded">
</div>
Configure your embed block by altering the custom key parameters below to match your unique desktop and mobile design aesthetics:
Controls the vertical baseline rendering and responsive proportions of the inner node elements.
Available values: small, medium, large
Swaps the internal structural palette rule sets to establish proper element contrast against your layout backgrounds.
Available values: brand (Cyan & Indigo), dark (Solid dark canvas), light (Minimalist border wireframe)
Modifies CSS border-radius variables to sync the buttons with your global UI elements.
Available values: square, rounded, pill
See below how the responsive badges scale, glow, and change based on the active structural properties declared:
When external containers hook into our core endpoints, the engine handles domain lookup routing across verified database tables on Hostinger, returning the following data string:
{
"status": "success",
"domain_verified": "user-website.com",
"has_active_rss": true,
"validation_justification": "Feed successfully recorded, validated, and distributed within the GLOBAL RSS NET cluster",
"last_checked_timestamp": 1782200000
}