Skip to content
Snippets Groups Projects
Unverified Commit 1cc75c84 authored by github-automation-metabase's avatar github-automation-metabase Committed by GitHub
Browse files

Include in-page-promo in embedding docs pages (#50359) (#50714)


Co-authored-by: default avatarGustavo Saiani <gus@metabase.com>
parent e9dc7f4d
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ redirect_from:
You'll embed the full Metabase application in your app. Once logged in, people can view a Metabase dashboard in your web app, and be able to use the full Metabase application to explore their data, and only their data.
{% include shared/in-page-promo.html %}
## Prerequisites
- You have an app that you can embed Metabase in.
......
......@@ -9,6 +9,8 @@ redirect_from:
{% include plans-blockquote.html feature="Interactive embedding" %}
{% include shared/in-page-promo.html %}
**Interactive embedding** is what you want if you want to offer [multi-tenant, self-service analytics](https://www.metabase.com/learn/metabase-basics/embedding/multi-tenant-self-service-analytics).
Interactive embedding is the only type of embedding that integrates with your [permissions](../permissions/introduction.md) and [SSO](../people-and-groups/start.md#authentication) to give people the right level of access to [query](https://www.metabase.com/glossary/query_builder) and [drill-down](https://www.metabase.com/learn/metabase-basics/querying-and-dashboards/questions/drill-through) into your data.
......
......@@ -10,6 +10,8 @@ You can embed Metabase tables, charts, and dashboards—even Metabase's query bu
Here are the different ways you can embed Metabase.
{% include shared/in-page-promo.html %}
## Embedding SDK with React (BETA)
With the [Embedding SDK](./sdk/introduction.md), you can embed individual Metabase components with React (like standalone charts, dashboards, the query builder, and more). You can manage access and interactivity per component, and you have advanced customization for seamless styling.
......
......@@ -10,6 +10,8 @@ Also known as: parameters for signed embeds, or standalone embeds.
Parameters are pieces of information that are passed between Metabase and your website via the [embedding URL](./static-embedding.md#adding-the-embedding-url-to-your-website). You can use parameters to specify how Metabase items should look and behave inside the iframe on your website.
{% include shared/in-page-promo.html %}
## Types of parameters
Parameters can be signed or unsigned.
......
......@@ -8,6 +8,8 @@ redirect_from:
Also known as: standalone embedding, or signed embedding.
{% include shared/in-page-promo.html %}
In general, embedding works by displaying a Metabase URL inside an iframe in your website. A **static embed** (or signed embed) is an iframe that's loading a Metabase URL secured with a signed JSON Web Token (JWT). Metabase will only load the URL if the request supplies a JWT signed with the secret shared between your app and your Metabase. The JWT also includes a reference to the resource to load, e.g., the dashboard ID, and any values for locked parameters.
You can can't use static embeds with [data sandboxes](../permissions/data-sandboxes.md), [drill-through](https://www.metabase.com/learn/metabase-basics/querying-and-dashboards/questions/drill-through), and user-specific data isn't captured in [usage analytics](../usage-and-performance-tools/usage-analytics.md) because signed JWTs don't create user sessions (server-side sessions). For those features, check out [interactive embedding](./interactive-embedding.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment