# Embed this week's launches

> Copy-paste SVG of the current ISO week's top ScrollLaunch launches plus a Launch on ScrollLaunch footer. Dofollow backlink to https://www.scrolllaunch.com.

```yaml
url: "https://www.scrolllaunch.com/embed"
svg: "https://www.scrolllaunch.com/api/embed/week"
query: "theme=light|dark, week=YYYY-Www, limit=1-10"
```

## Live snippet

Points at the homepage. The image always shows the current week.

```html
<a href="https://www.scrolllaunch.com/?ref=widget" target="_blank" rel="noopener">
  <img src="https://www.scrolllaunch.com/api/embed/week?theme=light" alt="This week's launches on ScrollLaunch" width="400" height="352" />
</a>
```

## Rules

- Keep rel="noopener" only - do not add nofollow or UTM to the href.
- The img src may stay on /api/embed/week (CORS allows any origin).
- Pin a week with [?week=YYYY\-Www](https://www.scrolllaunch.com/api/embed/week?week=2026-W36) when a recap should stay frozen.

## Related

- [RSS feeds](https://www.scrolllaunch.com/feeds)
- [Homepage](https://www.scrolllaunch.com/)
