Last Modified Date: 20 Jul 2023
Environment
Tableau PublicAnswer
- Go to the view in Tableau Public.
- Select the option "Share" at the bottom of the view and copy the link provided in the Link section.
- Add the link in the iframe code. For more information about how to embed URLs, see Writing embed code.
- When embedding Tableau Public views in iFrame, the URL must include the following parameters:
showVizHome=no
embed=true
<iframe src="https://public.tableau.com/views/public_exercise/Dashboard1?:showVizHome=no&:embed=true" width="645" height="955"></iframe>
Note: When you use the view’s URL for the iframe src attribute, do not include the number sign (#) and number at the very end of the URL.
Correct src contents:
https://public.tableau.com/views/public_exercise/Dashboard1?:showVizHome=no&:embed=trueIncorrect src contents:
https://public.tableau.com/views/public_exercise/Dashboard1?:showVizHome=no&:embed=true#2To ensure the original view will be displayed by default in an embedded view, make sure the embed code URL for the name parameter does not explicitly refer to a custom view, and include the following filter parameter in the embed code:<param name="filter" value=":original_view=yes"/>. For more information, see: Embed Code for Custom Views.
Thank you for providing your feedback on the effectiveness of the article.
Open new Case
Continue Searching
Knowledge Base
Community
Product Help
Training and Tutorials