# Paste Newdrop on Framer / Webflow / WordPress

**2 minutes.** One script. No OAuth plugin store.

1. Setup → Embed → Copy snippet (`data-newdrop-key`)
2. Paste before `</body>` (footer / custom code)
3. Publish the site → Setup shows **Live** when it pings

```html
<script async src="https://getnewdrop.com/embed.js"
  data-newdrop-key="pk_live_YOUR_KEY"></script>
```

Optional: `data-newdrop-position="bottom-left"` · `data-newdrop-label="Nouveautés"`

## Framer

Site settings → General → Custom Code → **End of `<body>`** → Publish → check live URL.

## Webflow

Project settings → Custom Code → **Footer Code** → Publish → check published domain (not Designer).

## WordPress

Prefer footer Custom HTML / Headers & Footers plugin / child theme before `</body>`.  
Don’t put the key in a public gist.

## After paste

Setup → **Connect GitHub** (or AI pack) so Markdown ships without dashboard homework.

Docs: `/docs` · Playbook: `/ide-agent.md`
