Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashiSubramanya committed Jan 23, 2024
1 parent 8a0a7eb commit a714473
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions modules/ROOT/pages/embed-without-sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ To get Liveboard URL:
=== URL format for Liveboard embed

Note the URL format to embed a Liveboard in an iFrame:

`\https://{ThoughtSpot-Host}/?embedApp=true#/embed/viz/{Liveboard_id}`
----
https://{ThoughtSpot-Host}/?embedApp=true#/embed/viz/{Liveboard_id}
----

You can also add xref:embed-without-sdk.adoc#_additional_flags_to_customize_the_embedded_view[additional flags] and xref:embed-without-sdk.adoc#rtOverridesIframe[runtime filters and parameter overrides] as query parameters in the embed URL.

Expand Down Expand Up @@ -89,7 +90,9 @@ To get the visualization URL: +

The URL format to embed a visualization in an iFrame is:

`\https://{ThoughtSpot-Host}/?embedApp=true#/embed/viz/{Liveboard_id}/{visualization_id}`
----
https://{ThoughtSpot-Host}/?embedApp=true#/embed/viz/{Liveboard_id}/{visualization_id}`
----

You can also add xref:embed-without-sdk.adoc#_additional_flags_to_customize_the_embedded_view[additional flags], xref:embed-without-sdk.adoc#rtOverridesIframe[runtime filters, and Parameter overrides] as query parameters in the embed URL.

Expand Down Expand Up @@ -237,7 +240,6 @@ embed/viz/{Liveboard_id}/{visualization_id}`
The Natural Language Search component does not support runtime overrides.
====


== Feature flags and query parameters to customize the embedded view

To customize ThoughtSpot components embedded in an iFrame, ThoughtSpot provides additional flags that you can pass as query parameters in the iFrame embedding URL.
Expand Down

0 comments on commit a714473

Please sign in to comment.