diff --git a/docs/data-pipelines.md b/docs/data-pipelines.md
index 50080f1c..72dbe24c 100644
--- a/docs/data-pipelines.md
+++ b/docs/data-pipelines.md
@@ -10,7 +10,7 @@ The Plausible Stats API offers a way to retrieve your stats programmatically. [L
## Embedded dashboard
-You can embed your Plausible stats dashboard into any other website using an iFrame. This is useful in case you want to showcase your stats on your own website or if you want to offer Plausible-powered web analytics dashboard (without our branding) directly in your user interface. [Learn more here](embed-dashboard.md).
+You can embed your Plausible stats dashboard into any other website using an HTML iframe. This is useful in case you want to showcase your stats on your own website or if you want to offer Plausible-powered web analytics dashboard (without our branding) directly in your user interface. [Learn more here](embed-dashboard.md).
## WordPress plugin
diff --git a/docs/embed-dashboard.md b/docs/embed-dashboard.md
index 6e69471b..cc1703f7 100644
--- a/docs/embed-dashboard.md
+++ b/docs/embed-dashboard.md
@@ -4,25 +4,19 @@ title: Embed the dashboard without our branding into your user interface
import useBaseUrl from '@docusaurus/useBaseUrl';
-You can embed your Plausible stats dashboard into any other website using an iFrame. This is useful in case you want to showcase your stats on your own website or if you want to [offer Plausible-powered web analytics dashboard (without our branding)](https://plausible.io/white-label-web-analytics) directly in your user interface.
+You can embed your Plausible stats dashboard into any other website using an HTML iframe. This is useful in case you want to showcase your stats on your own website or if you want to [offer Plausible-powered web analytics dashboard (without our branding)](https://plausible.io/white-label-web-analytics) directly in your user interface.
## 1. Create a shared link
-
+You need to create a shared link to embed your dashboard into another website. See our [shared link docs](shared-links.md#how-to-create-a-shared-link) to see how.
-You need to create a shared link to embed your dashboard into another website. The shared link is secure and impossible to guess.
-
-In the "**Visibility**" area of your website settings there's a "**Shared links**" section where you can create your shared link. Click on the "**+ new link**" button to do so.
-
-Click the "**Create shared link**" button and your new shared link will be displayed.
-
-:::info Make sure to keep the password field blank
-It's technically not possible to embed a password-protected dashboard. When you try to embed a password-protected dashboard, the browser will show a "refused to connect" error message
+:::info Make sure to keep the password field blank
+It's technically not possible to embed a password-protected dashboard. When you try to embed a password-protected dashboard, the browser will show a "refused to connect" error message.
:::
## 2. Generate the embed code
-In the "**Visibility**" area of your website settings there's the "**Embed dashboard**" section where you can generate the embed code.
+In the "**Visibility**" area of your website settings there's the "**Embed dashboard**" section where you can generate the embed code.
Enter your shared link URL, select the theme of the embed dashboard (light, dark or system), optionally choose a custom background color and click on the "**Generate embed code**" button.
@@ -32,7 +26,7 @@ It's much more convenient than figuring out the hex code for your background col
Want your embed to have default filters or time period? Instead of using the default shared link URL for generating the embed, you can open the shared link, apply filters to your dashboard and use the URL with the applied filters. Those filters will then be automatically added to your embed dashboard every time it's loaded. Note that these are [our regular filters](filters-segments.md) and your visitors can remove or change them to view other stats as well.
-
+
## 3. Paste the embed code into your website
@@ -55,12 +49,13 @@ container you create for it. This way you can choose your own max-width and to a
```html
+
+### Options
+
+#### Name
-
+Add a display name for your own reference. This won't be visible to anyone viewing the link.
-## Shared link with a password protection
+#### Password
-You can add password protection to the shared link for extra security. Then people that you send your shared link to can only view the stats dashboard if they input the password you have chosen.
+If you add password protection to the shared link, people that you send your shared link to can only view the stats if they enter the password.
-If you prefer to share your stats without the password protection you can keep the password field blank. Click the "**Create shared link**" button and your new shared link will be displayed.
+You can only set the password when creating the shared link, and you won't be able to see, edit, or remove the password from this link later on. If you forget it, you'll have to delete the link and create a new one.
+
+#### Limit to segment
+
+If you enable this option, anyone who opens the dashboard using the shared link will always see data filtered by the [selected segment](https://plausible.io/docs/filters-segments#how-to-save-a-segment) only. Only site segments (i.e. segments that anyone on your team can use) can be used.
+
+Viewers won't be able to remove that segment from the dashboard. They can see which filters are included in it and they can add more filters on top of it.
+
+This makes it possible to share only the part of your analytics that matters to a specific audience. For example, you might want to share data only for visitors from a certain country or only for traffic related to a campaign. It prevents viewers from changing the base filters and seeing data you did not intend to share.
+
+:::info
+As an example, if the selected segment contains the filters "Country is Estonia or Poland" and "Page is not /private", visitors will be able to drill down further by adding "Country is Estonia" filter. If they try to go outside of the segment, by adding the filter "Country is Italy" as an example, they will see no data.
+:::
-
+## How to edit a shared link
-## Remove a particular shared link
+Click on the pencil icon next to the link in the links list if you want to edit the shared link. This will open the modal where you can change the name of the shared link and toggle off the option of limiting to segment.
-You can click on the trash can icon if you want to remove the particular shared link.
+## How to remove a shared link
-
+Click on the trash can icon next to the link in the links list if you want to remove the shared link.
diff --git a/static/img/create-shared-link.png b/static/img/create-shared-link.png
deleted file mode 100644
index 9c3a80b5..00000000
Binary files a/static/img/create-shared-link.png and /dev/null differ
diff --git a/static/img/embed-dashboard.png b/static/img/embed-dashboard.png
new file mode 100644
index 00000000..6bd5d299
Binary files /dev/null and b/static/img/embed-dashboard.png differ
diff --git a/static/img/shared-links-in-plausible-analytics.png b/static/img/shared-links-in-plausible-analytics.png
new file mode 100644
index 00000000..9f6bf207
Binary files /dev/null and b/static/img/shared-links-in-plausible-analytics.png differ
diff --git a/static/img/shared-stats.png b/static/img/shared-stats.png
deleted file mode 100644
index f88dca27..00000000
Binary files a/static/img/shared-stats.png and /dev/null differ