You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(editor): rename Share Links to Embed URLs (#589)
Also part of [this](rive-app/rive#11994)
renaming effort.
Since we don't have a nice way to feature-flag things in these docs,
we'll merge/deploy these only once the front end has been fully renamed
and shipped to Prod
description: 'Share Links are a fast no-code way to get your Rive files running on a website or to present your graphics to a client.'
4
+
description: 'Embed URLs are a fast no-code way to get your Rive files running on a website or to present your graphics to a client.'
5
5
---
6
6
7
-
<Note>Generating share links is available on Voyager and Enterprise plans. [Learn more about our plans and pricing](https://rive.app/pricing).</Note>
7
+
<Note>Generating embed URLs is available on Voyager and Enterprise plans. [Learn more about our plans and pricing](https://rive.app/pricing).</Note>
8
8
9
-
Share the current version of the file you're working with share links. Note that this is not the same as giving someone access to the live file with all its revision history. This link will be a frozen version of the file in its current state. If you make changes to the file, you'll need to generate a new share link.
9
+
Share the current version of the file you're working with embed URLs. Note that this is not the same as giving someone access to the live file with all its revision history. This link will be a frozen version of the file in its current state. If you make changes to the file, you'll need to generate a new embed URL.
10
10
11
11
<Warning>
12
12
Certain features, such as [Vector Feathering](https://rive.app/blog/introducing-vector-feathering), are only supported through the Rive Renderer. See our [Feature Support](/feature-support) page for more information.
13
13
</Warning>
14
14
15
-
## Creating a share link
15
+
## Creating an embed URL
16
16
17
-
Generate a share link from the Export menu. This link can be shared with anyone, not just your team members.
17
+
Generate an embed URL from the Export menu. This link can be shared with anyone, not just your team members.
Once you click on the "Generate link" button, several share link types appear:
27
+
Once you click on the "Generate link" button, several embed URL types appear:
28
28
29
-
-**Share link** - Displayed within a border frame on the Rive site at a unique URL. Use this for quickly showing off your Rive creation to clients without having to stage it within the context of a web application yourself
29
+
-**Hosted link** - Displayed within a border frame on the Rive site at a unique URL. Use this for quickly showing off your Rive creation to clients without having to stage it within the context of a web application yourself
30
30
-**Embed link** - Standalone display of your Rive creation without the context of the border frame. Use this link when you want to embed your Rive creation into other 3rd party platforms that support unfurling and displaying your Rive creation still as a preview (i.e Notion, Tome, Telegram)
31
31
-**Embed code** - A code snippet that allows you to embed your Rive creation's embed link in an iframe. This is useful for where you need to drop Rive into a platform where you can edit HTML (i.e Webflow, WordPress, etc.) and you don't want to deal with setting up the creation with a web runtime
32
32
-**Framer code (Deprecated)** - See the new official [Rive Framer Plugin](https://www.framer.com/marketplace/plugins/rive/).
@@ -39,15 +39,15 @@ Other options include:
39
39
40
40
## Integrations
41
41
42
-
Use share links to embed your Rive files with other well-known tools and platforms! This is not a full list. Most tools will support Rive share links using the methods described here.
42
+
Use embed URLs to embed your Rive files with other well-known tools and platforms! This is not a full list. Most tools will support Rive embed URLs using the methods described here.
43
43
44
44
### Notion
45
45
46
-
1. Copy the *share* or *embed link*
46
+
1. Copy the *hosted* or *embed link*
47
47
2. Paste the link in Notion.
48
48
3. Select the Embed option that appears in the context menu.
2. In Tome on a slide of your choosing, add a web link
66
66
3. Paste the embed link you copied from the Rive editor
67
67
68
-

68
+

69
69
70
70
### Social Media
71
71
72
-
1. Copy the *share link*
72
+
1. Copy the *hosted link*
73
73
2. Paste it into your favorite platform
74
74
3. See your Rive creation unfurl when you post
75
75
76
-
## Managing share links
76
+
## Managing embed URLs
77
77
78
-
Visit the [Share Links](https://rive.app/profile/?section=share%20links) section of your settings to manage the links you've generated. You can disable a share link by setting its Active toggle to off.
78
+
Visit the [Embed URLs](https://rive.app/account/links) section of your settings to manage the links you've generated. You can disable an embed URL by setting its Active toggle to off.
Copy file name to clipboardExpand all lines: editor/events/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The Target tells the user's browser where this URL should open. We have a few op
78
78
- Self - Opens in the current browsing context
79
79
- Top - Opens in the topmost browsing context (the "highest" context that's an ancestor of the current one). If no ancestors, behaves as `Self`.
80
80
81
-
<Info>At this time, by default, Rive will not open URLs when this type of event is reported in share links or Marketplace posts due to security considerations. However, this may change in the future</Info>
81
+
<Info>At this time, by default, Rive will not open URLs when this type of event is reported in embed URLs or Marketplace posts due to security considerations. However, this may change in the future</Info>
Copy file name to clipboardExpand all lines: editor/interface-overview/toolbar.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@ The export section allows you to both export your Rive file, and export or remov
27
27
28
28
Read more about exporting a Rive file and its contents [here](https://rive.app/docs/editor/exporting/exporting-for-runtime).
29
29
30
-
**Generate Share Link**
30
+
**Generate Embed URL**
31
31
32
-
<Note>Generating share links is available on Voyager and Enterprise plans. [Learn more about our plans and pricing](https://rive.app/pricing).</Note>
32
+
<Note>Generating embed URLs is available on Voyager and Enterprise plans. [Learn more about our plans and pricing](https://rive.app/pricing).</Note>
33
33
34
-
Share Links are a fast no-code way to get your Rive files running on a website or to present your graphics to a client.
34
+
Embed URLs are a fast no-code way to get your Rive files running on a website or to present your graphics to a client.
35
35
36
-

36
+

37
37
38
-
Share the current version of the file you’re working with share links. Note that this is not the same as giving someone access to the live file with all its revision history. This link will be a frozen version of the file in its current state. If you make changes to the file, you’ll need to generate a new share link.
38
+
Share the current version of the file you’re working with embed URLs. Note that this is not the same as giving someone access to the live file with all its revision history. This link will be a frozen version of the file in its current state. If you make changes to the file, you’ll need to generate a new embed URL.
39
39
40
-
Learn more about share links[here](https://rive.app/docs/editor/share-links/overview).
40
+
Learn more about embed URLs[here](https://rive.app/docs/editor/embed-urls/overview).
41
41
42
42
**Publish to Marketplace**
43
43
@@ -237,7 +237,7 @@ Show Final Playback automatically hides all elements and visualizations that wou
237
237
## Export Button
238
238
239
239
240
-
The Export button allows you to create [Share Links](/editor/share-links/overview), [publish a file to the Marketplace](/community/marketplace-overview#marketplace-overview), [download a `.riv` file](/editor/exporting/exporting-for-runtime), and [publish a library](/editor/libraries).
240
+
The Export button allows you to create [Embed URLs](/editor/embed-urls/overview), [publish a file to the Marketplace](/community/marketplace-overview#marketplace-overview), [download a `.riv` file](/editor/exporting/exporting-for-runtime), and [publish a library](/editor/libraries).
0 commit comments