Embed the ideas widget

Inline-embed a BloodEater Ideas board on any page of nightspawngame.com or bloodeater.games. Visitors read and vote on existing ideas, and submitting (or voting) opens the hub in a new tab when sign-in is required.

1. Pick a board

The data-neural-board attribute is the board slug, e.g. bugs, feature-requests, balance, general.

2. Paste the snippet

<div data-neural-board="bugs"></div>
<script src="https://hub.bloodeater.games/widget.js" async></script>

Drop the <div> wherever you want the widget to appear. The <script> tag can live anywhere on the page — once. It auto-mounts every matching div.

3. (Optional) tweak the embed

  • data-neural-theme="light" — force a light theme (default is dark).
  • data-neural-height="480" — initial iframe height in pixels (auto-resizes after mount).
  • data-neural-host="…" — point at a different hub origin (rarely needed).