Global RSS

API & Buttons Integration Documentation

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.

Integration

HTML Embed Code

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>
Structure

Button Core HTML Component

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>
Configuration

Widget Customization Attributes

Configure your embed block by altering the custom key parameters below to match your unique desktop and mobile design aesthetics:

1. Button Size (data-size)

Controls the vertical baseline rendering and responsive proportions of the inner node elements.

Available values: small, medium, large

2. Color Themes (data-theme)

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)

3. Geometric Outlines (data-shape)

Modifies CSS border-radius variables to sync the buttons with your global UI elements.

Available values: square, rounded, pill

Visuals

Live Component Previews (3 Button Types)

See below how the responsive badges scale, glow, and change based on the active structural properties declared:

Theme: brand | Shape: rounded
Theme: dark | Shape: pill
Theme: light | Shape: square
Backend

API Data Response Schema (JSON Object)

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
}

  Support Center

  General Documentation

  API & Buttons Integration Documentation

  Privacy Policy

  Global RSS - Official Feed