Skip to content

Commit ae83992

Browse files
committed
update demos/embeds
1 parent 48f9af8 commit ae83992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/blog/2026-04-08-web-monetization-open-payments-part-3-sending-money.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ setInterval(() => {
120120
}, this.interval.period)
121121
```
122122

123-
[TODO: show an illustration of how "time loop" works. show bucket filling: example: MXN to USD, MXN, EUR wallets. try to create a live interactive demonstration if enough time. Will explain much better that way.]
123+
<iframe src="https://labs.sidvishnoi.com/web-monetization/open-payments-part-3-sending-money/payment-bucket/" style="width: 100%; max-width: 600px; display: block; margin-inline: auto; aspect-ratio: 600/622; border: none" loading="lazy" scrolling="no"></iframe>
124124

125125
#### What if you switched the browser tab?
126126

@@ -142,7 +142,7 @@ When iframes are involved, the extension follows a specific "round-robin" sequen
142142

143143
This loop continues indefinitely as long as the tab remains in view, ensuring that both the primary publisher and the embedded content creators receive a continuous stream of support.
144144

145-
<iframe src="https://sidvishnoi.com/embeds/web-monetization-open-payments-part-3-sending-money/iframes/index.html" style="width: 100%; aspect-ratio: 500/843; aspect-ratio: 1200/500; border: none" loading="lazy" scrolling="no"></iframe>
145+
<iframe src="https://labs.sidvishnoi.com/web-monetization/open-payments-part-3-sending-money/iframe-flow" style="width: 100%; aspect-ratio: 500/843; aspect-ratio: 1200/500; border: none" loading="lazy" scrolling="no"></iframe>
146146

147147
### Create outgoing payment
148148

0 commit comments

Comments
 (0)