TransparencyAPI Badge Widget Demo

This page demonstrates how to embed the TransparencyAPI badge widget using different configurations.

Example 1: Default Configuration

Embed the badge with default settings (badge=1, position=bottom-right):

<script src="https://badge.transparencyapi.com/widget.js?cid=YOUR_CID"></script>

Example 2: Custom Configuration

Embed the badge with custom settings (badge=1, position=bottom-left):

<script src="https://badge.transparencyapi.com/widget.js?cid=12341011216521069600&badge=1&position=bottom-left"></script>

Live Demo

The badge widget should appear on the page with the specified configuration.