unlockopen / www.unlockopen.com-v4

V4 of the UnlockOpen website
0 stars 1 forks source link

Create component to embed presentations hosted on be.notis.st #7

Open tobie opened 6 months ago

tobie commented 6 months ago

Currently, hosting a presentation requires the following markup:

<p data-notist="tobie/GVFGDf">
    View <a href="https://speaking.unlockopen.com/GVFGDf">40 new ways the CRA can accidentally harm open source</a>.
</p>
<script async src="https://on.notist.cloud/embed/002.js"></script>

Would want to simplify this to something along the lines of:

<be-notist id="GVFGDf"></be-notist>

Also might be important to have one version that can be included as a card (for the index) and one that can be full width.

madrilene commented 6 months ago

Can you share an example what this looks like?