# Embedding menu not there, mysterious

**URL:** https://talk.observablehq.com/t/embedding-menu-not-there-mysterious/2645
**Category:** Feedback
**Created:** [December 13, 2019, 7:02pm UTC](https://talk.observablehq.com/t/embedding-menu-not-there-mysterious/2645 "2019-12-13T19:02:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![emperorz](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/emperorz/32/2482_2.png) [@emperorz](https://talk.observablehq.com/u/emperorz)
#### Post date: [December 13, 2019, 7:02pm UTC](https://talk.observablehq.com/t/embedding-menu-not-there-mysterious/2645/1 "2019-12-13T19:02:57Z")

</div>

So I look at the embedding instructions, but the menu doesn’t have an embed option. Hmmm. Possibly a really noob error. I’m using Chrome on OSX.

 ![image](https://canada1.discourse-cdn.com/flex030/uploads/observablehq/original/2X/b/b835d9ed90b5e2f20fbe409e441674005def17f1.png)

---

<div class="post-metadata">

### Author: ![asg017](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/asg017/32/2159_2.png) [@asg017](https://talk.observablehq.com/u/asg017)
#### Post date: [December 13, 2019, 7:13pm UTC](https://talk.observablehq.com/t/embedding-menu-not-there-mysterious/2645/2 "2019-12-13T19:13:04Z")

</div>

Try giving the cell a name! You can only embed cells that have names, so something like

```auto
chart = svg`<svg width=100 height=100>
  <circle cx=60 cy=40 r=40/> ...
</svg>
`

```

should have the Embed option in that cell’s menu

---

<div class="post-metadata">

### Author: ![jashkenas](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/jashkenas/32/1778_2.png) [@jashkenas](https://talk.observablehq.com/u/jashkenas)
#### Post date: [December 13, 2019, 7:15pm UTC](https://talk.observablehq.com/t/embedding-menu-not-there-mysterious/2645/3 "2019-12-13T19:15:05Z")

</div>

Apologies for the inconvenience, but we just deployed a big internal UI refactoring, and it looks like we might have broken this menu. We’re on it!

---

<div class="post-metadata">

### Author: ![jashkenas](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/jashkenas/32/1778_2.png) [@jashkenas](https://talk.observablehq.com/u/jashkenas)
#### Post date: [December 13, 2019, 7:31pm UTC](https://talk.observablehq.com/t/embedding-menu-not-there-mysterious/2645/4 "2019-12-13T19:31:22Z")

</div>

The “Embed code” option in the cell menu should be all fixed now. Sorry about that!

---

<div class="post-metadata">

### Author: ![emperorz](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/emperorz/32/2482_2.png) [@emperorz](https://talk.observablehq.com/u/emperorz)
#### Post date: [December 13, 2019, 8:38pm UTC](https://talk.observablehq.com/t/embedding-menu-not-there-mysterious/2645/5 "2019-12-13T20:38:35Z")

</div>

Marvelous. Thank you!
