How to embed entire dashboard in web application

I’m using grafana 7.4.5

I have a dashboard with multiple panels,
and I was using iframe to embed each panel in my web application.
But now I want to embed the entire dashboard into my web applications,
is it possible?

I’ve tried click share icon next to dashboard name > Share > Link > get url and paste it on img tag but didnt work, it said 401 Unauthorized.

welcome to the :grafana: community @itsems

It sounds like you’re using authentication and the user isn’t logged in - Share dashboards and panels | Grafana documentation

I’d recommend searching the community, some users have used custom solutions to pass credentials along with the request. You can also enable anonymous access, but there are security implications associated with that method to consider.