Copy these snippets to embed this item on your website, blog, or portfolio.
{% if !item.is_free && item.can_access %} {% else %} {% endif %}Minimal strip with title, price, and buy button. 300x60px.
<iframe src="{{ host_url }}/embed/i/{{ item.id }}/button" width="300" height="60" frameborder="0" title="Buy {{ item.title }} on Makenot.work"></iframe>
Rich card with cover art, description, and buy button.
<iframe src="{{ host_url }}/embed/i/{{ item.id }}/card" width="350" height="400" frameborder="0" title="{{ item.title }} on Makenot.work"></iframe>
Preview player with cover art, playback controls, and buy button. 350x120px.
<iframe src="{{ host_url }}/embed/i/{{ item.id }}/player" width="350" height="120" frameborder="0" title="Preview {{ item.title }} on Makenot.work"></iframe>
Focused purchase page, no navigation chrome. For link-in-bio, social media, newsletters.
{{ host_url }}/buy/{{ item.id }}