Skip to content

Commit de4f709

Browse files
authored
Updates to doc text
1 parent 3c2331f commit de4f709

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/homepage/content/docs/2-embedding.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
---
22
title: Embedding
33
authors: ['CompuIves']
4-
description: It's possible to embed a sandbox on Medium and other websites.
4+
description: Embed a sandbox in docs, blog posts, Medium, and other websites.
55
---
66

77
## What is an Embed?
88

9+
An embed enables you to include a sandbox in your documentation, blog post,
10+
or website using an iframe, or anywhere with Embedly support, like Medium,
11+
Reddit, Trello, and Notion. You can show just the code, the preview, or both
12+
at the same time.
13+
914
CodeSandbox has a separate application for the embed. This application is
1015
specifically built to be as small as possible. If you replace `s` in the URL of
1116
a sandbox to `embed` you have the embed version of the sandbox. Example:
1217
https://codesandbox.io/s/new => https://codesandbox.io/embed/new. Notice that
13-
the embed doesn't have all features of the full editor.
18+
the embed doesn't have all of the features of the full editor.
1419

15-
## Generate a URL
20+
## Generate an Embed URL
1621

17-
You can generate a URL clicking 'Share' in the header and selecting the options
22+
You can generate a URL to embed by clicking 'Embed' in the header on the editor and selecting the options
1823
you want to have enabled.
1924

2025
![Share Button](./images/share-button.png)

0 commit comments

Comments
 (0)