This page demonstrates how to embed the TransparencyAPI badge widget using different configurations.
Embed the badge with default settings (badge=1, position=bottom-right):
<script src="https://badge.transparencyapi.com/widget.js?cid=YOUR_CID"></script>
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>
The badge widget should appear on the page with the specified configuration.