Integration Guide
Add nDAO Voting to Your Site
Embed the nDAO widget with two lines of HTML. All proposals sync with the main nDAO Forge site in real-time.
1. Basic Embed
<!-- Add where you want the widget -->
<div id="ndao-widget"></div>
<script src="https://vote.ndao.world/ndao-widget.js"
data-project="Airdrop Arcade"></script>
2. All Options
<script src="https://vote.ndao.world/ndao-widget.js"
data-host="https://vote.ndao.world"
data-project="Your Project"
data-theme="dark"
data-max="5"
data-container="my-votes"></script>
Options
data-host Base URL of nDAO (auto-detected)
data-project Filter by project name tag
data-theme "dark" or "light"
data-max Max proposals to show (default: 10)
data-container Custom container ID