Skip to main content
Dune makes it easy to share your work with the world. Whether you want to send a link to a colleague, post a chart on social media, or embed a live visualization on your website, there are several ways to get your queries and dashboards in front of the right audience. Share panel

Sharing a Query or Dashboard

To share, click the Share button located next to the title of any query or dashboard. This opens a share modal with the following options:

Query URL

Copy the direct link to the query page. You can paste this anywhere — in a message, email, or document — to give someone a direct link to your work.
Private dashboards can also be shared by providing their URLs to users who have access.
Copy a link to a specific visualization. Use the dropdown in the share modal to select which chart output you want to share.

Embed iframe

Copy the Embed iframe code to add live, auto-updating visualizations to any website:
<iframe src="https://dune.com/embeds/[query-id]/[visualization-id]" height="500" width="500"></iframe>
Instead of sharing static screenshots, embedded visualizations stay up to date as the underlying query re-runs. Simply paste the iframe snippet into your website’s HTML.
Enable Share in dark mode in the share modal for dark-themed embeds.

Social Sharing

Use the social icons in the share modal to share directly to LinkedIn, Telegram, X, or Threads.

Embeds with Parameters

Embed links support parameterized queries. The generated embed URL does not include parameters by default — you can append them manually to the URL:
https://dune.com/embeds/118220/238460/aa002dd3-f9e2-4d63-86c8-b765569306c6NFT?address=0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7&rolling_n_trades=500
This lets viewers interact with different parameter values directly from the embedded chart on your site.

Collaborate via Teams

For ongoing collaboration, create a team and invite colleagues as viewers or editors. Team members can share credits and work on shared queries and dashboards together.