The widget shows your entity's top ideas and gives visitors a one-click way to post their own — every action links back to Wishbullet, where votes and status tracking happen. No cookies, no tracking scripts, nothing to configure.
wishbullet.com/entities/<your-entity>/widget for a live preview and copy-paste code.One div + one script. The loader injects an iframe that sizes itself automatically and stays up to date — you never need to touch it again.
<div data-wishlist-entity="your-entity"></div>
<script src="https://wishbullet.com/embed.js" async defer></script>Options:
data-theme="light|dark" — match your site (default light).data-limit="0–5" — how many top ideas to show (default 3; 0 = compact call-to-action only).For CMSs that strip scripts. Fixed height — roughly 180px + 38px per idea shown. Add ?theme=dark&limit=N to the URL to configure.
<iframe src="https://wishbullet.com/embed/entity/your-entity" width="420" height="294" frameborder="0" style="border-radius:12px;max-width:100%;" loading="lazy" title="Ideas on Wishbullet"></iframe>A zero-JavaScript SVG with a live idea count. Works anywhere images work: websites, GitHub READMEs, docs, newsletters.
<a href="https://wishbullet.com/entities/your-entity?utm_source=badge&utm_medium=embed">
<img src="https://wishbullet.com/api/embed/entity/your-entity/badge.svg" alt="Ideas on Wishbullet" height="20" />
</a>Markdown:
[](https://wishbullet.com/entities/your-entity)Wherever the snippets say your-entity, you can use any of:
/entities/ in its Wishbullet URL,yoursite.com) if your entity has one on record.Social platforms don't allow embedded scripts or iframes in posts — there, just share your entity link (wishbullet.com/entities/your-entity). It renders as a rich preview card automatically. The badge works anywhere markdown or HTML is accepted, like GitHub or your docs.