---
title: "Embed Jira dashboards in Google Sites, SharePoint, and Microsoft Teams"
canonical: "https://support.appfire.com/space/RDD/510820745/Embed%20Jira%20dashboards%20in%20Google%20Sites%2C%20SharePoint%2C%20and%20Microsoft%20Teams"
format: markdown
---
> Macro (aura-html)


> ℹ️ Learn more about [sharing dashboards externally with secure links](https://appfire.atlassian.net/wiki/spaces/RDD/pages/146310576).

## How to add a Jira dashboard in Google Sites

1. Create a dashboard in Dashboard Hub and copy your public link.
2. Log in to your Google Sites and click the **Embed **icon.
3. Paste the public link in the URL.
4. Click **Insert**.
5. Click **Publish**.

![Dashboard Hub dashboard embedded in a Google Sites page via public link](media://eb1950de-bf24-4ca0-9fe6-a7f0d5db0148)

## How to add a Jira Dashboard in SharePoint

1. Copy your public link to the dashboard.

![Dashboard Hub public link copy dialog for sharing dashboards externally](media://3411ff5e-7a46-405b-a5c8-472363e5de39)

2. Wrap it around an iframe code as shown below:  
`<iframe src="your public dashboard link" width="100%" height="600px" frameborder="0" allowfullscreen></iframe>`
3. Navigate to Sharepoint, then click **Web links **>** Embed**.
4. Paste the code into the code box, then click any whitespace outside the box.
5. Publish the page.
  
6. You should allow the domain under the *Site Settings* to see the dashboard. To do this, click **HTML field Security** and add the domain here.
  

> ℹ️ For testing purposes, we allowed all domains (the second option).

![Dashboard Hub dashboard successfully displayed in SharePoint after domain configuration](media://454a9df2-dc84-4500-b5a3-9826cf953821)