You can embed Nina Protocol content using iframes.
Embed a Release
<iframe src="https://ninaprotocol.com/embed/releases/[releaseSlug]" width="100%" height="600" frameborder="0"></iframe>
Replace [releaseSlug] with the specific release’s slug. The slug is the final part of the url after the last slash.
Embed a Hub
<iframe src="https://ninaprotocol.com/embed/hubs/[hubSlug]" width="100%" height="600" frameborder="0"></iframe>
Replace [hubSlug] with the specific hub’s slug.
Customization Options
- Adjust width and height as needed.
- Ensure frameborder="0" for a clean embed.
- Use allowfullscreen if full-screen mode is needed.