# Embedding Webview in Kibana Dashboard

**URL:** https://discuss.elastic.co/t/embedding-webview-in-kibana-dashboard/366291
**Category:** Kibana
**Created:** [September 10, 2024, 7:43am UTC](https://discuss.elastic.co/t/embedding-webview-in-kibana-dashboard/366291 "2024-09-10T07:43:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![OAJ](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/oaj/32/137265_2.png) [@OAJ](https://discuss.elastic.co/u/OAJ)
#### Post date: [September 10, 2024, 7:43am UTC](https://discuss.elastic.co/t/embedding-webview-in-kibana-dashboard/366291/1 "2024-09-10T07:43:38Z")

</div>

Hi all,

I want to embed a Webview in my kibana dashboard. I used the markdown visualiser and inserted my iframe but it renders the iframe as text.

It's there something I'm missing

---

<div class="post-metadata">

### Author: ![carly.richmond](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/carly.richmond/32/104935_2.png) [@carly.richmond](https://discuss.elastic.co/u/carly.richmond)
#### Post date: [September 10, 2024, 10:25am UTC](https://discuss.elastic.co/t/embedding-webview-in-kibana-dashboard/366291/2 "2024-09-10T10:25:26Z")

</div>

Hi @OAJ,

To confirm, you want to embed a particular web page in your Kibana dashboard, rather than the transitional option of embedding your Kibana dashboard in a web application using an iframe [as covered in this blog](https://www.elastic.co/blog/how-to-embed-kibana-dashboards)? I would normally propose the latter.

For the former a Markdown panel will not support showing an external page. You would need to build a [Kibana plugin](https://www.elastic.co/guide/en/kibana/current/external-plugin-development.html) to achieve that.

Hope that helps!
