Put Wishbullet on your site

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.

Want snippets pre-filled for your entity? Open your entity page and click Embed, or go to wishbullet.com/entities/<your-entity>/widget for a live preview and copy-paste code.

1. Card widget (recommended)

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:

2. Plain iframe

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>

3. Badge

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:

[![Ideas on Wishbullet](https://wishbullet.com/api/embed/entity/your-entity/badge.svg)](https://wishbullet.com/entities/your-entity)

Which key do I use?

Wherever the snippets say your-entity, you can use any of:

Sharing on social media

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.

Notes